Instead of blathering, I should just have remebered to add the quick & dirty fix for you to review.
-- Eric
On Tue, Aug 11, 2009 at 11:35:52AM +0000, eveith wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hey,
>
> ok, I'll just place a manual made Jamrules file in the toplevel build
> directory and advice people how to edit the stuff.
>
> Ad libinitng.a:
>
> I'm getting an error building opt.c. It includes <string.h>, and builds ok
> when I'm using the systems <string.h>, but it fails when jam picks up
> include/initng/string.h.
>
> I guess renaming string.h (and sed'ing .c files) will just do the trick, or do
> you plan something with that file?
>
> -- Eric
>
> On Mon, Aug 10, 2009 at 09:14:44PM -0300, Ismael Luceno wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > El Mon, 10 Aug 2009 10:04:57 +0000
> > eveith <[email protected]> escribió:
> > > Hello,
> >
> > Hi Eric :D.
> >
> > > I'm currently working on the port of our CMake build system to Jam.
> > > libinitng.a somewhat builds except for some C header errors, but I'll
> > > bug ismaell with that later. ;-)
> >
> > :D.
> >
> > > We're currently using CMake to customize things, like install paths,
> > > enable or disable plugins, and so on, and we write config.h.
> > >
> > > Ismaell, do you want something like that with Jam, too? We can stick
> > > with using Jamrules for that, i.e. set some variables there. But
> > > perhaps something more comfortable is whished?
> >
> > A similar approach is OK. I don't think we need something more
> > complicated right now :).
> >
> > - --
> > Ismael Luceno
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.9 (GNU/Linux)
> >
> > iEYEARECAAYFAkqAt/QACgkQ/mxY0+yOXJoB3QCgsJPcbub9Ui8pcynwBVeEatlA
> > XDoAnR2AYhC7/Z3gDjM0GlbNnKA+oqD4
> > =2Qy0
> > -----END PGP SIGNATURE-----
> > --
> > _______________________________________________
> > Initng mailing list
> > [email protected]
> > http://jw.dyndns.org/mailman/listinfo/initng
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.10 (GNU/Linux)
>
> iEYEARECAAYFAkqBV5cACgkQhS0drJ3goJKLdACeJdIKu1UuG6tfJg6rSzinwdS5
> I0kAn27/Ra8OrG0csRDK8vsqEvLFYiRZ
> =0py9
> -----END PGP SIGNATURE-----
> --
> _______________________________________________
> Initng mailing list
> [email protected]
> http://jw.dyndns.org/mailman/listinfo/initng
diff --git a/include/initng/string.h b/include/initng/string.h index 2ca6678..ca6ad06 100644 --- a/include/initng/string.h +++ b/include/initng/string.h @@ -20,6 +20,7 @@ #ifndef INITNG_STRING_H #define INITNG_STRING_H +#include <stddef.h> /* * MACRO JUMP_SPACES, will increase string, until it founds a valid token.
pgp7kV4zTIyAp.pgp
Description: PGP signature
-- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
