You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: adc3dwin.o:/home/kate/schism/src/Utility/ACE/xmvis6/adc3dwin.c:820: multiple definition of curadc3d'; main.o:/home/kate/schism/src/Utility/ACE/xmvis6/globals.h:161: first defined here`
I commented out line 820 and it compiled. But do you want to be setting that variable to 0 in globals.h?
This was on: Linux skink 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Otherwise an easy build!
The text was updated successfully, but these errors were encountered:
Hi Kate:
Unless you want to visualize particle tracking results, you do not need xmvis6 (which was written to visualize the binary format outputs from older versions). The error is due to upgrade in C compilers - the code is dated.
-Joseph
Joseph Zhang
Office: (804) 684 7466
Web: schism.wiki
________________________________
From: Kate Hedstrom ***@***.***>
Sent: Thursday, September 26, 2024 4:36 PM
To: schism-dev/schism ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [schism-dev/schism] Minor bug in building xmvis6 (Issue #146)
[EXTERNAL to VIMS received message]
I got this error during the build:
/usr/bin/ld: adc3dwin.o:/home/kate/schism/src/Utility/ACE/xmvis6/adc3dwin.c:820: multiple definition of curadc3d'; main.o:/home/kate/schism/src/Utility/ACE/xmvis6/globals.h:161: first defined here`
I commented out line 820 and it compiled. But do you want to be setting that variable to 0 in globals.h?
This was on: Linux skink 6.8.0-45-generic #45<#45>-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Otherwise an easy build!
—
Reply to this email directly, view it on GitHub<#146>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFBKNZ7Y4VTOC5NLC4Z3AY3ZYRV6XAVCNFSM6AAAAABO5ZVGMWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TCNBYHE2TQMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
I got this error during the build:
/usr/bin/ld: adc3dwin.o:/home/kate/schism/src/Utility/ACE/xmvis6/adc3dwin.c:820: multiple definition of
curadc3d'; main.o:/home/kate/schism/src/Utility/ACE/xmvis6/globals.h:161: first defined here`I commented out line 820 and it compiled. But do you want to be setting that variable to 0 in globals.h?
This was on: Linux skink 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Otherwise an easy build!
The text was updated successfully, but these errors were encountered: