Re: [e-users] e16 cvs build fails...

2005-01-11 Thread samael
Don't worry about all the -- optioins. You really should try a dry run first then adjust the Config options to suit you if things aren't auto detected. ./autogen.sh ($PREFIX is already /usr/local) ./configure --help (rtfm) make su make install ldconfig All of those things you specified should be

Re: [e-users] e16 cvs build fails...

2005-01-04 Thread samael
On Tue, Jan 04, 2005 at 08:46:25AM +0100, Morten Nilsen wrote: > [EMAIL PROTECTED] wrote: > > On Mon, Jan 03, 2005 at 09:09:11AM +0100, Morten Nilsen wrote: > >> >> sollution was adding -I/usr/X11R6/include to CFLAGS before running > >> >> autogen.sh > >> > That is odd that you had to manually do s

Re: [e-users] e16 cvs build fails...

2005-01-03 Thread Morten Nilsen
[EMAIL PROTECTED] wrote: > On Mon, Jan 03, 2005 at 09:09:11AM +0100, Morten Nilsen wrote: >> >> sollution was adding -I/usr/X11R6/include to CFLAGS before running >> >> autogen.sh >> > That is odd that you had to manually do such. Is that include path in your >> > ld.so.conf? Either way nice to hea

Re: [e-users] e16 cvs build fails...

2005-01-03 Thread samael
On Mon, Jan 03, 2005 at 09:09:11AM +0100, Morten Nilsen wrote: > >> sollution was adding -I/usr/X11R6/include to CFLAGS before running > >> autogen.sh > > That is odd that you had to manually do such. Is that include path in your > > ld.so.conf? Either way nice to hear you got it fixed. > > $ cat

Re: [e-users] e16 cvs build fails...

2005-01-02 Thread Morten Nilsen
Kim Woelders wrote: > Hmm. For some reason configure doesn't find it and doesn't set > HAVE_X11_SM_SMLIB_H in config.h. > Maybe there is some info in the configure log. > configure:5066: checking X11/SM/SMlib.h usability configure:5078: gcc -c -g -O2 conftest.c >&5 conftest.c:59:26: X11/SM/SMlib

Re: [e-users] e16 cvs build fails...

2005-01-02 Thread Kim Woelders
Hmm. For some reason configure doesn't find it and doesn't set HAVE_X11_SM_SMLIB_H in config.h. Maybe there is some info in the configure log. /Kim Morten Nilsen wrote: Kim Woelders wrote: Compilation was broken when HAVE_X11_SM_SMLIB_H was not set (fixed). It looks like you don't have . curious,

Re: [e-users] e16 cvs build fails...

2005-01-02 Thread Morten Nilsen
Kim Woelders wrote: > Compilation was broken when HAVE_X11_SM_SMLIB_H was not set (fixed). > It looks like you don't have . curious, as I do have the header; -r--r--r-- 1 root root 11324 2004-11-16 10:06 /usr/X11R6/include/X11/SM/SMlib.h # rpm -q xorg-x11-devel xorg-x11-devel-6.8.1-7ct same err

Re: [e-users] e16 cvs build fails...

2005-01-02 Thread Kim Woelders
Compilation was broken when HAVE_X11_SM_SMLIB_H was not set (fixed). It looks like you don't have . /Kim Morten Nilsen wrote: ./autogen.sh --prefix=/usr/local --with-x --enable-xinerama --enable-fsstd --enable-esound --disable-rpath ... make ... if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I

Re: [e-users] e16 cvs build fails...

2005-01-01 Thread Morten Nilsen
[EMAIL PROTECTED] wrote: > Don't worry about all the -- optioins. You really should try a dry run first > then adjust the Config options to suit you if things aren't auto detected. > > ./autogen.sh ($PREFIX is already /usr/local) > ./configure --help (rtfm) > make > su > make install > ldconfig >

[e-users] e16 cvs build fails...

2005-01-01 Thread Morten Nilsen
./autogen.sh --prefix=/usr/local --with-x --enable-xinerama --enable-fsstd --enable-esound --disable-rpath ... make ... if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/usr/X11R6/include -I/usr/X11R6/include-g -O2 -MT session.o -MD -MP -MF ".deps/session.Tpo" -c -o session.o session.c; \ t