On Mon, 2005-01-03 at 23:37 -0700, JP Mercury wrote: > Dear Linux Audio People , > > A note to let you know about the first public prerelease of FreeWheeling, a > linux live looping app: Very interesting app, I'm excited to try it but I'm having trouble compiling: In the error one thing stands out -DADDON_DIR=\"/usr/local/lib/jack\" but jackd is installed in /usr/lib/jack. Otherwise I'm lost. Thanks. g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fweelin\" -DVERSION=\"0.5pre1\" -DHAVE_LIBDL=1 -DHAVE_LIBFREETYPE=1 -DHAVE_LIBSDL_GFX=1 -DHAVE_LIBSDL_TTF=1 -DHAVE_LIBXML2=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBASOUND=1 -DHAVE_LIBJACK=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISENC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMSET=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -I. -g -O2 -I. -g -Wall -D_REENTRANT -DPTHREADS -DNDEBUG -DFWEELIN_DATADIR=\"/usr/share/fweelin\" -DADDON_DIR= \"/usr/local/lib/jack\" -I/usr/include/freetype2 -I/usr/include/libxml2 -funroll-loops -finline-functions -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fstrict-aliasing -falign-loops=2 -falign-jumps=2 -falign-functions=2 -g -O2 -c fweelin_videoio.ccfweelin_videoio.cc: In member function `void VideoIO::DrawLoop(RecordPlayer*, int, SDL_Surface*, SDL_Surface*, SDL_Color*, float, FloConfig*, FloLayoutElement*, CircularMap*, int, int, float, nframes_t*, nframes_t*, float*)': fweelin_videoio.cc:993: error: `filledpieRGBA' undeclared (first use this function) fweelin_videoio.cc:993: error: (Each undeclared identifier is reported only once for each function it appears in.) fweelin_videoio.cc: In member function `void VideoIO::video_event_loop()': fweelin_videoio.cc:1373: error: `filledpieRGBA' undeclared (first use this function) make[1]: *** [fweelin_videoio.o] Error 1 make[1]: Leaving directory `/usr/src/fweelin-0.5pre1/src' make: *** [all-recursive] Error 1 -- Ryan Gallagher <ruinaudio@xxxxxxxxxxx>