Hans-Christoph Steiner wrote:
> My guess is that these errors are mostly likely caused by the fact  
> that Fedora puts the libmpeg3 headers in a different place:
> 
> [EMAIL PROTECTED]:~$ grep mpeg3_close /usr/include/*.h
> /usr/include/libmpeg3.h:int mpeg3_close(mpeg3_t *file);
> 
> [EMAIL PROTECTED]:~ > grep mpeg3_close /usr/include/*/*.h
> /usr/include/mpeg3/libmpeg3.h:int mpeg3_close(mpeg3_t *file);


well, the joys of multiple distros...

i suggest that either the distro or the upstream maintainers create a
pkg-config for libmpeg3.
this would be used automatically by Gem's build system.

alternatively it should be possible to use:
% PKG_MPEG3_CFLAGS="-I/usr/include/mpeg3" ./configure

to add specific cflags manually.

fgmadsr
IOhannes

_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to