abique / vst-bridge

VST bridge for Windows vst on Linux
MIT License
273 stars 19 forks source link

compile error #2

Closed egelor closed 11 years ago

egelor commented 11 years ago

Maker.h file missing.

make -C maker make[1]: Entering directory /home/egelor/Apps/vst-bridge/maker' gcc -D_GNU_SOURCE -W -Wall -Wstrict-prototypes -pipe -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wmissing-prototypes -g maker.c -lmagic -o vst-bridge-maker maker.c:12:19: fatal error: magic.h: No such file or directory compilation terminated. make[1]: *** [vst-bridge-maker] Error 1 make[1]: Leaving directory/home/egelor/Apps/vst-bridge/maker' make: *\ [all] Error 2 zsh: exit 2 sudo make

abique commented 11 years ago

Hi,

Magic.h comes with libmagic. Can you install it on your computer ?

egelor commented 11 years ago

sorry for the late respond. Yes i just install libmacig1 and libmagic-dev. can you please tell me about vst2.x folder and asio sdk? i move the folder inside vst-bridge but at compile time says the folder not exists. I read that you can do it with festige too. thank you.,