Comment 2 for bug 1280694

Revision history for this message
Esteban Serrano (e.serrano.r) wrote :

I just did what's detailed here: http://mixxx.org/wiki/doku.php/compiling_on_linux , although when running scons, it failed because of some unmet dependencies, which I then installed from apt-get.

When building, I got this message just before it stopped:

In file included from src/engine/bpmcontrol.cpp:11:0:
src/visualplayposition.h:59:35: error: ‘PaStreamCallbackTimeInfo’ does not name a type
src/visualplayposition.h:59:61: error: ISO C++ forbids declaration of ‘timeInfo’ with no type [-fpermissive]
src/visualplayposition.h:71:12: error: ‘PaStreamCallbackTimeInfo’ does not name a type
scons: *** [lin64_build/engine/bpmcontrol.o] Error 1
scons: building terminated because of errors.