ssj71 / rkrlv2

Rakarrack Effects Ported to LV2 Plugins
GNU General Public License v2.0
53 stars 10 forks source link

construction error #43

Closed Wilker1 closed 4 years ago

Wilker1 commented 4 years ago

good afternoon, I follow the steps of building a PCX2 emulator on my RPI4 using this ghithub source: https://github.com/jpd002/Play- , but I found the following errors:

pi@raspberrypi:~/Play-/build $ cmake --build . [ 0%] Built target sqlite3static [ 2%] Built target bz2 [ 3%] Building CXX object Source/ui_qt/Source/Framework/CMakeFiles/Framework.dir///src/Base64.cpp.o c++: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? c++: error: unrecognized command line option ‘-msse2’ make[2]: [Source/ui_qt/Source/Framework/CMakeFiles/Framework.dir/build.make:63: Source/ui_qt/Source/Framework/CMakeFiles/Framework.dir///src/Base64.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:245: Source/ui_qt/Source/Framework/CMakeFiles/Framework.dir/all] Error 2 make: *** [Makefile:141: all] Error 2

could someone give me a light on this problem, thanks.