I am trying to compile and install from source on Snow Leopard 10.6.4. I want to use the trunk version with the hope of being able to contribute in the future. I get an error indicating it can''t figure out the architecture type. I assume this is related to the 64bit vs 32bit issue. I''ve included the commands I used to compile. Any help would be appreciated. # Download, compile, install the 2.8.11 version of wxMac for 10.6 only mkdir osx-build cd osx-build arch_flags="-arch i386" ../configure CFLAGS="$arch_flags" CXXFLAGS="$arch_flags" CPPFLAGS="$arch_flags" LDFLAGS="$arch_flags" OBJCFLAGS="$arch_flags" OBJCXXFLAGS="$arch_flags" --enable-universal_binary --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk --with-macosx-version-min=10.4 --disable-shared --enable-unicode --enable-static --disable-debug --enable-catch_segvs --enable-graphics_ctx --enable-mediactrl --with-opengl --with-libjpeg=builtin --with-libpng=builtin --with-libtiff=builtin --with-expat=builtin --enable-gui --enable-xrc --enable-mdi --enable-gif --enable-pcx --enable-iff --enable-pnm --enable-xpm --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk --with-macosx-version-min=10.6 make sudo make install # Download, compile, install SWIG 1.3.38 ( I also tried 2.0.0 as I thought i read an email stating trunk was going to be updated to require this) cd /usr/local/swig-1.3.38 sudo ./configure --disable-ccache #--disable-ccache is because I do not have yodl2man installed sudo make sudo make install # Check out, compile wxruby from subversion svn checkout svn://rubyforge.org/var/svn/wxruby cd wxruby/trunk rake # ---------------- ERROR I get the following error: lipo: can''t figure out the architecture type of: /var/folders/pI/pIyyNf1MGiaa6DODFaul2U+++TI/-Tmp-//ccmdge2D.out lipo: can''t open input file: /var/folders/pI/pIyyNf1MGiaa6DODFaul2U+++TI/-Tmp-//ccsraXTA.out (No such file or directory) rake aborted! Command failed with status (1): [g++ -c -I/usr/local/lib/wx/include/mac-un...] Thanks, Jason Rowland -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-development/attachments/20100907/f1e4d910/attachment.html>