ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
534 stars 83 forks source link

undefined reference to SCPITMCTransport #704

Closed alphafox02 closed 3 months ago

alphafox02 commented 3 months ago

Lubuntu 22.04 Latest scopehal-apps as of today pulled, cmake ran fine after all dependencies installed per getting starting guide, but make results in the following (a couple places).

/usr/bin/ld: ../../../lib/scopehal/libscopehal.so: undefined reference to `SCPITMCTransport::GetTransportName[abi:cxx11]()'
/usr/bin/ld: ../../../lib/scopehal/libscopehal.so: undefined reference to `SCPITMCTransport::SCPITMCTransport(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/examples/curvetrace/CMakeFiles/curvetrace.dir/build.make:133: src/examples/curvetrace/curvetrace] Error 1
make[1]: *** [CMakeFiles/Makefile2:1615: src/examples/curvetrace/CMakeFiles/curvetrace.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
azonenberg commented 3 months ago

This is the same bug as #703, closing as duplicate.