[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Om-synth] dave's lash patches
From: |
Atte André Jensen |
Subject: |
Re: [Om-synth] dave's lash patches |
Date: |
Sun, 13 Nov 2005 19:04:05 +0100 |
User-agent: |
Debian Thunderbird 1.0.7 (X11/20051017) |
Atte André Jensen wrote:
Lars Luthman wrote:
I haven't used seq24, but I would guess that you need to
add /usr/local/include/lash-1.0 to your include search path. The
pkg-config script should have taken care of that though.
And how exactly do I do that?
Ok, I added edited src/Makefile:
address@hidden seq24-0.7.0]$ grep lash src/Makefile
DEPS_CFLAGS = -DXTHREADS -I/usr/include/gtkmm-2.0
-I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/atk-1.0
-I/usr/local/include/lash-1.0
So now I'm getting:
address@hidden seq24-0.7.0]$ make
Making all in .
make[1]: Entering directory `/data/atte/software/seq24/seq24-0.7.0'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/data/atte/software/seq24/seq24-0.7.0'
Making all in src
make[1]: Entering directory `/data/atte/software/seq24/seq24-0.7.0/src'
cd .. && /bin/sh ./config.status src/config.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
make all-am
make[2]: Entering directory `/data/atte/software/seq24/seq24-0.7.0/src'
cd .. && /bin/sh ./config.status src/config.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
g++ -g -O2 -DXTHREADS -I/usr/include/gtkmm-2.0
-I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/atk-1.0
-I/usr/local/include/lash-1.0 -Wall -o seq24 event.o seqdata.o
seqevent.o seqroll.o sequence.o mainwnd.o perform.o seqedit.o seqkeys.o
seqtime.o mainwid.o midibus.o seq24.o mutex.o midifile.o options.o
perfedit.o perfnames.o perfroll.o perftime.o maintime.o font.o
optionsfile.o -lgtkmm-2.0 -lgdkmm-2.0 -latkmm-1.0 -lgtk-x11-2.0
-lpangomm-1.0 -lglibmm-2.0 -lsigc-1.2 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lasound -lm
-ldl -lpthread -ljack -lasound -lm -ldl -lpthread -lrt
seq24.o: In function `main':
/home/atte/software/seq24/seq24-0.7.0/src/seq24.cpp:78: undefined
reference to `lash::lash(perform*, int*, char***)'
/home/atte/software/seq24/seq24-0.7.0/src/seq24.cpp:235: undefined
reference to `lash::start()'
collect2: ld returned 1 exit status
make[2]: *** [seq24] Error 1
make[2]: Leaving directory `/data/atte/software/seq24/seq24-0.7.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/atte/software/seq24/seq24-0.7.0/src'
make: *** [all-recursive] Error 1
address@hidden seq24-0.7.0]$
--
peace, love & harmony
Atte
http://www.atte.dk