LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xwindow help?? (https://www.linuxquestions.org/questions/linux-software-2/xwindow-help-27155/)

robmuro 08-04-2002 01:55 AM

xwindow help??
 
I'm trying to compile Ksirtet (tetrix) and I get an error that I don't know what it means. I got this from the config.log
------------------------------------------------------
int main() {
shl_unload()
; return 0; }
configure:4417: checking for extra includes
configure:4448: checking for extra libs
configure:4482: checking for libz
configure:4508: gcc -o conftest -O2 conftest.c -lz -lresolv 1>&5
configure:4538: checking for X
configure:4577: gcc -E conftest.c >/dev/null 2>conftest.out
configure:4573:27: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 4572 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:4653: gcc -o conftest -O2 conftest.c -lXt 1>&5
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 4646 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
----------------------------------------------------

it said something "Can't find X include. check your installation and check your paths"


any help will be apreciated...

Mara 08-04-2002 12:02 PM

It looks you don't have X headers. They're in package XFree86-devel. Install it from your installation cd. It looks it's your first X program compilation, so it may require more packages to install. Look if you have them installed: qt-devel (or qt2-devel, qt3-devel depending on the version of QT you have) and kdebase-devel. They may be required by Ksirtet (it seems it's a kde program).

robmuro 08-06-2002 12:20 AM

Quote:

Look if you have them installed: qt-devel (or qt2-devel, qt3-devel depending on the version of QT you have) and kdebase-devel.
how do I do this?

Mara 08-06-2002 04:40 AM

rpm -q -a |grep qt
it list all qt packages. Check if you have *-devel* among them.


All times are GMT -5. The time now is 12:16 AM.