Hello there-
I've been fiddling around learning c++ in my spare time and writing plugins for nuke (the comp package) however writing the code in textmate and then switching to the terminal and running make is becoming tiresome so i've been trying to translate the makefile into the xcode build settings, ive got it compiling and linking however when i go to use the plug-in it causes a crash in the software any ideas what i could be doing wrong? here are screenshots of my build settings from xcode and a screenshot of the makefile
it might help to know that the dylib that xcode creates is 88k and the dylib that the makefile creates is 64k.
thanks
I've been fiddling around learning c++ in my spare time and writing plugins for nuke (the comp package) however writing the code in textmate and then switching to the terminal and running make is becoming tiresome so i've been trying to translate the makefile into the xcode build settings, ive got it compiling and linking however when i go to use the plug-in it causes a crash in the software any ideas what i could be doing wrong? here are screenshots of my build settings from xcode and a screenshot of the makefile
it might help to know that the dylib that xcode creates is 88k and the dylib that the makefile creates is 64k.
thanks