On Tue, 2010-06-29 at 05:05 -0400, Alon Levy wrote: > ----- "Attila Sukosd" <[email protected]> wrote: > > > On Tue, Jun 29, 2010 at 9:48 AM, Attila Sukosd < > > [email protected] > wrote: > > > > > > Hi guys, > > > > So I've been trying to get the sources from the devel git to work, and > > I've got it to compile however I was facing some CEGUI issues: > > > > 29/06/2010 09:13:14 (Std) ---- CEGUI System initialisation completed > > ---- > > 29/06/2010 09:13:14 (Std) ---- Version 0.6.2 ---- > > 29/06/2010 09:13:14 (Std) ---- Renderer module is: Unknown renderer > > (vendor did not set the ID string!) ---- > > 29/06/2010 09:13:14 (Std) ---- XML Parser module is: > > CEGUI::XercesParser - Official Xerces-C++ based parser module for > > CEGUI ---- > > 29/06/2010 09:13:14 (Std) ---- Scripting module is: None ---- > > 29/06/2010 09:13:14 (Std) Attempting to load Scheme from file > > 'TaharezLook.scheme'. > > 29/06/2010 09:13:14 (Std) XercesParser::initialiseSchema - Attempting > > to load schema from file 'GUIScheme.xsd'. > > 29/06/2010 09:13:14 (Error) CEGUI::GenericException in file > > ../../client/gui/resource_provider.cpp(83) : failed > > 29/06/2010 09:13:14 (Error) XercesParser::parseXMLFile - An unexpected > > error occurred while parsing XML file 'TaharezLook.scheme'. > > 29/06/2010 09:13:14 (Error) Scheme::Scheme - loading of Scheme from > > file 'TaharezLook.scheme' failed. > > > > This was using the "libcegui-mk2-*" packages from the default Ubuntu > > repositories. After playing around with it and regenerating the > > taharez_look.*.c, I still got nowhere, so I downloaded the CEGUI 0.6.2 > > sources and compiled it by hand, but I still had the same issue. In > > the end, I did manage to "fix" it by changing the default xml parser > > for CEGUI to libxml (--with-default-xml-parser=LibxmlParser) instead > > of the Xerces one. > > > > That's interesting. FWIW, I had the same problem when compiling on ubuntu > (9.04) > and solved it by putting all the xsd files in the directory I was running from > and updating the resource provider to look there as well.
We definitely should try to make cegui optional... _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
