Posted: Sun Oct 13, 2002 6:43 pm
Joined: 13 Oct 2002
Posts: 153
I guess we'll have to consider IRIX a port now. The Makefiles don't seem to make sense out of modern IRIX installation.
Anybody have a clue how to fix this?
Posted: Tue Oct 15, 2002 11:09 pm
Joined: 15 Oct 2002
Posts: 5
Any progress sofar on IRIX port?
Sofar I got no were. Funky I got further on a Sun Box. I guess Sun is going more GNU friendly.
Even though I lack the skills keep me posted, and I will do the same.
Posted: Wed Oct 16, 2002 4:22 pm
Joined: 15 Oct 2002
Posts: 527
At least one tip: we used the IRIX 6.5 development environment, and a 7.3.1 compiler.
Oh!
And compile your own iostream library (libcio), including the different set of STL template files.
The latter I've asked an ex-NaN engineer to make available or document again... the libcio that came with our compiler was not compatible with the rest of world. (Talking about a year ago now, maybe that is fixed. At that time it was a reported bug at SGI)
Getting blender compiled with gcc nobody in NaN ever managed to do.
Posted: Wed Oct 16, 2002 5:01 pm
Joined: 13 Oct 2002
Posts: 939
Sorry for the cross posting but I thought it should be
mentioned here:
Give the autoconfiged version a try you can grab it at:
http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
If you have changes that need to be made.
just let phaethon know and he'll work them in.
(Right now its not autodetecting ssl and you might have to
do a little bit to get the python stuff to compile
other than that though it works great)
Posted: Wed Oct 16, 2002 5:43 pm
Joined: 13 Oct 2002
Posts: 153
| ton wrote: |
And compile your own iostream library (libcio), including the different set of STL template files.
|
IRIX 6.5.10 and later incorporated the libCio.so file that was only available with mipspro 7.3. So,
this is still an option.
| ton wrote: |
Getting blender compiled with gcc nobody in NaN ever managed to do. |
most bad ideas prove to be impossible (that's a good thing!)
Posted: Wed Oct 16, 2002 9:37 pm
Joined: 15 Oct 2002
Posts: 25
I managed to compile with MipsPro, but not link. Compilation went without errors, or even warnings, so I bet I did something very wrong ;o)
Posted: Sat Oct 19, 2002 4:54 am
Joined: 19 Oct 2002
Posts: 5
| JWalton wrote: |
I guess we'll have to consider IRIX a port now. The Makefiles don't seem to make sense out of modern IRIX installation.
Anybody have a clue how to fix this? |
On Irix we used gmake to compile Blender. gmake is the Gnu version of make.
Frank.
Posted: Sat Oct 19, 2002 1:37 pm
Joined: 13 Oct 2002
Posts: 153
| frank wrote: |
On Irix we used gmake to compile Blender. gmake is the Gnu version of make.
Frank. |
Frank, i figured that mush, so i used gmake immediately. however,
the problem was that 'cc' was being given 'gcc' compiler arguments (unrecognized). when traced back the tools/guessconfig script failed to 'guess' the machine. i'll try again with latest code.
Posted: Sat Oct 19, 2002 5:17 pm
Joined: 19 Oct 2002
Posts: 10
| JWalton wrote: |
| I guess we'll have to consider IRIX a port now. The Makefiles don't seem to make sense out of modern IRIX installation. |
On the contrary, the Makefiles work on *all* blender platforms, including exotics like windows, beos, macosx.
Posted: Sun Oct 20, 2002 1:15 am
Joined: 13 Oct 2002
Posts: 153
| H_xNaN wrote: |
| On the contrary, the Makefiles work on *all* blender platforms, including exotics like windows, beos, macosx. |
no way, hans, else you wouldn't have had to help me fix them yourself
once i install gmake,
and got a few syntax erors fixed, it's going well enough. I'm up to the python installation blackhole.
Posted: Mon Oct 21, 2002 6:18 pm
Joined: 13 Oct 2002
Posts: 153
overnight blender compiled successfully on IRIX! it even ran. there are a few python issues due to having 3 different versions of python in stalled on the system at the same time, and switching between them in the middle. but that should be straightened out on the retry.
Posted: Tue Oct 22, 2002 10:40 am
Joined: 16 Oct 2002
Posts: 63
Thats a good thing to hear!
Thanks,
carsten.
Posted: Thu Oct 24, 2002 7:47 pm
Joined: 15 Oct 2002
Posts: 25
Managed to compile blender on my octane as well, thanks to a bit of Walton magic. It's buggier than an antfarm though! =)
Posted: Sat Dec 14, 2002 1:50 pm
Joined: 15 Oct 2002
Posts: 5
OK being yong at this, what is the first step I should take with compiling for IRIX.
I downloaded the CVS.
Posted: Sat Dec 14, 2002 8:07 pm
Joined: 13 Oct 2002
Posts: 939
Read the README file in the root dir. It should get you started
as well as the stuff above in this thread.