POV-Ray : Newsgroups : povray.unix : Compiling 3.5 on IRIX 6.5 : Re: Compiling 3.5 on IRIX 6.5 Server Time
28 Jul 2024 10:18:07 EDT (-0400)
  Re: Compiling 3.5 on IRIX 6.5  
From: Michael DiDonato
Date: 5 Aug 2002 15:26:33
Message: <3D4ED169.93766903@scripps.edu>
Ken Cecka wrote:

> I think there are some threads further down talking about namespaces and the
> STL (the STL provides generic templates for min/max which work with any
> comparable types).  I of course neglected to read these suggestions before
> I compiled and took a more brute-force approach by changing all calls to
> min/max to fmin/fmax (and you also have to change min3 and max3).  Not sure
> if fmin/fmax will be available on IRIX though.
>

OK I got by that problem, but now I get another error:

g++ -DPREFIX=\"/home/didonato/bin/povray35\"
-DPOV_LIB_DIR=\"/home/didonato/bin/povray35/share/povray-3.5\"
-DCOMPILER_VER=\".Linux.gcc\"
-DSYSCONFDIR=\"/home/didonato/bin/povray35/etc\"   -I/usr/freeware/include  `if
[ "Xgcc" = "Xgcc" ]; then echo "-Wno-multichar"; fi ` -c unix.cpp
unix.cpp: In function `void UNIX_Abort_Start()':
unix.cpp:655: cannot convert `void (*)(int)' to `void (*)()' for argument `2'
   to `void (* signal(int, void (*)()))()'
unix.cpp:658: cannot convert `void (*)(int)' to `void (*)()' for argument `2'
   to `void (* signal(int, void (*)()))()'
unix.cpp:661: cannot convert `void (*)(int)' to `void (*)()' for argument `2'
   to `void (* signal(int, void (*)()))()'
gmake[1]: *** [unix.o] Error 1
gmake[1]: Leaving directory `/home/didonato/temp/povray-3.50a/src'
gmake: *** [all-recursive] Error 1

Thanks for the help.

Mike


--
*********************************
Michael DiDonato, PhD
The Scripps Research Institute
Department of Molecular Biology
Maildrop MB4
10550 North Torrey Pines Road
La Jolla, CA, 92037

Tel: (858) 784-9261
FAX: (858) 784-2277

http://www.scripps.edu/~didonato
*********************************


Post a reply to this message


Attachments:
Download 'us-ascii' (2 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.