23 Nov 10:09
Re: Compile lumiera
Hi everybody, I'm using paldo as operating system (www.paldo.org). The additional line works fine, but now I've got another problem - in the lumiera-package: test -z "/usr/bin" || /bin/mkdir -p "/usr/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c lumiera '/usr/bin' libtool: install: /usr/bin/install -c .libs/lumiera /usr/bin/lumiera test -z "/usr/lib/lumiera" || /bin/mkdir -p "/usr/lib/lumiera" /bin/sh ./libtool --mode=install /usr/bin/install -c gtk_gui.la '/usr/lib/lumiera' libtool: install: error: cannot install `gtk_gui.la' to a directory not ending in /dev/null Thanks for your help! Richard On Fri, 20 Nov 2009 17:01:58 +0100 Burkhard Plaum <plaum@...> wrote: > Hi, > > Christian Thaeter wrote: > [...] > >> You need a ticket for adding one #include line?? > > > > Yes and no, I want to know why it failed on Richards computer where > > it works for anyone else, and I want this corner case be > > documented. > > It's obvious what happens here: On your system <inttypes.h> is > included by some other system header, but on Richards system it isn't. > > I remember a similar case, when you never had to #include <stdlib.h> > if you included <stdio.h>. At some glibc version, this was removed and > gcc complained about missing definitions. Just adding #include > <stdlib.h> to all places where it was needed was the proper fix for > this. > > So actually your system is the corner case, and Richards system is the > usual case :) > > Burkhard > _______________________________________________ > Lumiera mailing list > Lumiera@... > http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
RSS Feed