According to =?ISO-8859-1?Q?=D8ystein_Folkvord?=: While burning my CPU.
> 
> Hi!
> 
> I am trying to install some programs, and get some errors I dont know how
> to fix. 
> 
> When I try to install kvirc, configure says:
> 
> checking for X... configure: error: Can't find X includes. Please check your 
>installation and add the correct paths!
> 
> 
> And when i try to install xplorer, configure says:
> 
> checking in /usr/local/X11/include/qt... no
> configure: error: Can't find the Qt includes
> 
> And finally: when configuring xps, everyting seems to work fine utnil i do a "make", 
>which says: 
> 
> [root@bernt xps-3.06]# make
> echo "Making all in help"; \
> (cd help && make all) 
> Making all in help
> make[1]: Entering directory `/disk2/xps-3.06/help'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/disk2/xps-3.06/help'
> gcc -c -g -O2 -I.  -I/usr/X11R6/include  xps.c
> xps.c:33: X11/Intrinsic.h: No such file or directory
> xps.c:34: X11/StringDefs.h: No such file or directory
> xps.c:35: Xm/Xm.h: No such file or directory
> In file included from common.h:7,
>                  from xps.c:37:
> xpstypes.h:27: X11/Intrinsic.h: No such file or directory
> In file included from xps.c:38:
> xstuff.h:22: X11/Intrinsic.h: No such file or directory
> make: *** [xps.o] Error 1
> 
> An help will be appreciated. What do i do when configure complaints about
> libraries missing ? How do I know where to get thos libraries needed ?

It "ALL" means you dont have the X header files installed on your system, or
they are not in the correct place. Read the program README's and INSTALL
files for more details.
Possably you have not even installed X libarys either.

X header files are included in every linux distribution, it could be that
you choose NOT to install them.

The correct place would be, /usr/X11R6/include/X11/ i bet its empty..

> 
> �ystein
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to