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
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
[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
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
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
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,
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
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
[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
>
./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
10 matches
Mail list logo