Hello,
I want to use Tk::jpeg::lite. I have a standard SuSE 9.2 (perl 5.8.5) 
installation and I have added every package which even smells like Perl, also 
Perl Tk. When compiling Tk::jpeg::lite  (perl Makefile.PL)  I get the 
following output:
(I have marked the interesting things)

...
Checking if your kit is complete...
Looks good
Warning: prerequisite Tk 0 not found. 
!!^^^^^^^^^^^^^^^^^^^^^^!! (1)

 Finding dependancies for Lite.xs
 Finding dependancies for imgJPEG.c
 Writing Makefile for Tk::JPEG::Lite

OK, now Make: (it follows the output):
 cp Lite.pm blib/lib/Tk/JPEG/Lite.pm
 /usr/bin/perl /usr/lib/perl5/5.8.6/ExtUtils/xsubpp
 -typemap /usr/lib/perl5/5.8.6/ExtUtils/typemap
 -typemap
 /usr/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi/Tk/typemap Lite.xs
 Lite.xsc && mv Lite.xsc Lite.c
 cc -c  -I/usr/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi/Tk
 -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_GNU_SOURCE
 -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686
 -fmessage-length=0 -Wall -g -Wall -pipe   -DVERSION=\"2.01403\"
 -DXS_VERSION=\"800.024\" -fPIC
 "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE"  -DHAVE_JPEGLIB_H
 -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__
 Lite.c cc -c  -I/usr/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi/Tk
 -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_GNU_SOURCE
 -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686
 -fmessage-length=0 -Wall -g -Wall -pipe   -DVERSION=\"2.01403\"
 -DXS_VERSION=\"800.024\" -fPIC
 "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE"  -DHAVE_JPEGLIB_H
 -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__
In file included 
from /usr/lib/perl5/5.8.5/i586-linux-thread-multi/pTk/tkPort.h:24,
                 from Lite.xs:13:
/usr/lib/perl5/5.8.5/i586-linux-thread-multi/pTk/Lang.h:11:22: tkConfig.h: 
Datei oder Verzeichnis nicht gefunden -->(file or directory not found)
!!^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^!! ()2)
In file included from Lite.xs:13:
/usr/lib/perl5/5.8.5/i586-linux-thread-multi/pTk/tkPort.h:44:35: tkUnixPort.h: 
Datei oder Verzeichnis nicht gefunden --> (file or directory not found) 
!!^^^^^^^^^^^^^^^^^^^^^!!  (2)
Lite.xs:16:24: pTk/imgInt.h: Datei oder Verzeichnis nicht gefunden
                                               !!^^^^^^^^^^^^^^^^^^^^^^!!(2)

Now my questions:
1. What is "prerequisite Tk 0"?
2. Where do I get the missing files from directory pTk?
Thanks for every answer,
Richard


-- 
Richard Müller - Am Spring 9 - D 58802 Balve-Eisborn
www.oeko-sorpe.de - www.phytoplankton.info

--
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