I've git cloned today (Sun 7 Apr 05:46:25 CEST 2024) the indi3rdparty repo and at the end of the compile I get the following error.

[ 99%] Linking CXX executable indi_oasis_filter_wheel
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::Disconnect()':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:163: undefined reference to `OFWClose'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::GetFilterNames()':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:190: undefined reference to `OFWGetSlotName'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::SelectFilter(int)':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:388: undefined reference to `OFWSetPosition'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::QueryFilter()':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:362: undefined reference to `OFWGetStatus'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::Connect()':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:125: undefined reference to `OFWScan'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:136: undefined reference to `OFWOpen'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:144: undefined reference to `OFWGetSlotNum'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:149: undefined reference to `OFWClose'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::ISNewSwitch(char const*, char const*, ISState*, char**, int)':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:287: undefined reference to `OFWSetConfig'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:256: undefined reference to `OFWSetConfig'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:311: undefined reference to `OFWCalibrate'
/usr/bin/ld: /home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:336: undefined reference to `OFWFactoryReset'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::GetConfig(_OFWConfig*)':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:425: undefined reference to `OFWGetConfig'
/usr/bin/ld: CMakeFiles/indi_oasis_filter_wheel.dir/oasis_filter_wheel.cpp.o: in function `OasisFilterWheel::SetFilterNames()':
/home/stephane/Documents/Projects/indi-3rdparty/indi-astroasis/oasis_filter_wheel.cpp:227: undefined reference to `OFWSetSlotName'
collect2: error: ld returned 1 exit status
make[2]: *** [indi-astroasis/CMakeFiles/indi_oasis_filter_wheel.dir/build.make:101: indi-astroasis/indi_oasis_filter_wheel] Error 1
make[1]: *** [CMakeFiles/Makefile2:3997: indi-astroasis/CMakeFiles/indi_oasis_filter_wheel.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable read_string
[100%] Built target read_string
make: *** [Makefile:156: all] Error 2

Read More...