Hi Shayne,
On Wed, 05 Jan 2005 13:21:22 +1100, Shayne O'Connor wrote
g'day!
the program looks neat! unfortunately, i cannot get through the
"make" stage :(
here's what i get:
> [mrmachine@localhost fweelin-0.5pre1]$ ./configure --prefix=/usr
--disable-sdltest
...
> libtool --mode=link g++ -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 -o fweelin fweelin.o
fweelin_datatypes.o fweelin_event.o fweelin_config.o fweelin_audioio.o
fweelin_keyio.o fweelin_midiio.o fweelin_videoio.o fweelin_core.o
fweelin_mem.o fweelin_block.o fweelin_core_dsp.o fweelin_fluidsynth.o
-L/usr/X11R6/lib -lSM -lICE -lX11 -lvorbisenc -lvorbis -ljack -lasound
-lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lfluidsynth
-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
> libtool: link: cannot find the library
`/usr/lib/libjack.la'
> make[1]: *** [fweelin] Error 1
> make[1]: Leaving directory
`/home/mrmachine/linux-progz/audio/sequencers/fweelin-0.5pre1/src'
make: ***
[all-recursive] Error 1
[mrmachine@localhost fweelin-0.5pre1]$
when i have a look in /usr/lib, there is no libjack.la.
i'm using fedora core 2 planet ccrma kernel with jack-connection-kit-
devel 0.99.36-0.1.cvs
Jack is probably installed to a different library directory.
Can you do a "locate libjack.la" or "find / -name
'libjack.la'"?
I suspect it's hiding out in /usr/local/lib
Once you find where it's at, you can do:
export LDFLAGS="$LDFLAGS /location/of/file"
then run make again.
Hope this helps,
Mercury