Search code examples
xcodexercesxerces-c

how to create a xerces 3.1.1 xcode project on mac osx 10.7.5


Can anyone please let me know how to create xerces 3.1.1 xcode project on mac.

I have downloaded the xercese 3.1.1 source code from xerces site. The source code only include projects related to windows.

Thanks, RCJ


Solution

  • I got the problem fixed.

    Tallied source file to be included in Xcode project with the file already got compiled through make.

    Removed unnecessary inclusion of c files from projects. At the end project build successfully