Date: 18 Mar 2002 14:48:54 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Aidan Skinner <aidan@velvet.net> Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: libgnome and libgnomeui Message-ID: <1016480934.266.49.camel@gyros.marcuscom.com> In-Reply-To: <Pine.BSO.4.33.0203181927100.31427-100000@crushed.velvet.net> References: <Pine.BSO.4.33.0203181927100.31427-100000@crushed.velvet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-cDBhPtchiz5y+0b4SQSD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-18 at 14:37, Aidan Skinner wrote: > On 18 Mar 2002, Joe Marcus Clarke wrote: >=20 > > On Mon, 2002-03-18 at 10:48, Aidan Skinner wrote: > > > Is there a guide to compiling libgnome and libgnomeui? I've installed > > > as much from ports as I can (gnomevfs, libbonobo etc.), but running > > > configure can't find popt, or zlib. It's being run as > > > ./configure --prefix=3D/home/aidan/local/gtk2/ > > > > Check the ports tree. Maxim has ported a few of the core GNOME2 > > components over to FreeBSD. I submitted libgnomeprint, and I'm working >=20 > >From ports, I've got: >=20 > gconf2-1.1.8 > ORBit2-2.3.106 > atk-1.0.0 > bonobo-activation-0.9.5 > glib-2.0.0 > gnomevfs2-1.9.10 > gtk-2.0.0 > libIDL-0.7.4 > libart_lgpl2-2.3.8 > libbonobo-1.112.0 > libglade2-1.99.8 > libxslt-1.0.13 > libxml2-2.4.17 > linc-0.1.19 > pango-1.0.0 >=20 > > on libgnomeprintui. Maxim has just repocopied libgnome from gnomelibs, > > but a port hasn't been committed yet (all the iconv work has kept him > > busy). >=20 > Is there one that could be improved from? I'd much rather help get > this into ports than go off on my own personnel vendetta against > windmills. ;) Maxim grabbed libgnome. I'm working on the print stuff, and will take a look at what needs to be done next. Take a look at the dependency diagram at http://developer.gnome.org/dotplan/notes/depends.png. Grab one that you have the dependencies for, and go with it. send-pr the port when you have one. >=20 > > Anyway, the short answer is, GNOME2 isn't there yet. You'll probably >=20 > I figured as much. >=20 > > have to patch configure and some Makefiles if you want to get things > > going. zlib is in /usr/lib, and popt is in /usr/local/lib. Of course, >=20 > They're both installed. It's just not picking either of them up. I > ripped out the source code for the popt test in configure, and had to > modify it to get it to compile. >=20 > > libgnome might be looking for zlib 1.1.4 due to the recent double free > > problem. >=20 > Possible, although I don't see any check for a specific version in > zlib (it just looks for zlib and bzip2 stuff AFAICT), but popt looks > for libpopt > 1.5, which I have (1.5.1). I haven't looked at libgnome yet. I don't know what it's checking for exactly. You have have to add: CPPFLAGS+=3D -I/usr/local/include LDFLAGS+=3D -L/usr/local/lib To get popt to be picked up. Joe >=20 > Thanks. :) >=20 > - Aidan >=20 > --=20 > aidan@velvet.net http://www.velvet.net/~aidan/ aim:aidans42 > finger for pgp key fingerprint: |----------------------------- > 01AA 1594 2DB0 09E3 B850 | Money, honey. Cold cash is > C2D0 9A2C 4CC9 3EC4 75E1 | all that counts >=20 >=20 --=-cDBhPtchiz5y+0b4SQSD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyWRKYACgkQb2iPiv4Uz4eBtACeP2AEqB1m1FIPv7y3/frcG/cv wtEAn0ZmjxZIPyyPIcYz9MPdcArO6lzK =1xtK -----END PGP SIGNATURE----- --=-cDBhPtchiz5y+0b4SQSD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1016480934.266.49.camel>