Hi Timothy, Le 14 oct. 2009 à 07:33, Larson, Timothy E. a écrit :
> Dunno if this is relevant, but if I am root (to get around those > permission issues) I get this.... > > > Compiling file ETObjectChain.m ... > Compiling file ETObjectRegistry.m ... > Compiling file ETPropertyValueCoding.m ... > Compiling file ETTranscript.m ... > Compiling file ETTransform.m ... > Compiling file ETUUID.m ... > ETUUID.m: In function 'ETSRandomDev': > ETUUID.m:69: error: storage size of 'tv' isn't known > gmake[4]: *** [obj/ETUUID.m.o] Error 1 > gmake[3]: *** [libEtoileFoundation.all.subproject.variables] Error 2 > gmake[2]: *** [EtoileFoundation.all.framework.variables] Error 2 > gmake[1]: *** [internal-all] Error 2 > gmake: *** [internal-all] Error 2 You need to port ETSRandomDev() function (either the Linux version or the generic one) to NetBSD, because AFAIK srandomdev() isn't available on NetBSD. The error you get means the generic function cannot be compiled. 'timeval' is POSIX-compliant, you should be able to get it working by including the right header. I suppose NetBSD supports it. <http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html> Take a look at ETUUID.m to understand what I mean more precisely. Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
