Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

building wxMac 2.6.3 on Leopard ?

1 view
Skip to first unread message

Armel

unread,
Feb 23, 2008, 7:08:33 PM2/23/08
to
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
/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.framework/Headers/Displays.h:406:
error: typedef 'DMNotificationProcPtr' is initialized (use __typeof__
instead)
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:406:
error: 'AppleEvent' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:406:
error: 'theEvent' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:560:
error: variable or field 'InvokeDMNotificationUPP' declared void
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:560:
error: 'AppleEvent' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:560:
error: 'theEvent' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:561:
error: expected primary-expression before 'userUPP'
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h:561:
error: initializer expression list treated as compound expression
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/InternetConfig.h:1461:
error: 'AppleEvent' has not been declared
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/InternetConfig.h:1482:
error: 'AppleEvent' has not been declared
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/Dictionary.h:56:
error: 'typeWildCard' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/Dictionary.h:57:
error: 'typeWildCard' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/Dictionary.h:103:
error: 'pClass' was not declared in this scope
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/Dictionary.h:136:
error: 'kAEEquals' was not declared in this scope

and many others...
any idea?

Best regards,
Armel


Bryan Petty

unread,
Feb 24, 2008, 1:03:25 AM2/24/08
to
On 2/23/08, Armel <armela...@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-u...@lists.wxwidgets.org
For additional commands, e-mail: wx-use...@lists.wxwidgets.org

Armel

unread,
Feb 24, 2008, 5:42:32 PM2/24/08
to

""Bryan Petty"" <br...@ibaku.net> a écrit dans le message de news:
a404bd70802232203n24f...@mail.gmail.com...

> On 2/23/08, Armel <armela...@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 :)

thanks

Armel


Robin Dunn

unread,
Feb 25, 2008, 12:11:01 PM2/25/08
to
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.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Armel

unread,
Mar 6, 2008, 1:23:25 PM3/6/08
to
"Robin Dunn" <ro...@alldunn.com> a écrit dans le message de news:
47C2F6A5...@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,

thanks
Armel


0 new messages