[vorbis-dev] branch_beta3 merged onto mainline

Patrick Mauritz oxygene at gmx.net
Mon Nov 6 22:52:23 PST 2000



On Mon, Nov 06, 2000 at 01:59:29PM -0800, Monty wrote:
> > The build on BeOS seems a bit pear shaped (been too busy to keep up
> > so this is my first attempt to build beta3)
> > 
> > The error I'm getting in config.log is
> > 
> > configure:1877: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char -
> > DUSE_MEMORY_H    conftest.c   -logg 1>&5
> > /Be3/Source/CVS/vorbis/configure:1866: ogg/ogg.h: No such file or directory  
> > 
> > I appear to be missing a -I/boot/home/config/include
> > 
> > I'm attempting to configure with
> > autogen.sh --prefix=/boot/home/config --with-ogg=/boot/home/config
> > 
> > ogg.h is in /boot/home/config/include/ogg/ogg.h
> 
> Does that correct the missing include?
in the makefile.ins there are @OGG_CFLAGS@ missing in the definition of CFLAGS
so instead of
CFLAGS = @CFLAGS@
do a 
CFLAGS = @CFLAGS@ @OGG_CFLAGS@
and you're set

p.mauritz

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list