Has anyone already compiled the the 3.1e code for IRIX 6.3?
I tried to but the SGI make shows an error at line 1577 of the makefile.
I looked for the additional spaces Warp mentioned but found none there.
I compiled the same source for my PC running LINUX and it worked like a
charm!
I'm confident that my paths are set correct.
Any idea?
Marc
--
Marc Schimmler
Marc Schimmler wrote:
> > Has anyone already compiled the the 3.1e code for IRIX 6.3?> > I tried to but the SGI make shows an error at line 1577 of the makefile.> I looked for the additional spaces Warp mentioned but found none there.
Oops, think I found it. There's a reference to bcylDEP in that line,
and there's an extraneous '\' in that definition (around line 258, after
$(SRCDIR)/povproto.h). It wouldn't surprise me if GNU make could figure
out what I meant but SGI make complained. Let me know if that works for
you.
--
Mark Gordon
mtg### [at] mailbagcom
http://www.mailbag.com/users/mtgordon/index.html
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/S d-- s-: a- C++$ UA+$ UH+$ UO+$ US+$ UL++++ P+++ L++(+++) E W++ N+
o--
K++ w---$ O- M$ V--$ PS++ PE- Y+ PGP->+ t+ 5++ X R+ tv-- b++ DI++$ D+ G
e++>++++ h- r*%-- y-
------END GEEK CODE BLOCK------
Mark Gordon wrote:
> > Oops, think I found it. There's a reference to bcylDEP in that line,> and there's an extraneous '\' in that definition (around line 258, after> $(SRCDIR)/povproto.h). It wouldn't surprise me if GNU make could figure> out what I meant but SGI make complained. Let me know if that works for> you.> > --> Mark Gordon
It compiles now! Thanks for the fast response!
I guess I have to ask our sysadmin to install the GNU make. It's better
anyway!
Marc
--
Marc Schimmler