|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I recently got permission to compile and run pov on the shell server at the
ISP i work for. I tried to compile it today and got a fatal error. lpng
library not found compile terminated. any ideas i can use to get povray
compiled besides installing the library?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <37093cc0.0@news.povray.org> , "Maleko" <mar### [at] ncxcom> wrote:
> I recently got permission to compile and run pov on the shell server at the
> ISP i work for. I tried to compile it today and got a fatal error. lpng
> library not found compile terminated. any ideas i can use to get povray
> compiled besides installing the library?
The library is part of the POV-Ray soure code distribution because it is
needed by POV-Ray. If you don't want PNG support, remove the PNG_POV.C and
.H files from the make and source and then eliminate all remaining errors
(references to png functions) that come up. This should not be too much,
the image support code is very well isolated.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ithought I would have to get the library from somewhere else, my mistake.
Could you explain to a newbie UNIX user why the official source would be
giving me this error then?
Thorsten Froehlich <fro### [at] charliecnsiitedu> wrote in message
news:370955c7.0@news.povray.org...
> In article <37093cc0.0@news.povray.org> , "Maleko" <mar### [at] ncxcom> wrote:
>
> > I recently got permission to compile and run pov on the shell server at
the
> > ISP i work for. I tried to compile it today and got a fatal error. lpng
> > library not found compile terminated. any ideas i can use to get
povray
> > compiled besides installing the library?
>
> The library is part of the POV-Ray soure code distribution because it is
> needed by POV-Ray. If you don't want PNG support, remove the PNG_POV.C and
> .H files from the make and source and then eliminate all remaining errors
> (references to png functions) that come up. This should not be too much,
> the image support code is very well isolated.
>
>
> Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <37096c6c.0@news.povray.org> , "Maleko" <mar### [at] ncxcom> wrote:
> ithought I would have to get the library from somewhere else, my mistake.
> Could you explain to a newbie UNIX user why the official source would be
> giving me this error then?
You need to compile the libraries yourself. You also need to compile ZLib
(also included) first before you can compile PNGLib. Both include
documentations on how to compile them on different UNIX implementations.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: Tho### [at] csicom
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ahhh ok thx I SHOULD know by now to RTFM ;-)
Thorsten Froehlich <fro### [at] charliecnsiitedu> wrote in message
news:37096d9c.0@news.povray.org...
> In article <37096c6c.0@news.povray.org> , "Maleko" <mar### [at] ncxcom> wrote:
>
> > ithought I would have to get the library from somewhere else, my
mistake.
> > Could you explain to a newbie UNIX user why the official source would be
> > giving me this error then?
>
> You need to compile the libraries yourself. You also need to compile ZLib
> (also included) first before you can compile PNGLib. Both include
> documentations on how to compile them on different UNIX implementations.
>
>
> Thorsten
>
>
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: Tho### [at] csicom
>
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |