openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
81 stars 19 forks source link

Compilation faild on NTK package not found #2

Closed harryhaaren closed 11 years ago

harryhaaren commented 11 years ago

From LAU ML, posted by Gianfranco Ceccolini:

gian@gian-MacPro ~/mod/SRCPluginsWeb/openAV-ArtyFX $ make cd roomy && make make[1]: Entrando no diretório /home/gian/mod/SRCPluginsWeb/openAV-ArtyFX/roomy' mkdir -p roomy.lv2/ Package ntk was not found in the pkg-config search path. Perhaps you should add the directory containingntk.pc' to the PKG_CONFIG_PATH environment variable No package 'ntk' found Package ntk_images was not found in the pkg-config search path. Perhaps you should add the directory containing ntk_images.pc' to the PKG_CONFIG_PATH environment variable No package 'ntk_images' found Package ntk was not found in the pkg-config search path. Perhaps you should add the directory containingntk.pc' to the PKG_CONFIG_PATH environment variable No package 'ntk' found Package ntk_images was not found in the pkg-config search path. Perhaps you should add the directory containing ntk_images.pc' to the PKG_CONFIG_PATH environment variable No package 'ntk_images' found g++ gui/roomy_widget.cxx gui/roomy_ui.cxx -O3 -Wall -fPIC -shared -Wl,-z,nodelete -o roomy.lv2/roomy_ui.so In file included from gui/roomy_widget.cxx:3:0: gui/roomy_widget.h:5:19: erro fatal: FL/Fl.H: Arquivo ou diretório não encontrado compilação terminada. gui/roomy_ui.cxx:24:18: erro fatal: FL/x.H: Arquivo ou diretório não encontrado compilação terminada. make[1]: ** [roomy.lv2/roomy_ui.so] Erro 1 make[1]: Saindo do diretório/home/gian/mod/SRCPluginsWeb/openAV-ArtyFX/roomy' make: \ [all] Erro 2

harryhaaren commented 11 years ago

So the issue is that the NTK package isn't installed.

Please see the README file, for instructions on how to install: https://github.com/harryhaaren/openAV-ArtyFX/blob/master/README#L11

Cheers, -Harry