zynaddsubfx / zyn-fusion-build

Build Scripts For Zyn-Fusion
Do What The F*ck You Want To Public License
124 stars 40 forks source link

building zynaddsubfx fails: ADnoteUI.cxx: No such file #85

Closed grammoboy2 closed 3 years ago

grammoboy2 commented 3 years ago

git clone https://github.com/zynaddsubfx/zynaddsubfx.git cd zynaddsubfx mkdir build cd build cmake .. make

Scanning dependencies of target zynaddsubfx_gui [ 54%] Generating ADnoteUI.cxx [ 55%] Building CXX object src/UI/CMakeFiles/zynaddsubfx_gui.dir/ADnoteUI.cxx.o c++: error: /home/debian/develop/zynaddsubfx/build/src/UI/ADnoteUI.cxx: No such file or directory c++: fatal error: no input files compilation terminated. make[2]: [src/UI/CMakeFiles/zynaddsubfx_gui.dir/build.make:178: src/UI/CMakeFiles/zynaddsubfx_gui.dir/ADnoteUI.cxx.o] Error 1 make[1]: [CMakeFiles/Makefile2:2465: src/UI/CMakeFiles/zynaddsubfx_gui.dir/all] Error 2 make: *** [Makefile:160: all] Error 2

fundamental commented 3 years ago

Classic symptoms of fltk being installed without 'fluid' being installed. After all these years I still have no clue why debian/ubuntu broke those two into separate packages. If this isn't the problem let me know and I'll reopen.