From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 02:25:23 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 8CF7316A417 for ; Mon, 30 Oct 2006 02:25:23 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC1743D70 for ; Mon, 30 Oct 2006 02:25:09 +0000 (GMT) (envelope-from yuleopen@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1024705nzf for ; Sun, 29 Oct 2006 18:25:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=VZO1dNWuUjWOjfVs87qo8YSLaqe4jn9EUQl1fqpV8sp7e3YMnfi9fPiJF35etEJixKKc3xdAJt7+o8vBiR6Mct7VFAhgIL2DjibqHsy/cWqD6GTPoxEFJwzaIFHhbQ0rUxrjj4H88plNeOw5OLw3AZDP8OEcQxQflP18+HfgeAg= Received: by 10.65.193.16 with SMTP id v16mr3764190qbp; Sun, 29 Oct 2006 18:25:08 -0800 (PST) Received: by 10.65.251.9 with HTTP; Sun, 29 Oct 2006 18:25:08 -0800 (PST) Message-ID: <68bfdc900610291825g76ad8114g431ad09dfc47bee5@mail.gmail.com> Date: Mon, 30 Oct 2006 10:25:08 +0800 From: "Sherry Zhang" To: questions@freebsd.org In-Reply-To: <20061030131215.76cfdf11@localhost> MIME-Version: 1.0 References: <20061030131215.76cfdf11@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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:25:23 -0000 Norberto: I am a newbie and maybe I do not know how to answer your question. but I just follow the FreeBSD handbook chapter 6 [6.2.3 Firefox Mozilla, and Java plugin] and have the flash plugin installed. it works fine. maybe you can have a try? Sherry Zhang with best regards On 10/30/06, Norberto Meijome wrote: > > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >