UIKit0 / wildcat-cad

Automatically exported from code.google.com/p/wildcat-cad
0 stars 0 forks source link

Xerces library not properly included in OS X bundle #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you try to run the downloaded OS X app bundle, you get an error saying that 
xerces-c library 
could not be found.  This library should be included in the bundle, but it 
doesn't look like it is.

Original issue reported on code.google.com by graham.h...@gmail.com on 2 Jun 2008 at 1:58

GoogleCodeExporter commented 8 years ago
Basic OS X installer now installs xerces-c  version 1.28 into /usr/local/lib.  
This is done regardless of if xerces is 
already there or not.  Need to improve installer to not overwrite if already 
present and compatible.

Original comment by graham.h...@gmail.com on 10 Jun 2008 at 12:43