From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 02:12:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B5516A415 for ; Mon, 30 Oct 2006 02:12:19 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D14D43D53 for ; Mon, 30 Oct 2006 02:12:19 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 11543 invoked from network); 30 Oct 2006 13:12:18 +1100 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 30 Oct 2006 13:12:18 +1100 Date: Mon, 30 Oct 2006 13:12:15 +1100 From: Norberto Meijome To: questions@freebsd.org Message-ID: <20061030131215.76cfdf11@localhost> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: GTKMozEmbed with linux-firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 02:12:20 -0000 Hi everyone, I use www/linux-firefox as my standard browser, as www/firefox doesn't support flash. /etc/make.conf has WITH_MOZILLA=firefox WITH_GECKO=firefox I am trying to install devel/devhelp, and I bumped into these issues: 1) it requires ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so (and if not present, it tries to install www/${MOZILLA} ) . linux-firefox doesn't include libwidget_gtk2.so , but nvu (which I have installed) does. I solved this issue by symlinking nvu's libwidget_gtk2.so to the expected firefox location. so.. 2) when building devhelp, it sees libwidget_gtk2.so and it moves ahead... until [...] checking LIBDEVHELP_LIBS... -Wl,--rpath -Wl,/usr/local/lib -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomevfs-2 -lgconf-2 -lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lXrender -lX11 -lXext -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking which mozilla to use... firefox checking for firefox-gtkmozembed >= 0.10 firefox-xpcom >= 0.10... Package firefox-gtkmozembed was not found in the pkg-config search path. Perhaps you should add the directory containing `firefox-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package 'firefox-gtkmozembed' found Package firefox-xpcom was not found in the pkg-config search path. Perhaps you should add the directory containing `firefox-xpcom.pc' to the PKG_CONFIG_PATH environment variable No package 'firefox-xpcom' found configure: error: Library requirements (firefox-gtkmozembed >= 0.10 firefox-xpcom >= 0.10) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. [...] Again, gtkmozembed is available from nvu, but not the .pc (no biggie I suppose)... anyway, the question is : is hter a way I can have the missing components (so far, libwidget_gtk2 , gtkmozembed, mozembed, xpcom ) *without* having to install the native firefox ? Would this be possible to do with a new port? (i.e., www/firefox with a special config to only build these objects... would it be useful ? thanks, _________________________ {Beto|Norberto|Numard} Meijome Contrary to popular belief, Unix is user friendly. It just happens to be very selective about who it decides to make friends with. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.