Hi, I am trying to build sdrangelove on Ubuntu 12.04 LTS.
I did manually install cmake to have the required newer version. I did install Qt 5.2 and had cmake run with cmake ../ -DCMAKE_PREFIX_PATH=/home/pe2bz/Qt/5.2.1/gcc/lib/cmake After that, running make fails with this error: [ 68%] Building CXX object CMakeFiles/sdrbase.dir/sdrbase_automoc.cpp.o Linking CXX shared library libsdrbase.so /home/pe2bz/Qt/5.2.1/gcc/lib/libQt5Core.so.5.2.1: could not read symbols: File in wrong format collect2: ld gaf exit-status 1 terug make[2]: *** [libsdrbase.so] Fout 1 make[1]: *** [CMakeFiles/sdrbase.dir/all] Fout 2 make: *** [all] Fout 2 I did a google search on the File in wrong format message but I can not find a solution related to libsdrbase.so Can anyone help me with this ? Thanks, Ben
