Thanks for the quick response! I have Xcode 4.1. I just tried both of your suggestions but both of them resulted in the same behavior. I am upgrading to Xcode 4.2 and will try again. Probably will take a while to download 1.8GB though ;)
Ryan Schmidt-24 wrote: > > If you have Xcode 4.2 maybe it doesn't like being compiled with clang; try > llvm-gcc-4.2: > > sudo port clean boxes > sudo port uninstall boxes > sudo port install boxes configure.compiler=llvm-gcc-4.2 > > If you have Xcode 4.1 maybe it doesn't like being compiled with > llvm-gcc-4.2; try gcc-4.2: > > sudo port clean boxes > sudo port uninstall boxes > sudo port install boxes configure.compiler=gcc-4.2 > > Let us know what works. > -- View this message in context: http://old.nabble.com/boxes-not-working-in-Lion--tp32686644p32686725.html Sent from the MacPorts - Users mailing list archive at Nabble.com. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
