CptanPanic / pizmidi

Automatically exported from code.google.com/p/pizmidi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build on linux

GoogleCodeExporter opened this issue · comments

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 luke.mac...@gmail.com on 16 Oct 2014 at 8:13