make all-recursive make[1]: Entering directory `/home/ross/OMSYNTH/om-synth' Making all in src make[2]: Entering directory `/home/ross/OMSYNTH/om-synth/src' Making all in engine make[3]: Entering directory `/home/ross/OMSYNTH/om-synth/src/engine' Making all in tests make[4]: Entering directory `/home/ross/OMSYNTH/om-synth/src/engine/tests' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/ross/OMSYNTH/om-synth/src/engine/tests' make[4]: Entering directory `/home/ross/OMSYNTH/om-synth/src/engine' if g++32 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/alsa -I../common -fno-exceptions -fno-rtti -g -O2 -DNDEBUG -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if gcc32 -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT cmdline.o -MD -MP -MF ".deps/cmdline.Tpo" -c -o cmdline.o cmdline.c; \ then mv -f ".deps/cmdline.Tpo" ".deps/cmdline.Po"; else rm -f ".deps/cmdline.Tpo"; exit 1; fi if g++32 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/alsa -I../common -fno-exceptions -fno-rtti -g -O2 -DNDEBUG -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT NodeBase.o -MD -MP -MF ".deps/NodeBase.Tpo" -c -o NodeBase.o NodeBase.cpp; \ then mv -f ".deps/NodeBase.Tpo" ".deps/NodeBase.Po"; else rm -f ".deps/NodeBase.Tpo"; exit 1; fi if g++32 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/alsa -I../common -fno-exceptions -fno-rtti -g -O2 -DNDEBUG -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT Patch.o -MD -MP -MF ".deps/Patch.Tpo" -c -o Patch.o Patch.cpp; \ then mv -f ".deps/Patch.Tpo" ".deps/Patch.Po"; else rm -f ".deps/Patch.Tpo"; exit 1; fi Patch.cpp: In member function `virtual void Om::Patch::send_creation_messages(void*) const': Patch.cpp:162: `usleep' undeclared (first use this function) Patch.cpp:162: (Each undeclared identifier is reported only once for each function it appears in.) make[4]: *** [Patch.o] Error 1 make[4]: Leaving directory `/home/ross/OMSYNTH/om-synth/src/engine' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/ross/OMSYNTH/om-synth/src/engine' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ross/OMSYNTH/om-synth/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ross/OMSYNTH/om-synth' make: *** [all] Error 2