From boris at codesynthesis.com Thu Aug 30 02:12:30 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] Re: [xsd-users] XSDe question In-Reply-To: References: Message-ID: <20070830061230.GA26305@karelia> Hi Shiva, Changed the mailing list from xsd-users to xsde-users since that's where XSD/e related questions are discussed. Balasubramanyam, Shivakumar writes: > ../../../../libxsde/xsde/cxx/parser/document.hxx:9:25: xsde/config.h: No > such file or directory XSD/e is quite a bit different from XSD. In particular the runtime is not header-only anymore. As result you first need to configure and compile it, as described in the INSTALL file that comes with the XSD/e distribution. Since your are on GNU/Linux, you will need to follow instructions in the "GNU make" section. Boris