[seq24-users] compilation problems?
Brought to you by:
rcbuse
|
From: Ethan <tel...@75...> - 2004-09-15 03:35:01
|
Hello everyone, I'm in love with Seq24 and haven't even gotten it to
compile yet. Looking to use it Saturday to run a laser projector
(solenoids driven by midi noteon/off commands). Figure I will test it on
some of my midi modules as well :-)
Anyways, I think I satisfied the prereqs, although I ended up with gcc +
gcc2.95 and gcc 3.0. I'm using Debian 2.4.20 on a fairly slow notebook
that has a GAME/midi uart.
Upon compilation I get this:
make[2]: Entering directory `/root/seq24-0.5.2/src'
source='options.cpp' object='options.o' libtool=no \
depfile='.deps/options.Po' tmpdepfile='.deps/options.TPo' \
depmode=gcc /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/lib/gtkmm/include
-I/usr/inclu
de/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include
-I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0 -Wall -c -o
options.o `t
est -f 'options.cpp' || echo './'`options.cpp
options.cpp: In method `class string options::uc_2_hex_string(unsigned
char)':
options.cpp:277: `right' undeclared (first use this function)
options.cpp:277: (Each undeclared identifier is reported only once
options.cpp:277: for each function it appears in.)
options.cpp:281: `uppercase' undeclared (first use this function)
make[2]: *** [options.o] Error 1
make[2]: Leaving directory `/root/seq24-0.5.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/seq24-0.5.2/src'
make: *** [all-recursive] Error 1
ninja:~/seq24-0.5.2#
I am going to see if I can get GTKmm-1.2.9 or better, that seems to be the
one unknown.
Any suggestions?
--
// Ethan O'Toole
// http://users.757.org/~ethan
|