cvs commit: src/lib/libgeom geom_xml2tree.c libgeom.h src/sbin/gconcat gconcat.c src/usr.sbin/gstat gstat.c

Ruslan Ermilov ru at FreeBSD.org
Thu Mar 11 04:46:29 PST 2004


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 at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040311/665acaf7/attachment.bin


More information about the cvs-src mailing list