Date: Fri, 5 Oct 2001 15:46:55 +0200 From: Anatoliy Dmytriyev <tolid@plab.ku.dk> To: freebsd-ports@FreeBSD.org Subject: 'make install' for p5-Tcl-Tk don't work Message-ID: <20011005154655.N89835@plab.ku.dk>
next in thread | raw e-mail | index | archive | help
Hello, all! When I tryed install the port /usr/ports/x11-toolkits/p5-Tcl-Tk I got errors: ===> Extracting for p5-TclTk-b2 >> Checksum OK for TclTk-b2.tar.gz. ===> p5-TclTk-b2 depends on file: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Tcl.pm - found ===> p5-TclTk-b2 depends on shared library: tk82.1 - found ===> Patching for p5-TclTk-b2 ===> Applying FreeBSD patches for p5-TclTk-b2 ===> Configuring for p5-TclTk-b2 Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ltk82 Note (probably harmless): No library found for -ltcl82 Note (probably harmless): No library found for -lX11 Writing Makefile for Tcl::Tk ===> Building for p5-TclTk-b2 mkdir blib mkdir blib/lib mkdir blib/lib/Tcl cp Tk.pm blib/lib/Tcl/Tk.pm /usr/bin/perl5.00503 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap Tk.xs >xstmp.c && mv xstmp.c Tk.c Please specify prototyping behavior for Tk.xs (see perlxs manual) cc -c -I/include -I/include/tcl8.2 -I/include/tk8.2 -I/include -O -pipe -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Tk.c Tk.xs:4: tcl.h: No such file or directory Tk.xs:5: tk.h: No such file or directory Tk.xs:7: syntax error before `*' Tk.xs:7: warning: data definition has no type or storage class Tk.c: In function `XS_Tcl_CreateMainWindow': Tk.c:35: syntax error before `interp' Tk.c:39: syntax error before `mainWindow' Tk.c:43: `interp' undeclared (first use in this function) Tk.c:43: (Each undeclared identifier is reported only once Tk.c:43: for each function it appears in.) Tk.c:43: syntax error before `tmp' Tk.xs:25: `mainWindow' undeclared (first use in this function) Tk.xs:30: `True' undeclared (first use in this function) Tk.c: In function `XS_Tcl_Tk_Init': Tk.c:73: syntax error before `interp' Tk.c:77: `interp' undeclared (first use in this function) Tk.c:77: syntax error before `tmp' Tk.xs:37: `TCL_OK' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk/work/TclTk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. What's wrong? How can I fix it? Best regards, Anatoliy Dmytriyev. -- Anatoliy Dmytriyev <tolid@plab.ku.dk> http://tolid.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011005154655.N89835>