On Mon, Jan 4, 2010 at 12:37 PM, Colectivo Sonidos Libertarios < [email protected]> wrote:
> Hi Pablo, Hi Teza! > > Thanks Pablo for the Spanish Guide, (aclara muchas cosas) and teza for the > help (j apprecie aussi le continue interes pour partager tous types de > nouvelle fonctionalité); i add the include line and the path for dssi and > ladpsa in makefile and have a new error for make and makeinstall. > > sonidoslibertar...@salacontrol:~/Escritorio/dssi-vst-0.8$ make > wineg++ -m32 -Ivestige -Wall -fPIC remotepluginclient.cpp -c -o > remotepluginclient.w32.o > wineg++ -m32 -Ivestige -Wall -fPIC remotepluginserver.cpp -c -o > remotepluginserver.w32.o > wineg++ -m32 -Ivestige -Wall -fPIC rdwrops.cpp -c -o rdwrops.w32.o > wineg++ -m32 -Ivestige -Wall -fPIC paths.cpp -c -o paths.w32.o > ar r libremoteplugin.w32.a remotepluginclient.w32.o > remotepluginserver.w32.o rdwrops.w32.o paths.w32.o > ar: creating libremoteplugin.w32.a > wineg++ -m32 -Ivestige -Wall -fPIC dssi-vst-server.cpp -o dssi-vst-server > -L. -lremoteplugin.w32 -lpthread > dssi-vst-server.cpp: In member function ‘virtual void > RemoteVSTServer::hideGUI()’: > dssi-vst-server.cpp:568: warning: unused variable ‘fd’ > wineg++ -m32 -Ivestige -Wall -fPIC dssi-vst-scanner.cpp -o > dssi-vst-scanner -L. -lremoteplugin.w32 -lpthread > g++ -Ivestige -Wall -fPIC remotepluginclient.cpp -c > g++ -Ivestige -Wall -fPIC remotepluginserver.cpp -c > g++ -Ivestige -Wall -fPIC rdwrops.cpp -c > g++ -Ivestige -Wall -fPIC paths.cpp -c > ar r libremoteplugin.a remotepluginclient.o remotepluginserver.o rdwrops.o > paths.o > ar: creating libremoteplugin.a > g++ -Ivestige -Wall -fPIC remotevstclient.cpp -c > g++ -shared -Wl,-Bsymbolic -g3 -Ivestige -Wall -fPIC -o dssi-vst.so > dssi-vst.cpp remotevstclient.o -L. -lremoteplugin -lasound > In file included from dssi-vst.cpp:12: > /usr/include/dssi.h:28:28: error: alsa/seq_event.h: No existe el fichero ó > directorio > dssi-vst.cpp:14:33: error: alsa/seq_midi_event.h: No existe el fichero ó > directorio > In file included from dssi-vst.cpp:12: > /usr/include/dssi.h:307: error: ‘snd_seq_event_t’ has not been declared > /usr/include/dssi.h:321: error: ‘snd_seq_event_t’ has not been declared > /usr/include/dssi.h:359: error: ‘snd_seq_event_t’ has not been declared > /usr/include/dssi.h:375: error: ‘snd_seq_event_t’ has not been declared > dssi-vst.cpp:51: error: ‘snd_seq_event_t’ has not been declared > dssi-vst.cpp:77: error: ISO C++ forbids declaration of ‘snd_midi_event_t’ > with no type > dssi-vst.cpp:77: error: expected ‘;’ before ‘*’ token > dssi-vst.cpp:120: error: ‘snd_seq_event_t’ has not been declared > dssi-vst.cpp: In constructor > ‘DSSIVSTPluginInstance::DSSIVSTPluginInstance(std::string, long unsigned > int)’: > dssi-vst.cpp:179: error: ‘m_alsaDecoder’ was not declared in this scope > dssi-vst.cpp:179: error: ‘snd_midi_event_new’ was not declared in this > scope > dssi-vst.cpp:185: error: ‘snd_midi_event_no_status’ was not declared in > this scope > dssi-vst.cpp: In destructor ‘virtual > DSSIVSTPluginInstance::~DSSIVSTPluginInstance()’: > dssi-vst.cpp:231: error: ‘m_alsaDecoder’ was not declared in this scope > dssi-vst.cpp:232: error: ‘snd_midi_event_free’ was not declared in this > scope > dssi-vst.cpp: At global scope: > dssi-vst.cpp:371: error: ‘snd_seq_event_t’ has not been declared > dssi-vst.cpp: In member function ‘void > DSSIVSTPluginInstance::runSynth(long unsigned int, int*, long unsigned > int)’: > dssi-vst.cpp:376: error: ‘m_alsaDecoder’ was not declared in this scope > dssi-vst.cpp:383: error: ‘snd_seq_event_t’ was not declared in this scope > dssi-vst.cpp:383: error: ‘ev’ was not declared in this scope > dssi-vst.cpp:396: error: ‘snd_midi_event_decode’ was not declared in this > scope > dssi-vst.cpp: At global scope: > dssi-vst.cpp:680: error: ‘snd_seq_event_t’ has not been declared > make: *** [dssi-vst.so] Error 1 > You are welcome. It looks like you haven't installed libasound2-dev. Cheers! Pablo
-- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
