Maybe stupid questing, but you did rebuild XBoard after rebuilding the lib, right? The lib gets copied to the app bundle when the app is built. You might still be using the old lib.
Also, if the string you attempt to look up is not found, you get back the static string in the call, which ignores all retain/release/autorelease. On Oct 2, 2014, at 3:06 PM, Joshua Pettus <[email protected]> wrote: Unfortunately it doesn’t seem to be the cause. I tried both versions of the strings with the plus. (I put it in manually) and no dice. > > No, it’s not. I need the line number for this function: >> 3 libgtkmacintegration.2.dylib 0x00000001040d287b >> gtkosx_application_set_menu_bar + 810 > Ok, so what flag should i add to the configure? I’m using macports. (I doubt is the issue as everything else works fine: menubar, icon manipulation, bundle location, ect) And strings without the inserted app name don’t cause it to crash. Regards, Josh _______________________________________________ Gtk-osx-users-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list _______________________________________________ Gtk-osx-users-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list
