GNOME Bugzilla – Bug 357076
libxml2 fails to build on solaris
Last modified: 2006-10-25 22:00:33 UTC
http://jhbuild.bxlug.be/builds/2006-09-21-0006/logs/libxml2/#build xmlIO.c: In function `xmlCheckFilename': xmlIO.c:721: error: storage size of 'stat_buffer' isn't known xmlIO.c:731: warning: implicit declaration of function `_stat' xmlIO.c:731: warning: nested extern declaration of `_stat' xmlIO.c:721: warning: unused variable `stat_buffer' This is to do with _stat being declared somehow, but not actually usable on Solaris - someone I know hit something similar on FreeBSD recently. The fix is probably to add some more cases to the preprocessor directives at the top of xmlIO.c
Seems to be working again - http://jhbuild.bxlug.be/builds/2006-10-25-0006/logs/libxml2/
okay, good to know, this got a lot of fixes 1-2 weeks ago, Daniel