I recently installed leopard (I upgraded in place), do I have any chance to compile/link with wxMac 2.6.3?
I get those links errors: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/QuickTime.framework/QuickTime load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/IOKit.framework/IOKit load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/Carbon.framework/Carbon load command 7 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/Cocoa.framework/Cocoa load command 7 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/System.framework/System unknown flags (type) of section 6 (__TEXT,__dof_plockstat) in load command 0 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /System/Library/Frameworks/WebKit.framework/WebKit load command 9 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libpthread.dylib unknown flags (type) of section 6 (__TEXT,__dof_plockstat) in load command 0 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libiconv.dylib load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libiconv.dylib load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcharset.dylib load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libz.dylib load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/libstdc++.dylib load command 8 unknown cmd field /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib unknown flags (type) of section 6 (__TEXT,__dof_plockstat) in load command 0 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/lib/libSystem.B.dylib unknown flags (type) of section 6 (__TEXT,__dof_plockstat) in load command 0 collect2: ld returned 1 exit status
on some other (GUI) build I get that on a cpp file: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:406: error: typedef 'DMNotificationProcPtr' is initialized (use __typeof__ instead) /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:406: error: 'AppleEvent' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:406: error: 'theEvent' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:560: error: variable or field 'InvokeDMNotificationUPP' declared void /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:560: error: 'AppleEvent' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:560: error: 'theEvent' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:561: error: expected primary-expression before 'userUPP' /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.fram ework/Headers/Displays.h:561: error: initializer expression list treated as compound expression /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServi ces.framework/Headers/InternetConfig.h:1461: error: 'AppleEvent' has not been declared /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServi ces.framework/Headers/InternetConfig.h:1482: error: 'AppleEvent' has not been declared /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAna lysis.framework/Headers/Dictionary.h:56: error: 'typeWildCard' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAna lysis.framework/Headers/Dictionary.h:57: error: 'typeWildCard' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAna lysis.framework/Headers/Dictionary.h:103: error: 'pClass' was not declared in this scope /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAna lysis.framework/Headers/Dictionary.h:136: error: 'kAEEquals' was not declared in this scope
On 2/23/08, Armel <armelasse...@hotmail.com> wrote:
> I recently installed leopard (I upgraded in place), do I have any chance to > compile/link with wxMac 2.6.3?
I'm pretty sure that wxWidgets 2.6 is not supported on 10.5. You're best off upgrading to 2.8, or building against the 10.4 SDK (--with-macosx-sdk=...).
Regards, Bryan Petty
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscr...@lists.wxwidgets.org For additional commands, e-mail: wx-users-h...@lists.wxwidgets.org
""Bryan Petty"" <br...@ibaku.net> a écrit dans le message de news: a404bd70802232203n24f45a84ub7f53fcb7e424...@mail.gmail.com...
> On 2/23/08, Armel <armelasse...@hotmail.com> wrote: >> I recently installed leopard (I upgraded in place), do I have any chance >> to >> compile/link with wxMac 2.6.3?
> I'm pretty sure that wxWidgets 2.6 is not supported on 10.5. You're > best off upgrading to 2.8, or building against the 10.4 SDK > (--with-macosx-sdk=...).
OK i'll try this for this build and upgrade for next :)
> I recently installed leopard (I upgraded in place), do I have any chance to > compile/link with wxMac 2.6.3?
> I get those links errors: > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: > /System/Library/Frameworks/QuickTime.framework/QuickTime load command 8 > unknown cmd field
You probably didn't upgrade your XCode install.
-- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscr...@lists.wxwidgets.org For additional commands, e-mail: wx-users-h...@lists.wxwidgets.org
"Robin Dunn" <ro...@alldunn.com> a écrit dans le message de news: 47C2F6A5.7040...@alldunn.com...
> Armel wrote: >> Hello,
>> I recently installed leopard (I upgraded in place), do I have any chance >> to compile/link with wxMac 2.6.3?
>> I get those links errors: >> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: >> /System/Library/Frameworks/QuickTime.framework/QuickTime load command 8 >> unknown cmd field
> You probably didn't upgrade your XCode install.
upgrade would not work from the DVD because of a CHUD installation script, however removing then re-installing from Leopard DVD worked,