From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 13:07:35 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DFC16A4CE for ; Tue, 20 Jan 2004 13:07:35 -0800 (PST) Received: from server.lab.cyberlifelabs.com (adsl-64-142-24-131.sonic.net [64.142.24.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353B043D46 for ; Tue, 20 Jan 2004 13:07:29 -0800 (PST) (envelope-from milo@cyberlifelabs.com) Received: from cyberlifelabs.com (beastie.lab.cyberlifelabs.com [192.168.1.3]) i0KL7Svn019235 for ; Tue, 20 Jan 2004 13:07:28 -0800 (PST) (envelope-from milo@cyberlifelabs.com) Message-ID: <400D9890.2090007@cyberlifelabs.com> Date: Tue, 20 Jan 2004 13:07:28 -0800 From: Milo Hyson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20040118 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pgAdmin3 fails to build -- missing wxWindows include file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 21:07:35 -0000 I'm unable to install pgAdmin3 from ports. It dies during the compilation phase with a complaint that wx/chkconf.h does not exist. I did a bit of digging and it appears that include file is supposed to be installed with wxWindows, but it doesn't seem to have been. wxWindows was also installed from ports as one of pgAdmin3's dependent packages. Below is the dump of the failure: ===> Building for pgadmin3-1.0.1_1 make all-recursive Making all in src source='pgAdmin3.cpp' object='pgAdmin3.o' libtool=no depfile='.deps/pgAdmin3.Po ' tmpdepfile='.deps/pgAdmin3.TPo' depmode=gcc /bin/sh ../config/depcomp c++ -D HAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/local/share/pgadmin3/\" -Wall -g -I../src/include -I -DSSL -I/usr/local/pgsql/include -I/usr/X11R6/include/wx/gtk 2-2.4 -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS= 64 -D_LARGE_FILES -I/usr/X11R6/include -D_THREAD_SAFE -DDATA_DIR=\"/usr/local/sh are/pgadmin3/\" -Wall -g -I../src/include -I -O2 -pipe -march=k6 -c -o pgAdmin3. o `test -f 'pgAdmin3.cpp' || echo './'`pgAdmin3.cpp In file included from /usr/X11R6/include/wx/defs.h:224, from /usr/X11R6/include/wx/wx.h:15, from pgAdmin3.cpp:14: /usr/X11R6/include/wx/gtk2-2.4/wx/setup.h:1144: wx/chkconf.h: No such file or di rectory In file included from pgAdmin3.cpp:18: /usr/X11R6/include/wx/xrc/xmlres.h:27: wx/artprov.h: No such file or directory In file included from ../src/include/frmMain.h:23, from pgAdmin3.cpp:36: ../src/include/ctlSQLBox.h:17: wx/fdrepdlg.h: No such file or directory In file included from pgAdmin3.cpp:18: /usr/X11R6/include/wx/xrc/xmlres.h:416: syntax error before `&' /usr/X11R6/include/wx/xrc/xmlres.h:421: syntax error before `&' In file included from pgAdmin3.cpp:33: ../src/include/misc.h:56: syntax error before `(' In file included from ../src/include/ctlSQLBox.h:16, from ../src/include/frmMain.h:23, from pgAdmin3.cpp:36: /usr/X11R6/include/wx/stc/stc.h:1180: syntax error before `&' /usr/X11R6/include/wx/stc/stc.h:1221: syntax error before `(' /usr/X11R6/include/wx/stc/stc.h:2309: `wxContextMenuEvent' was not declared in t his scope /usr/X11R6/include/wx/stc/stc.h:2309: `evt' was not declared in this scope /usr/X11R6/include/wx/stc/stc.h:2309: variable or field `OnContextMenu' declared void In file included from ../src/include/frmMain.h:23, from pgAdmin3.cpp:36: ../src/include/ctlSQLBox.h:30: syntax error before `;' ../src/include/ctlSQLBox.h:35: `wxFindDialogEvent' was not declared in this scop e ../src/include/ctlSQLBox.h:35: `event' was not declared in this scope ../src/include/ctlSQLBox.h:35: variable or field `OnFindDialog' declared void In file included from ../src/include/pgConn.h:22, from ../src/include/pgServer.h:19, from ../src/include/frmMain.h:24, from pgAdmin3.cpp:36: ../src/include/pgSet.h:77: syntax error before `(' pgAdmin3.cpp: In method `bool pgAdmin3::OnInit()': pgAdmin3.cpp:135: syntax error before `*' pgAdmin3.cpp:157: `langInfo' undeclared (first use this function) pgAdmin3.cpp:157: (Each undeclared identifier is reported only once pgAdmin3.cpp:157: for each function it appears in.) pgAdmin3.cpp:157: no method `wxLocale::GetLanguageInfo' pgAdmin3.cpp:175: syntax error before `=' pgAdmin3.cpp:177: `langId' undeclared (first use this function) pgAdmin3.cpp:177: `wxLANGUAGE_UNKNOWN' undeclared (first use this function) pgAdmin3.cpp:179: `wxLANGUAGE_DEFAULT' undeclared (first use this function) pgAdmin3.cpp:195: no method `wxLocale::GetLanguageInfo' pgAdmin3.cpp:204: `wxLanguage' undeclared (first use this function) pgAdmin3.cpp:204: syntax error before `::' pgAdmin3.cpp:233: no matching function for call to `frmSplash::Update ()' pgAdmin3.cpp:286: no method `wxDir::GetAllFiles' pgAdmin3.cpp:333: confused by earlier errors, bailing out *** Error code 1 Stop in /usr/ports/databases/pgadmin3/work/pgadmin3-1.0.1/src. *** Error code 1 Stop in /usr/ports/databases/pgadmin3/work/pgadmin3-1.0.1. *** Error code 1 Stop in /usr/ports/databases/pgadmin3/work/pgadmin3-1.0.1. *** Error code 1 Stop in /usr/ports/databases/pgadmin3. -- Milo Hyson Chief "Mad" Scientist CyberLife Labs, LLC