POV-Ray : Newsgroups : povray.unix : mpeg_encode Berkeley : Re: mpeg_encode Berkeley Server Time
27 Jul 2024 16:34:47 EDT (-0400)
  Re: mpeg_encode Berkeley  
From: Ron Parker
Date: 20 Sep 2000 13:47:32
Message: <slrn8shuqi.49i.ron.parker@fwi.com>
On Sun, 20 Aug 2000 19:08:25 -0400, Matt Giwer wrote:
>Matt Giwer wrote:
>> 
>>         It fails to make clean. exits error 1. Anyone else?
>
>	Error, that is failure on make all
>
>	make all
>
>	failure is at libpnmrw.c at line 129
>
>	changing sys_errlist[] to _sys_errlist[] allows compile to
>complete. 

I found that changing 

  char* sys_errlist[]

to 

  __const char*__const sys_errlist[]

fixed the make, and make test reported success.  I haven't tried it in
standalone mode yet.

-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
My opinions.  Mine.  Not anyone else's.
Proudly not helping RIAA and SDMI steal my rights -- 
  http://www.eff.org/Misc/EFF/Newsletters/EFFector/HTML/effect13.08.html


Post a reply to this message

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