bakulf / bbox

...something like dropbox based on subversion.
http://bbox.nois3lab.it
Other
36 stars 4 forks source link

Compiling bapplication.cpp failed #30

Closed ghost closed 12 years ago

ghost commented 12 years ago

During the make, I encountered an error:

bbapplication.cpp: In member function ‘void BBApplication::splash()’:
bbapplication.cpp:80:22: error: ‘usleep’ was not declared in this scope
make[1]: *** [.obj/bbapplication.o] Error 1

I had to add the following:

#include <unistd.h>

Kubuntu 12.10 - Quantal alpha 3 KDE 4.9

bakulf commented 12 years ago

Thanks! Done.