Tengo un problemilla con el Luppp, a raiz del post del bitwing me he interesado, como no, por el Luppp, pues intento compilar i no me acaba:
~/Luppp$ ./waf
Waf: Entering directory `/home/catorze/Luppp/.build'
[ 1/56] cxx: src/top.cpp -> .build/src/top.cpp.0.o
[ 2/56] cxx: src/rtqueue.cpp -> .build/src/rtqueue.cpp.0.o
[ 3/56] cxx: src/lvtwohost.cpp -> .build/src/lvtwohost.cpp.0.o
[ 4/56] cxx: src/audioqueue.cpp -> .build/src/audioqueue.cpp.0.o
../src/rtqueue.cpp: In member function ‘void RtQueue::push(EngineEvent*)’:
../src/rtqueue.cpp:49:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/rtqueue.cpp: In member function ‘int RtQueue::writeSpaceEngineEventAvailable()’:
../src/rtqueue.cpp:94:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../src/rtqueue.cpp:91:7: warning: unused variable ‘totWriteBytes’ [-Wunused-variable]
[ 5/56] cxx: src/audiosource.cpp -> .build/src/audiosource.cpp.0.o
[ 6/56] cxx: src/audiobuffer.cpp -> .build/src/audiobuffer.cpp.0.o
[ 7/56] cxx: src/offlineworker.cpp -> .build/src/offlineworker.cpp.0.o
In file included from ../src/offlineworker.cpp:24:0:
../src/lvtwohost.hpp:36:47: fatal error: lv2/lv2plug.in/ns/ext/event/event.h: El fitxer o directori no existeixIn file included from ../src/lvtwohost.cpp:20:0:
../src/lvtwohost.hpp:36:47: fatal error: lv2/lv2plug.in/ns/ext/event/event.h: El fitxer o directori no existeix
compilation terminated.
compilation terminated.
Waf: Leaving directory `/home/catorze/Luppp/.build'
Build failed
-> task failed (exit status 1):
{task 3066792812L: cxx lvtwohost.cpp -> lvtwohost.cpp.0.o}
-> task failed (exit status 1):
{task 3066793452L: cxx offlineworker.cpp -> offlineworker.cpp.0.o}
Alguna idea?