[PD] compiling pd extended from CVS

Mathieu Bouchard matju at artengine.ca
Thu Sep 6 06:47:46 CEST 2007


On Wed, 5 Sep 2007, eric labelle wrote:

> I'm trying to compile extended from the CVS and everytime I get the same
> error on my openSUSE box:
>
> g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32
> -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
> -I/usr/include/lqt   -I..  -I/home/dubian/pure-data/pd/src
> libfidtrack_fidtrackX.cpp -o libfidtrack_fidtrackX.o
> ../Pixes/filmMPEG3.h:70: error: ISO C++ forbids declaration of 'mpeg3_t'
> with no type
> ../Pixes/filmMPEG3.h:70: error: expected ';' before '*' token

This is a bug whereby GEM detects whether you have libmpeg3.h but lets 
you continue yet configures filmMPEG3.cpp in a way that compilation fails. 
Upon not detecting libmpeg3, GEM should either disable that module or 
announce that you can't build.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada


More information about the Pd-list mailing list