discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Trying to build back on debian


From: Andreas Höschler
Subject: Re: Trying to build back on debian
Date: Thu, 8 Sep 2005 19:25:24 +0200

Hi all,

cd back
./configure --enable-graphics=art
make

make[2]: Entering directory `/usr/src/core/back/Source/x11'
Making all for subproject x11...
Compiling file context.c ...
context.c:24:22: Warnung: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden
context.c:25:23: Warnung: X11/Xutil.h: Datei oder Verzeichnis nicht gefunden
context.c:26:23: Warnung: X11/Xatom.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingef¡Zgt von wrasterP.h:27,
von context.c:35:
../../Headers/x11/wraster.h:46:22: Warnung: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden
../../Headers/x11/wraster.h:47:23: Warnung: X11/Xutil.h: Datei oder Verzeichnis nicht gefunden
In file included from wrasterP.h:27,
from context.c:35:
../../Headers/x11/wraster.h:104: error: Syntaxfehler before "VisualID"
...

I searched for Xlib.h in /usr and found nothing. It seems that the X11 header files ar enot installed by default. Any what package


apt-get install ...

needs to be installed to get the headers so that I can build back?

I found the required package with

apt-cache search Xlib.h

I had to install

apt-get install libxv-dev

I got a step further and am now failing as follows:

ln -s ../Source/x11/xdnd.c .
Making all for tool gpbs...
Compiling file xdnd.c ...
Compiling file gpbs.m ...
Compiling file xpbs.m ...
xpbs.m: In Funktion -[XDragPbOwner pasteboardChangedOwner:]:
xpbs.m:1208: Warnung: implicit declaration of function `xdnd_set_selection_owner'
xpbs.m: In Funktion -[XDragPbOwner availableTypes]:
xpbs.m:1230: Warnung: implicit declaration of function `xdnd_get_type_list'
Linking tool gpbs ...
./shared_obj/xdnd.o(.text+0xd9): In function `xdnd_init':
: undefined reference to `XInternAtom'
./shared_obj/xdnd.o(.text+0xf6): In function `xdnd_init':
: undefined reference to `XInternAtom'
./shared_obj/xdnd.o(.text+0x113): In function `xdnd_init':
: undefined reference to `XInternAtom'
...

Could anybody provide me with a list of packages that need to be installed in order to build back (just for the case that I am not the first that tries to install GNUstep on a fresh DVD installed Debian system). Thanks a lot!

Regards,

Andreas

reply via email to

[Prev in Thread] Current Thread [Next in Thread]