[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Building scheme on Linux



Yes, the XFree86-devel package was needed. I added it and that seems to
solve the X11 header file problem. However, I still am unable to build the
PLT source.

Here is the std out
...
make mred
make[2]: Entering directory `/home/dvanhorn/plt/src/mred'
c++   -o mred mrmain.o ../mzscheme/libmzscheme.a ../mzscheme/libmzgc.a
mred.o mredx.o wxGC.o wxJPEG.o wxs/libwxscheme.a wxme/libwxme.a
../wxxt/src/libwx_xt.a ../wxxt/contrib/xpm/lib/libXpm.a
../wxxt/utils/image/src/libimage_xt.a
../wxcommon/jpeg/libjpeg.a -lXaw -lXmu -lXt -lX11 -lXext  -ldl -lm  -rdynami
c
make[2]: Leaving directory `/home/dvanhorn/plt/src/mred'
make[1]: Leaving directory `/home/dvanhorn/plt/src/mred'

And the error
/usr//bin/ld: cannot find -lXaw
collect2: ld returned 1 exit status
make[2]: *** [mred] Error 1
make[1]: *** [all] Error 2
make: *** [mr] Error 2

I am in the src directory running ./configure then make.
Its a Mandrake 8.1 box, any ideas?
Thanks,
David


-----Original Message-----
From: owner-plt-scheme@fast.cs.utah.edu
[mailto:owner-plt-scheme@fast.cs.utah.edu]On Behalf Of Kirill Lisovsky
Sent: Tuesday, November 06, 2001 11:44 AM
To: plt-scheme@fast.cs.utah.edu
Subject: RE: Building scheme on Linux


Hello!

On Tue, 6 Nov 2001, Paul Steckler wrote:

> > ./XWidgets/xwTabString.c:6:27: X11/Intrinsic.h: No such file or
> > directory
>
> Did you install Linux with a "server" configuration?  If so, you may not
> have X11 files on your machine.  Can you run X on it?
>
It may be that a package XFree86-devel* is not installed.
It contains the file and it is not required to run X.

Best regards,
        Kirill.