On Tue, Oct 5, 2010 at 6:20 PM, Nicholas Butko wrote: > Easier is to just go with the flow, and make everything 64-bit. This is why you would want to circumvent > macports, and install wx* 2.9. You can do this through macports for wxWidgets Well, I just tried it through macports for wxWidgets, and it didn't work: $ sudo port install wxwidget-devel +universal ... Error: Target org.macports.build returned: shell command failed Log for wxWidgets-devel is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets-devel/main.log Error: Status 1 encountered during processing. Looking in the logfile, I see: :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets-devel/work/wxWidgets-2.9.1/build/bk-make-pch ./.pch/wxprec_monodll/wx/wxprec.h.gch wx/wxprec.h /usr/bin/g++-4.2 -mmacosx-version-min=10.6 -I./.pch/wxprec_monodll -D__WXOSX_COCOA__ -DWXBUILDING -I../src/regex -DwxUSE_BASE=1 -DWXMAKINGDLL -I../src/stc/scintilla/include -I../src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets-devel/work/wxWidgets-2.9.1/build/lib/wx/include/osx_cocoa-unicode-2.9 -I../include -I/opt/local/include -I/opt/local/include -DWX_PRECOMP -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -O2 -arch x86_64 -arch i386 -fno-common -fvisibility=hidden -fvisibility-inlines-hidden :info:build g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags So I think I'm going to try downloading and installing wxWidgets by hand, as 64-bit now. Any tips would be welcome. In lieu of tips, I'll just muddle through. --wpd