From owner-freebsd-current Fri Jun 23 7: 7: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from lola.heim10.tu-clausthal.de (lola.heim10.tu-clausthal.de [139.174.241.25]) by hub.freebsd.org (Postfix) with ESMTP id 5DF1637B867; Fri, 23 Jun 2000 07:07:00 -0700 (PDT) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Received: from heim9.tu-clausthal.de (localhost.heim10.tu-clausthal.de [127.0.0.1]) by lola.heim10.tu-clausthal.de (8.9.3/8.9.3) with ESMTP id QAA06276; Fri, 23 Jun 2000 16:06:56 +0200 (CEST) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Message-ID: <39536EFF.215A7623@heim9.tu-clausthal.de> Date: Fri, 23 Jun 2000 16:06:55 +0200 From: Norbert Irmer X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: nectar@FreeBSD.ORG, current@FreeBSD.ORG Subject: Problems building ports/x11-toolkits/wxGTK Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I tried to build the wxGTK-2.1.16 port, and noticed that a few AC_CHECK(..) macros in the configure script don't work. The first header file which is not found is because on FreeBSD systems there is no link /usr/include/X11 -> /usr/X11R6/include (shouldn't there be such a link ? - i heard this is a standard) The opengl header file is also not found, and the link test with "libGL" or "libMesaGL" fails too. And shouldn't there be a line in the Makefile of the port which shows how to compile wxGTK with opengl support ? (it took me an hour to find out how to do this!) So i would propose to make the following changes to the ports Makefile: CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"\ CCFLAGS="-I/usr/X11R6/include"\ LDFLAGS="-L/usr/X11R6/lib" CONFIGURE_ARGS= "--with-opengl=yes" -- email: norbert.irmer@heim9.tu-clausthal.de web: http://gul.sourceforge.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message