problem linking a a mac Tiger program

BlitzMax Forums/MaxGUI Module/problem linking a a mac Tiger program

Jesse(Posted 2010) [#1]
I have a program that works compiles and works good in windows but when I try to create an executable in a Mac with Tiger 4.11 it compiles fine but it has a problem linking it.

Building createmenu
Compiling:createmenu.bmx
Linking:createmenu
/usr/bin/ld: /System/Library/Frameworks/WebKit.framework/WebKit load command 20 unknown cmd field
collect2: ld returned 1 exit status
Build Error: Failed to link /Users/jesse/Desktop/solitaire gui2/createmenu.app/Contents/MacOS/createmenu
Process complete


any body have an idea?

the only thing I can pinpoint that might be the problem is MaxGUI as I haven't had any problems with anything else but don't really have an idea.


xlsior(Posted 2010) [#2]
What version of xcode do you have installed?


Jesse(Posted 2010) [#3]
thanks xlsior I forgot about xtools. I have 2.0 but I am currently downloading 2.5 which is the latest one I can use. I'll post back as soon as I can test it.

indeed it was the problems. Thanks.

Last edited 2010