jpcima / DelayArchitect

A visual, musical editor for delay effects
BSD 2-Clause "Simplified" License
109 stars 4 forks source link

Fatal error with building DelayArchitect? #17

Closed sarabande98 closed 3 years ago

sarabande98 commented 3 years ago

Heya, I encounter the following errors when trying to build DelayArchitect. I'm running AVLinux-MXE. Any ideas what's going wrong? Thanks, and lmk if more system info is needed!

-- Building juceaide
CMake Error at thirdparty/JUCE/extras/Build/juceaide/CMakeLists.txt:89 (message):
  Failed to build juceaide

  [ 12%] Building CXX object
  extras/Build/juceaide/CMakeFiles/juceaide.dir/__/__/__/modules/juce_graphics/juce_graphics.cpp.o

  /home/babyboi/DelayArchitect/thirdparty/JUCE/modules/juce_graphics/juce_graphics.cpp:86:12:
  fatal error: ft2build.h: No such file or directory

     #include <ft2build.h>
              ^~~~~~~~~~~~

  compilation terminated.

  make[2]: *** [extras/Build/juceaide/CMakeFiles/juceaide.dir/build.make:102:
  extras/Build/juceaide/CMakeFiles/juceaide.dir/__/__/__/modules/juce_graphics/juce_graphics.cpp.o]
  Error 1

  make[1]: *** [CMakeFiles/Makefile2:133:
  extras/Build/juceaide/CMakeFiles/juceaide.dir/all] Error 2

  make: *** [Makefile:130: all] Error 2

-- Configuring incomplete, errors occurred!
jpcima commented 3 years ago

The missing file ft2build.h is part of package libfreetype-dev, you would have to install this first.

jpcima commented 3 years ago

The prerequisites are now listed on the README page. Reopen it if you still have problems.