f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.94k stars 447 forks source link

fatal error: mbelib.h: No such file or directory #656

Closed maximlomans closed 4 years ago

maximlomans commented 4 years ago

/.workdir/build/dsdcc/build$ sudo make -j 2 install make[1]: Entering directory '/home/marx/.workdir/build/dsdcc/build' make[2]: Entering directory '/home/marx/.workdir/build/dsdcc/build' Scanning dependencies of target dsdcc make[2]: Leaving directory '/home/marx/.workdir/build/dsdcc/build' make[2]: Entering directory '/home/marx/.workdir/build/dsdcc/build' [ 3%] Building CXX object CMakeFiles/dsdcc.dir/dmr.cpp.o [ 6%] Building CXX object CMakeFiles/dsdcc.dir/descramble.cpp.o [ 9%] Building CXX object CMakeFiles/dsdcc.dir/dsd_decoder.cpp.o [ 12%] Building CXX object CMakeFiles/dsdcc.dir/dsd_filters.cpp.o [ 15%] Building CXX object CMakeFiles/dsdcc.dir/dsd_logger.cpp.o [ 18%] Building CXX object CMakeFiles/dsdcc.dir/dsd_mbe.cpp.o In file included from /home/marx/.workdir/build/dsdcc/dsd_mbe.cpp:23: /home/marx/.workdir/build/dsdcc/dsd_mbelib.h:24:10: fatal error: mbelib.h: No such file or directory 24 | #include | ^~~~~~ compilation terminated. make[2]: [CMakeFiles/dsdcc.dir/build.make:128: CMakeFiles/dsdcc.dir/dsd_mbe.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: Leaving directory '/home/marx/.workdir/build/dsdcc/build' make[1]: [CMakeFiles/Makefile2:105: CMakeFiles/dsdcc.dir/all] Error 2 make[1]: Leaving directory '/home/marx/.workdir/build/dsdcc/build' make: [Makefile:130: all] Error 2

i tried anew a few times , by the way this is an attempted upgrade added images and pluto hardware and pulled latest on the rest of the modules .. what i don't get is the git reset version .. which would make updating modules to the latest kinda pointless , right ? next i'll have to clear all files and do a fresh compilation the way the it worked the first time around , from docs linux install

maximlomans commented 4 years ago

cleared previous build and started fresh install .. works fine