From: Andreas L. <no...@sb...> - 2001-10-21 20:04:35
|
On Sun, Oct 21, 2001 at 06:06:18PM +1000, Glenn Maughan wrote: > Andreas, > > > *) The expat backend seems to segfault with ISE on windows and > > linux, gotta look at it in detail. But the current geant file has > > been tested to (at least) compile on linux/gcc/se|ise and > > windows/cl/ise, where linux/gcc/se actually works at runtime too (; Problem fixed. The see code was still looking for EP_EVENT_PARSER, whereas it has been renamed to XP_EVENT_PARSER. I have also now added code that checks if the class we resolve is actually in the system. An exception is raised otherwise. This code is protected via an #ifdef and can be enabled by setting ${GOBO_C_DEBUG} before executing geant compile in library/xml/impl/expat/spec/c. I have tested in on linux. Can somebody confirm that this now works on windows too? Andreas |