Re: [sword-devel] Cocoa SWORD?

2007-12-17 Thread Manfred Bergmann
Hi Jon. If you consider adding the library into the application bundle, you should remember to link statically. Also if you build on Leopard you might break Tiger compatibility. In /Developer/SDKs/... are SDK folders, if you didn't install Panther you have MacOSX10.4u.sdk and MacOSX10.5.sdk.

Re: [sword-devel] Cocoa SWORD?

2007-12-17 Thread Bill Burton
Hello Jon, Not sure if this will help or not but on a related note, someone made available Sword 1.5.7a via MacPorts ( http://trac.macports.org/projects/macports/browser/trunk/dports/textproc/sword/Portfile) along with a number of modules. Unfortunately, this has not been maintained. It would be

Re: [sword-devel] Cocoa SWORD?

2007-12-17 Thread DJ Ortley
I don't really know a lot about many things yet, but if you downloaded the source (I still have problems going straight from svn) you can do a ./configure --prefix=/somepath before the make, then a make/make install will put it elsewhere. BTW, this is where you can enable --enable-debug as well if

[sword-devel] Cocoa SWORD?

2007-12-17 Thread Jon Brisbin
I'm trying to learn to write Cocoa/Python apps on my new OS X Leopard MacBook Pro. I'm traditionally a Java and Web programmer, so I'm not really in my element here. I've downloaded and compiled the sword API, but I haven't installed it because I think I want to include the .dylib in my proj