Hi all,

i'm new to this list, so please forgive my ignorance on some matters ( I did search the archives before posting here though ! )

I'm working on a fairly simple project that involves parsing a lot of small XML files for stuff that starts with a certain character, and i'm trying to find out if I should use Xerces rather than reinvent the wheel.

So I tried compiling Xerces on XCode, and bumped into some problems :-(

I downloaded version 2.8.0 since version 3.0 does not include the XCode project files anymore.

compiling went flawless, both on the Xerceslib project and the DOMprint & SAXPrint samples. But when running the samples, I get this error :

spurious-tuple:Development jeroen$ ./DOMPrint dyld: Library not loaded: /Xerces.framework/Versions/A/Xerces Referenced from: /Users/jeroen/Downloads/xerces-c-src_2_8_0/ Projects/MacOS/Xcode/Samples/DOMPrint/build/Development/./DOMPrint
  Reason: image not found
Trace/BPT trap


I tried copying the framework file (which does exist !) to the / Library/Frameworks directory, but that did not help

can anyone give some suggestions on how to get the samples running ? I think (hope) that, once I get ONE sample going, the rest should be feasible on my own

thanks in advance !

Jeroen

Reply via email to