On Apr 15, 2007, at 9:12 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 20:10, Kinross, Jeffrey wrote:
On Apr 15, 2007, at 8:35 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 16:43, Kinross, Jeffrey wrote:
Attempting to build Stellarium but it seems broken.
Let's see...
checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1
So you're on an Intel Mac...
checking for gcc... /usr/bin/gcc-3.3
But it found gcc-3.3, which is only for building PowerPC binaries.
Why is it using gcc-3.3? Have you selected gcc-3.3? What is the output of "gcc_select" on your system? If it's not 4.0.1, you need to select gcc 4.0.1 by typing "sudo gcc_select 4.0"
Nope gcc_select outputs 4.0.1. "sudo gcc_select 4.0" says I'm already using 4.0
Ah, whoops, sorry, I should have read the portfile first. The Stellarium portfile deliberately uses gcc 3.3, which means it's incompatible with Intel Macs. I'm CCing the maintainer.
Thanks