Date: Thu, 11 Mar 2004 14:46:26 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: John Baldwin <jhb@FreeBSD.org> Subject: Re: cvs commit: src/lib/libgeom geom_xml2tree.c libgeom.h src/sbin/gconcat gconcat.c src/usr.sbin/gstat gstat.c Message-ID: <20040311124626.GC21668@ip.net.ua> In-Reply-To: <Pine.BSF.4.53.0403110952590.24222@e0-0.zab2.int.zabbadoz.net> References: <200403092114.i29LEJYD018885@repoman.freebsd.org> <Pine.BSF.4.53.0403110952590.24222@e0-0.zab2.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Thu, Mar 11, 2004 at 09:57:05AM +0000, Bjoern A. Zeeb wrote:
> On Tue, 9 Mar 2004, John Baldwin wrote:
>
> > FreeBSD src repository
> >
> > Modified files:
> > lib/libgeom geom_xml2tree.c libgeom.h
> > sbin/gconcat gconcat.c
> > usr.sbin/gstat gstat.c
> > Log:
> > Make libgeom usable by C++ programs:
> > - Add DECL wrappers to libgeom.h.
> > - Rename structure members in libgeom.h to use a lg_ prefix for member
> > names. This is required because a few structures had members named
> > 'class' which made g++ very unhappy.
> > - Catch gstat(8) and gconcat(8) up to these API changes.
> >
> > Reviewed by: phk
> >
> > Revision Changes Path
> > 1.4 +97 -90 src/lib/libgeom/geom_xml2tree.c
> > 1.10 +43 -37 src/lib/libgeom/libgeom.h
> > 1.3 +13 -13 src/sbin/gconcat/gconcat.c
> > 1.7 +10 -9 src/usr.sbin/gstat/gstat.c
>
> This seems to need population of header files before the build ?
> I have not seen a note anywhere :(
>
A normal buildworld builds and installs fresh headers (into a
temporary location called ${WORLDTMP}) before building the
bits that use them later. If you want to build by hand (outside
of buildworld), you should do it similarly:
cd /usr/src/lib/libgeom
make obj
make includes
make all
make install
Then proceed with the tools build.
> [for general question of populating header files please see
> my posting to hackers this moment, thanks]
>
Already replied to that.
Cheers,
--
Ruslan Ermilov
FreeBSD committer
ru@FreeBSD.org
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAUF+iUkv4P6juNwoRAh71AJ46To0FqDCPjSlob/NpqAS5M+ipJACffUYv
QuQeo32koxonmOAAnV5qmRs=
=BODJ
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311124626.GC21668>
