pizmidi
pizmidi copied to clipboard
Unable to build on linux
I'm hitting this issue when running `make all`
$ g++ -Wall -Wno-multichar -Os -c -fmessage-length=0 -finline-functions
-fvisibility=hid
den -fPIC -fno-exceptions -fno-rtti -I../vstsdk2.4/ common/PizMidi.cpp
In file included from common/PizMidi.cpp:1:0:
common/PizMidi.h:15:27: fatal error: PizPluginInfo.h: No such file or directory
#include "PizPluginInfo.h"
^
compilation terminated.
make: *** [PizMidi.o] Error 1
Original issue reported on code.google.com by [email protected]
on 16 Oct 2014 at 8:13