[Gambas-user] X11/Xlib.h error
ron
ronstk at ...239...
Fri Oct 1 09:41:24 CEST 2004
On Friday 01 October 2004 08:41, Paolo Saudin wrote:
>configure:12068: checking for X
>configure:12288: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
>configure:12441: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5
I give you 3 lines in sequence regarding the X
> configure:7792: checking for QT component libraries
> configure:7932: checking for X
Did you not get the 'configure:*****: result: libraries line' here ????
Also missing the gcc line ???
> configure:8246: checking for dnet_ntoa in -ldnet
> ..............................
> configure:8763: checking for XOpenDisplay in -lX11
> configure:8782: gcc -o conftest -g -O2 conftest.c -lX11 -L/usr/X11R6/lib 1>&5
this one looks OK, only miss the result: line between
> configure:8805: checking for XShmAttach in -lXext
> configure:8824: gcc -o conftest -g -O2 conftest.c -lXext -L/usr/X11R6/lib 1>&5
this one same.
Strange you do not have the result lines, they are made by configure here.
in config.status:
s, at QT_PATH@,/usr/lib/qt/lib//..,;t t
s, at X_CFLAGS@, -I/usr/X11R6/include,;t t
s, at X_PRE_LIBS@, -lSM -lICE,;t t
s, at X_LIBS@, -L/usr/X11R6/lib,;t t
s, at X_EXTRA_LIBS@,,;t t
s, at MOC@,/usr/bin//moc,;t t
It is guessing from me but may be it helps.
Ron
More information about the User
mailing list