POV-Ray : Newsgroups : povray.unix : mpeg_encode Berkeley Server Time
27 Jul 2024 14:36:50 EDT (-0400)
  mpeg_encode Berkeley (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ron Parker
Subject: Re: mpeg_encode Berkeley
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

From: Warp
Subject: Re: mpeg_encode Berkeley
Date: 21 Sep 2000 03:10:29
Message: <39c9b465@news.povray.org>
I wonder why not use just the strerror() function instead of a
non-standard table name.
  strerror() should always work (I don't remember if it's part of the ANSI C
standard, but I wouldn't be surprised if it was).

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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