/.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
/.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 2i 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