On Thu, 2002-04-18 at 03:00, Zdenek Kabelac wrote:
> > 
> > I updated to today's cvs and ran `make distclean`; `./configure
> > --enable-vorbis`; `make`;
> 
> hmm somehow the asclocaltime_r has not been detected thus it
> was using unchecked code path.
> 
> > -Wall -Wno-unused -g -march=i586 -ffast-math -pipe
> > -Wp,-MD,.deps/asffmt.pp -c asffmt.cpp  -fPIC -DPIC -o asffmt.o
> > asffmt.cpp: In function `void avm::avm_print_ASFMainHeader (const 
> > ASFMainHeader *)':
> > asffmt.cpp:244: `memcpu' undeclared (first use this function)
> 
> 
> Fixed - but it's interesting why it has not detected these functions
> in your glibc - most probably some bug in configure detection

And now it's coughing up on a void pointer. Happy days.

g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I./../common -D_REENTRANT
-I../../include -Wall -Wno-unused -g -march=i586 -ffast-math -pipe
-Wp,-MD,.deps/asffmt.pp -c asffmt.cpp  -fPIC -DPIC -o asffmt.o
asffmt.cpp: In function `void avm::avm_print_ASFMainHeader (const 
ASFMainHeader *)':
asffmt.cpp:244: cannot convert `tm' to `void *' for argument `1' to 
`memcpy (void *, const void *, unsigned int)'
asffmt.cpp:257: parse error before `char'
asffmt.cpp:257: `d' undeclared (first use this function)
asffmt.cpp:257: (Each undeclared identifier is reported only once for 
each function it appears in.)
 
> > > 
> > > comment out line 511 - XvSetPortAttribute(dpy, xv_port, atom, value);
> > > this should help as a last resort.
> > > 
> > > please let me know what you have figured out
> 
> 
> 
> -- 
>   .''`.  Which fundamental human right do you want to give up today?
>  : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
>  `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
>    `-              When in doubt, just blame the Euro. :)
> 
-- 
Noah Romer          | Art is either plagiarism or revolution.
[EMAIL PROTECTED]   |   -- Paul Gauguin
PGP key available   |
by finger or email  |

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to