[XviD-devel] [RFC] Build process change for unix envs

jb13 jb13 at gomerbud.com
Thu Sep 25 09:24:01 CEST 2003


On Thu, Sep 25, 2003 at 06:22:53AM -0700, jb13 wrote:
> On Thu, Sep 25, 2003 at 03:13:55PM +0200, Edouard Gomez wrote:
> > jb13 (jb13 at gomerbud.com) wrote:
> > > What about:
> > > $(OBLJECTS): platform.inc
> > > .c.o	:
> > > 	$(CC) ...
> > 
> > Hmmm, why did not i think about this before ? ;-)
> > 
> > I seems to work, I updated the patch, so grab it again and test with the
> > standard FreeBSD make. It should relax the "generic rules" requirement.
> > 
> > The test is simple:
> > $ ./bootstrap.sh
> > $ ./configure
> > $ make
> >  should list all file compilations.
> > $ $EDITOR platform.inc
> >   write FEATURES=-D_DEBUG instead of just FEATURES=
> >   or change whatever you want in the file (valid change of course)
> > $ make
> 
> it work's with pmake. but i did get these ( unrelated ) errors
> 
> ../../src/xvid.c: In function `detect_cpu_flags':
> ../../src/xvid.c:126: warning: variable `cpu_flags' might be clobbered by `longjmp' or `vfork'

this error is gone in the latest cvs, i think it's just gcc complaning about nothing


More information about the XviD-devel mailing list