|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
I have problems compiling Rayshade in RedHat9,
I downloaded and unpacked latest official version,
then I typed ./Configure
there was a problem - about missing "rand" function (I told to use that
function name anyway).
Then I run make depend - it finised (but with some warnings).
And finaly make - didn't work:
make[1]: Leaving directory `/root/install/rayshade.4.0/libshade'
make[1]: Entering directory `/root/install/rayshade.4.0/rayshade'
cc -I../libray -I../libshade -I.. -O -c -o main.o main.c
In file included from ../libshade/funcdefs.h:30,
from ../libshade/rayshade.h:27,
from main.c:26:
/usr/include/string.h:260: parse error before '(' token
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/root/install/rayshade.4.0/rayshade'
make[1]: Entering directory `/root/install/rayshade.4.0/etc'
for i in rsconvert; do \
(cd $i && make); \
done
make[2]: Entering directory `/root/install/rayshade.4.0/etc/rsconvert'
Makefile:31: *** missing separator. Stop.
make[2]: Leaving directory `/root/install/rayshade.4.0/etc/rsconvert'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/install/rayshade.4.0/etc'
make: *** [default] Error 2
[root@rafal04rh9 rayshade.4.0]#
any ideas what to fix? Or maybe somebody do have a working binary for
Linux/RedHat, or for Dos, or WIndows?
--
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics
Post a reply to this message
|
|
| |
| |
|
|
From: Nicolas Calimet
Subject: Re: Rayshade - problems with compiling for RedHat
Date: 19 Mar 2004 11:44:42
Message: <405b2378@news.povray.org>
|
|
|
| |
| |
|
|
> I have problems compiling Rayshade in RedHat9,
> I downloaded and unpacked latest official version,
Take a look at:
ftp://graphics.stanford.edu/pub/rayshade/Ports/Redhat6/
In particular, the README file says you should not run 'make depend'.
This stuff might work for newer RedHat distros, but since it dates back to
late 1999 I would not be surprised if it actually doesn't.
> cc -I../libray -I../libshade -I.. -O -c -o main.o main.c
Also you'd better force gcc instead of cc: CC=gcc ./configure
Rayshade is somewhat "dead" since the mid 1990's.
Besides, this is news.povray.org, searching google groups might
give you more interesting inputs.
- NC
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
pov### [at] freefr news:405b2378@news.povray.org
> ftp://graphics.stanford.edu/pub/rayshade/Ports/Redhat6/
> In particular, the README file says you should not run 'make
> depend'.
> This stuff might work for newer RedHat distros, but since it dates
> back to late 1999 I would not be surprised if it actually doesn't.
I just run the executable downloadedfrom there (after un-tar'ing archive)
and it hanges (after spawning "cpp" process)
As for the sources:
>> cc -I../libray -I../libshade -I.. -O -c -o main.o main.c
> Also you'd better force gcc instead of cc: CC=gcc ./configure
Didnt help.
> Rayshade is somewhat "dead" since the mid 1990's.
> Besides, this is news.povray.org, searching google groups
> might
> give you more interesting inputs.
No much help ther also :-/
Maybe somebody do have older linux/unix and would be so nice as to
(cross)compile for me an version that will work also on my RedHat9 on i686?
Or to install this software anyway and give mi an SSH+SFTP account to use
it remotely, for few days?
I could return fawer by giving account on 2 GHz/512 MB for remotely playing
with PovRay...
--
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Maybe somebody do have older linux/unix and would be so nice as to
> (cross)compile for me an version that will work also on my RedHat9 on i686?
I've compiled it and could supply the binary if your like.
Email me if you're still interested.
--
Paul Bourke
pdb_NOSPAMswin.edu.au
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
pdb### [at] swineduau news:pdb_NOSPAM-
FC05E1.19404720032004@news.povray.org
> I've compiled it and could supply the binary if your like.
> Email me if you're still interested.
Yeap all worked, thanks :)
--
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I would like to know how to compile Rayshade in RedHat Linux.
The errors are :
yacc.o(.text+0xb): In function `yyerror':
: undefined reference to `yylineno'
lex.o(.text+0x198e): In function `handlehash':
: undefined reference to `yylineno'
collect2: ld returned 1 exit status
make[2]: *** [rsconvert] Error 1
rm lex.c yacc.c
i have applied the lex-redhat6.diff (provided in
ftp://graphics.stanford.edu/pub/rayshade/Ports/Redhat6/) in the
rayshade/libshade/lex.l file.
How to solve the above errors?
Paul Bourke <pdb### [at] swineduau> wrote:
> > Maybe somebody do have older linux/unix and would be so nice as to
> > (cross)compile for me an version that will work also on my RedHat9 on i686?
>
> I've compiled it and could supply the binary if your like.
> Email me if you're still interested.
>
> --
> Paul Bourke
> pdb_NOSPAMswin.edu.au
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |