|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I'm running Linux 2.2 with 96MB RAM, 200MHz Pentium. I run the following
line from my CGI script:
/home/bob/povray-3.5/povray +I/usr/local/apache/htdocs/cgi-out/in.pov +W400
+H300 +O- +A0.1 +FN
And I the program exits with return code 11. When I run it normally at the
prompt, it runs fine. And I'm quite sure it isn't a file access issue,
because I've set my server to run as myself. What does return code 11 mean?
How do I fix it?
Thanks in advance,
Robert
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> How do I fix it?
Use POV-Ray 3.6 or make sure your 3.5 does not want to access an X display.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Use POV-Ray 3.6 or make sure your 3.5 does not want to access an X
> display.
I tried installing 3.6, I encountered the problem mentioned in the thread
"make error: problem solved". I couldn't find any C_INCLUDE_PATHs anywhere,
so I tried the procedure given in INSTALL 4.1.3, but after a fair while, it
died:
../source/libpovray.a(radiosit.o): In function `pov::ra_gather(double *,
double
*, double *, float *, double)':
radiosit.o(.text+0x5b7): undefined reference to `Frame'
radiosit.o(.text+0x5cb): undefined reference to `Frame'
radiosit.o(.text+0x5e1): undefined reference to `Frame'
radiosit.o(.text+0x1092): undefined reference to `Frame'
radiosit.o(.text+0x10a6): undefined reference to `Frame'
../source/libpovray.a(radiosit.o)(.text+0x10bc): more undefined references
to `F
rame' follow
collect2: ld returned 1 exit status
I think I'll just wait till the patch is ready. Will it be announced on this
group :)
Thanks,
Robert
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Bob wrote:
>>Use POV-Ray 3.6 or make sure your 3.5 does not want to access an X
>>display.
>
>
> I tried installing 3.6, I encountered the problem mentioned in the thread
> "make error: problem solved". I couldn't find any C_INCLUDE_PATHs anywhere,
> so I tried the procedure given in INSTALL 4.1.3, but after a fair while, it
> died:
>
> [...]
Please follow the instructions in INSTALL for reporting possible
compilation problems. Especially you have to say what commands you
exactly were executing that led to the error.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Jul. 2004 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |