That's my code... what platform/runtime are you using? For an example of how to use the embedding framework, see the tail end of src/ OC_PikeInterpreter.m. I also put some notes together on the Pike wiki:
http://www.gotpike.org/PikeWiki/index.pike/PikeDevel/Framework
As for your framework building problems, I don't have access to a Linux box, so the framework may use NEXT specific options. Sounds like non-Apple gcc doesn't support some of the bundle/framework specific compiler options (such as -framework -current_version and - install_name). If anyone can provide that information, I might be able to make things work.
Bill
On Oct 6, 2007, at 9:50 AM, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
How do I use the Objective-C bindings? When trying to build a simple example program, I get: