On Fri, Feb 18, 2005 at 09:36:34PM +0100, Bengt G?rd?n wrote: > On Fri, Feb 18, 2005 at 08:32:23PM +0000, Dubphil wrote: > > On Fri, Feb 18, 2005 at 07:58:08PM +0100, Bengt G?rd?n wrote: > > > > > > I use gentoo and it shouldn't install 2 version side by > > > side. I run updatedb every night and I can't see any extra jackd. > > > > Hey hey that's sounds something to me as i'm also on gentoo, > > I have all the stuff from the portage jackd libs...etc > > I have the same problem with the portage jamin, so I try to compile it > > from another source and it is the same result. > > > > Is this a gentoo issue only ? > > Hm. Might be. The liblo isn't in gentoo. I'll try to install that, as > a part of gentoo (ebuild) and then rebuild jamin. I made an ebuild for the liblo and that went fine. I took the 0.16-tarball. But when I then tried to reemerge jamin it stops at: gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -march=athlon-xp -pipe -g -I/usr/include/libxml2 -Wall -O3 -march=athlon-xp -pipe -c -o jamin-spectrum.o `test -f 'spectrum.c' || echo './'`spectrum.c main.c:70: error: syntax error before "lo_arg" main.c: In function `main': main.c:78: error: `lo_server_thread' undeclared (first use in this function) main.c:78: error: (Each undeclared identifier is reported only once main.c:78: error: for each function it appears in.) main.c:78: error: syntax error before "st" main.c:127: error: `st' undeclared (first use in this function) main.c:127: warning: implicit declaration of function `lo_server_thread_new' main.c:128: warning: implicit declaration of function `lo_server_thread_add_method' main.c:129: warning: implicit declaration of function `lo_server_thread_start' main.c: At top level: main.c:226: error: syntax error before "lo_arg" main.c: In function `scene_handler': main.c:229: error: `argv' undeclared (first use in this function) make[2]: *** [jamin-main.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/jamin-0.9.0-r1/work/jamin-0.9.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/jamin-0.9.0-r1/work/jamin-0.9.0' make: *** [all] Error 2 /bengan