[gst-devel] error in Makefile for plugins/mp3decode/parse?

Richard Boulton richard at tartarus.org
Fri Jan 19 15:07:50 CET 2001


This has been fixed in the CVS, but its a bit of a fiddly change.
You can fix by changing the
 CFLAGS = <foo>
line to
 CFLAGS += <foo>

But you'll have to do this in quite a few other Makefiles, too.

Alternatively, you might find it easier to get the latest CVS version, and
try that out (I believe it works at this precise moment, but I can't
guarantee anything about it in a few more hours time).  See the bottom of
the download page for instructions on getting the CVS.

The next release should have a lot of these build troubles ironed out
nicely.

-- 
Richard

On Fri, Jan 19, 2001 at 02:51:09PM +0100, Olaf Stetzer wrote:
> After replacing the childs with xmlChildrenNode and root with
> xmlRootNode I could make most of the package but make stopped in
> the above mentioned directory complaining about :
> ../../../gst/gstpad.h:27: parser.h No such file or directory
> 
> It seems that the include-varible for XML is missing in the 
> Makefile as I compared the compile arguments for this
> directory with other succesfull compiles.




More information about the gstreamer-devel mailing list