when i try to compile any of the apps with XCode (Mac OS 10.4), compilation succeeds but i get the following link error:
“undefined symbols:
___dso_handle
collect2: ld returned 1 exit status
build failed”
spotlight search for the “dso_symbol” turns up only a header file, os.h, which doesn’t seem related to the OF apps.
i get the same error for all of the apps i’ve tried to compile, including the emptyProject.
[quote author=“zach”]what version of xcode are you using? I believe you are having a problem because of using one which is too old…
thanks!
zach[/quote]
hi zach,
yes … for some reason i had XCode 2.2.1, which is pretty old. i’ve just updated to the newly released 2.5 and the OF examples are working.