> Hello together,
> I got some errors while I tryed to build Tk on my HPUX-Box.
> My enviroment
> HPUX 10.20 on HPPA
> gcc version 3.3.2
> perl 5.8.3
> Tk 804.027
> 
>  perl Makefile.PL
> perl is installed in /usr/local/lib/perl5/5.8.3/PA-RISC2.0 okay
> PPM for perl5.008003
> Test Compiling config/signedchar.c
> Test Compiling config/Ksprintf.c
> Test Compiling config/tod.c
> Generic gettimeofday()
> Using -L/usr/lib/X11R6 to find /usr/lib/X11R6/libX11.2
> Cannot find X include files via /include
> Cannot find X include files anywhere at ./myConfig line 332.
> Compilation failed in require at Makefile.PL line 36.
> BEGIN failed--compilation aborted at Makefile.PL line 38.
> 
> What is the problem
> Thank you...
> 

Do you have X windows installed?  It appears it can't find the X
headers.  Also not sure why it is looking in /include for them, not even
sure it is looking in there? Do you have any -I switches configured, or
an INCLUDE_PATH??

http://danconia.org



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to