Dear Maintainer
I got the following error when trying to compile gcvs on my FreeBSD machine: uname -a FreeBSD beastie.muhc.mcgill.ca 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Tue Apr 18 08:56:09 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 checking for gtk-config... /usr/local/bin/gtk12-config checking for GTK - version >= 1.2.0... ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found no *** Could not run GTK test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK was incorrectly installed *** or that you have moved GTK since it was installed. In the latter case, you *** may want to edit the gtk-config script: /usr/local/bin/gtk12-config configure: error: Cannot find GTK: Is gtk-config in path? ===> Script "make_configure" failed unexpectedly. Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the "/opt/ports/devel/gcvs/work/gcvs-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /opt/ports/devel/gcvs. So I did the following and it works ========================================================== [EMAIL PROTECTED] bin]$ pwd /usr/local/bin [EMAIL PROTECTED] bin]$whereis gtk12-config gtk12-config: /usr/X11R6/bin/gtk12-config [EMAIL PROTECTED] bin]$ ln -s /usr/X11R6/bin/gtk12-config gtk12-config ========================================================== Regards, Yves _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"