From owner-freebsd-alpha Mon Dec 3 14: 6:47 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from felix.cheetahusa.net (felix.cheetahusa.net [216.133.11.108]) by hub.freebsd.org (Postfix) with ESMTP id AB44037B405 for ; Mon, 3 Dec 2001 14:06:42 -0800 (PST) Received: from falcon (falcon.cheetahusa.net [192.168.10.139]) by felix.cheetahusa.net (8.11.6/8.11.6) with SMTP id fB3M6fG48058 for ; Mon, 3 Dec 2001 14:06:41 -0800 (PST) (envelope-from craig@CheetahUSA.net) From: "Craig Burgess" To: Subject: 4.4-RELEASE - XFree - netscape + gnome problems Date: Mon, 3 Dec 2001 14:10:29 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I did not locate a port of Netscape which would install. The tar file for Tru64 from Compaq almost worked except that it would not resolve a URL. I had both 'netscape-wrapper' & 'netscape-remote' installed from long ago but couldn't make the pieces play together. Then I found a package for Netscape-4.76 which **did** install and required netscape-wrapper & netscape-remote and it all seemed to go fine except -- it still doesn't resolve a URL. In .cshrc I have 'setenv MOZILLA_HOME /usr/local/lib/netscape' If this is enough information, what can I do to make it work? -------------------------------------------------------- Next: Anything I've tried to install which requires Gnome fails - Attempting to install ICEWM: configure:7753: cc -o conftest -O -pipe -mcpu=ev4 -I/usr/X11R6/include -Wall -Wu nused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/ glib 12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr /local/lib 1>&5 /tmp/ccoKog09.o: In function `main': /tmp/ccoKog09.o(.text+0x8): undefined reference to `_nl_msg_cat_cntr' configure: failed program was: #line 7745 "configure" #include "confdefs.h" int main() { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } configure:8030: checking for catalogs to be installed configure:8141: checking ORBit version (end of "config.log") *** Error code 1 ------------------------------ So I deinstalled/reinstalled ORBit (to ORBit-0.5.12) with this result on Icewm: configure:8940: warning: int format, pointer arg (arg 3) configure:8983: checking for gnome-libs >= 1.2.7 configure:8994: checking for Oaf >= 0.6.7 (end of "config.log") *** Error code 1 ------------------------------ This is where sawfish failed the first time: configure:8945: cc -o conftest -I/usr/local/include/glib12 -I/usr/local/include/ orbit-1.0 -O -pipe -mcpu=ev4 -I/usr/X11R6/include -Wall -Wunused -I/usr/loc al/i nclude -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/i nclu de -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/local/lib 1>&5 configure:8937: warning: return-type defaults to `int' configure: In function `main': configure:8940: warning: int format, pointer arg (arg 3) configure:8983: checking for gnome-libs >= 1.2.7 configure:8994: checking for Oaf >= 0.6.7 (end of "config.log") *** Error code 1 ------------------------------ --- and after reinstalling ORBit: orbit-1.0 -O -pipe -mcpu=ev4 -I/usr/X11R6/include -Wall -Wunused -I/usr/loc al/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/loc al/include -I/usr/X11R6/include -L/usr/X11R6/lib onftest.c -L/usr/local/lib 1>&5 configure:8937: warning: return-type defaults to `int' configure: In function `main': configure:8940: warning: int format, pointer arg (arg 3) configure:8983: checking for gnome-libs >= 1.2.7 configure:8994: checking for Oaf >= 0.6.7 (end of "config.log") *** Error code 1 ------------------------------ attempt to install bonobo seperately: /tmp/ccn1nqe3.o: In function `main': /tmp/ccn1nqe3.o(.text+0x8): undefined reference to `_nl_msg_cat_cntr' configure: failed program was: #line 7745 "configure" #include "confdefs.h" int main() { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } configure:8030: checking for catalogs to be installed configure:8141: checking ORBit version (end of "config.log") *** Error code 1 ------------------------------ Is there something I can look for or fix to make these work? (I'm still not a programmer) thanks, craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message