p2 / Redland-ObjC

Objective-C wrapper for the Redland RDF libraries
Other
20 stars 11 forks source link

Feature/xcode6 #13

Closed mro closed 10 years ago

mro commented 10 years ago

Xcode6 will complain about some more $UNIX2003 symbols. Here's the fix.

p2 commented 10 years ago

This should not be necessary. You are getting these linker issues because the C libraries were built against a different SDK. Purge the C build to start from scratch and the error will go away.

However I do have sqlite issues again, bah.

mro commented 10 years ago

OK, so just ignore this pull request.

In which sha do you have what sqlite issues?

p2 commented 10 years ago

I didn't yet look closely, just re-built the demo app after purging the C library and it again didn't find sqlite storage. Latest master.

mro commented 10 years ago

did you check with Xcode6 beta? I see linker errors. And yes, I did a

 $ ./start-over.sh ; ./cross-compile.py
p2 commented 10 years ago

Yes, Xcode 6 and it works well for me. Haven't yet tested your sqlite presence test.