[vorbis-dev] More BeOS woe
David Burnett
vargol at bigfoot.com
Tue Nov 7 12:28:31 PST 2000
This one may be my fault....
I've put a temporary fix for libvorbis not linking, I
altered
libvorbis_la_LIBADD =
to
libvorbis_la_LIBADD = $(OGG_LIBS)
in the makefile, hence the temporary and continued with the build. I'm now
getting
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 -
DHAVE_ALLOCA=1 -I. -I. -I../include -I/boot/home/config/include -O20 -
D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -Wp,-MD,.deps/vorbisfile.pp -
c vorbisfile.c -DPIC -o .libs/vorbisfile.lo
/Be3/Source/CVS/vorbis/lib/os.h: In function `ov_read':
/Be3/Source/CVS/vorbis/lib/os.h:94: inconsistent operand constraints in an
`asm'
/Be3/Source/CVS/vorbis/lib/os.h:94: inconsistent operand constraints in an
`asm'
/Be3/Source/CVS/vorbis/lib/os.h:94: inconsistent operand constraints in an
`asm'
/Be3/Source/CVS/vorbis/lib/os.h:94: inconsistent operand constraints in an
`asm'
/Be3/Source/CVS/vorbis/lib/os.h:94: inconsistent operand constraints in an
`asm'
(yes they are five different errors)
line 94 is the asm line in vorbis_ftoi
__asm__("fistl %0": "=m"(i) : "t"(f));
I'm totally out of my depth when it comes to asm unless its on OS/390, and
I've
never used inline assembler before, so I need help.
Dave
--- >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