ryohajika / ofxSeekThermal

simple addon to use SeekThermal compact thermo cam in openframeworks app
13 stars 4 forks source link

clang: error: linker command failed with exit code 1 #1

Closed hojinkangdotcom closed 2 years ago

hojinkangdotcom commented 2 years ago

Hello, I tried to run the ofxSeekThermal example after installing everything, but unfortunately I got this error message:

ld: 9 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [bin/example] Error 1 make: [Release] Error 2

Help would be greatly appreciated. Thank you!

ryohajika commented 2 years ago

Hi @hojinkangdotcom , I'm sorry for slow response! Can you share me what is your computer's OS and development software?

hojinkangdotcom commented 2 years ago

Hello Ryo, thank you for your answer. Currently its macOS 11.6.1 and xcode 13.2.1 But we resolved the problem by changing the camera name to OFX_SEEK_THERMAL_CAM_PRO instead of SEEK_THERMAL_CAM_COMPACT.

Thank you!