In regards to this error, could it be that in:

./cerbero/tools/osxuniversalgenerator.py

The line 133 (which raises the exception 'Unexpected file type %s %s' % (str(ftype), f)) should read:

if <b>not</b> ftype.startswith('ERROR') and f.endswith('.h'):

instead of:

if ftype.startswith('ERROR') and f.endswith('.h'):

?

I don't know exactly what the merge action needs to do, but it just seems bizarre to me that the process would copy an "erroneous" header file.

Just a thought.

Thanks,

Alexandre

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/cerbero-libxml2-compilation-error-tp4670845p4670856.html">Re: cerbero libxml2 compilation error</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>