Displaying 20 results from an estimated 172 matches for "fsign".
Did you mean:
sign
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2000 Nov 19
0
potential BeOS fix
...gram for the FP bug in the math inline
header
I'd like to see if BeOS suffers from the problem or not.
Dave
--- configure.in Sun Nov 19 14:42:16 2000
+++ /Be3/Apps/vorbis/configure.in Sat Nov 18 05:02:34 2000
@@ -123,11 +123,6 @@
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
- *beos)
- LIB_VORBIS="libvorbis.la"
- DEBUG="-g -Wall -D__NO_MATH_INLINES -fsign...
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...#39;avl.c' object='libiceavl_la-avl.lo' libtool=yes \
depfile='.deps/libiceavl_la-avl.Plo'
tmpdepfile='.deps/libiceavl_la-avl.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -Wall -ffast-math -fsigned-char
-D_THREAD_SAFE -pthread -I/usr/local//include -I/usr/local//include -g -O2
-c -o libiceavl_la-avl.lo `test -f 'avl.c' || echo './'`avl.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -Wall -ffast-math -fsigned-char -
D_THREAD_SAFE -pthread -I/usr/local//include -I/...
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi,
I couldn't find anything about this subject from archive - are there known
problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to
date). I downloaded libshout2 latest nightly snapshot and tried to compile
it on 5.0 and then later on 4.8. Both failed (problems were mostly around
sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that
it might be a
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
...39;
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1
-DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=
1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math
-mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c
decoder_example.c
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o
decoder_example decoder_example.o ../lib/libvorbis.la -lm -lo
gg
mkdir .libs
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsig...
2004 Aug 02
9
various patches from Mandrakelinux package
I was looking at the libvorbis 1.0 SRPM of Mandrakelinux, and it contained
some patches which are not included in vorbis 1.1 svn. I'm attaching these
patches here, because it could maybe be interesting to include these
upstream.
(libvorbis-1.1-aliasing.patch is actually a rediffed patch of Mandrakesoft's
one for 1.0 against 1.1 svn).
The author of these patches is Gwenole Beachesne,
2001 Jan 27
1
Patch for libogg on Darwin/Mac OS X
...==================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.10
diff -u -r1.10 configure.in
--- configure.in 2001/01/22 22:49:45 1.10
+++ configure.in 2001/01/28 03:53:05
@@ -47,6 +47,11 @@
CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
PROFILE="-pg -g -O20 -fsigned-char -mv8"
;;
+ *-*-darwin*)
+ DEBUG="-fno-common -g -Wall -fsigned-char"
+ CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math"
+...
2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
...===========
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.34
diff -u -p -r1.34 configure.in
--- configure.in 2001/01/23 17:42:20 1.34
+++ configure.in 2001/01/30 01:37:27
@@ -123,6 +123,10 @@ else
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
+ *-*-darwin*)
+ DEBUG="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -...
2001 Oct 24
3
Almost there...
...are
source='charset.c' object='charset.o' libtool=no \
depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
depmode=gcc /bin/sh ../depcomp \
cc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc2\" -I. -I.
-I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -c
`test -f charset.c || echo './'`charset.c
source='iconvert.c' object='iconvert.o' libtool=no \
depfile='.deps/iconvert.Po' tmpdepfile='.deps/iconvert.TPo' \
depmode=gcc /bin/sh ../depcomp \
cc -DPACKAGE=\"vorbis-tools\" -DVER...
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi,
I have downloaded the following files
libao-0.6.0.tar.gz
libogg-1.0beta4.tar.gz
libvorbis-1.0beta4.tar.gz
vorbis-tools-1.0beta4.tar.gz
as said from the download section. But I'm at a loss to what do after
that. I don't have much experience/knowledge in compiling etc, but I
still want to try out ogg. (I downloaded the source coz I have an OpenBSD
machine, and there was no
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
...d fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
-I/afs/cad/solaris/ogg-1.1.3/include -O20 -ffast-math
-D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT decoder_example.o
-MD -MP -MF .deps/decoder_example.Tpo -c -o decoder_example.o
decoder_example.c
mv -f .deps/decoder_example.Tpo .deps/decoder_example.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -O20 -ffast-math
-D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H...
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
...es successfully, but I wan't able to compile
the vorbis tools (1.0rc3) package succesfully.
I can run configure successfully, but when I run make it dies with this
make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o
oggenc oggenc.o audio.o encode.o platform.o -lvorbisenc -lvorbis -lm
-logg ../share/libutf8.a ../share/libgetopt.a
gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o
platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm
/usr/lib/libo...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...ot;cd
"/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_ices2/work/ices-2.0.0"
&& make all" returned error 2
Command output: depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char
-I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include
-g -O2 -c `test -f 'encode.c' || echo './'`encode.c
source='playlist_basic.c' object='playlist_basic.o' libtool=no \
depfile='.deps/playlist_basic.Po' tmpdepfile='.deps/playl...
2001 Nov 18
5
vorbisfile.o givng me problems
...rors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example
chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfi...
2001 Nov 18
5
vorbisfile.o givng me problems
...rors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example
chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfi...
2005 Mar 09
1
compile error
...2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc'
make[1]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc'
Making all in examples
make[1]: Entering directory `/home/ronan/libvorbis-1.0.1/examples'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o
decoder_example decoder_example.o ../lib/libvorbis.la -lm -logg
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char
-DUSE_MEMORY_H -static -o decoder_example decoder_example.o
../lib/.libs/libvorbis.a -lm /usr/lib/libogg.a
/usr/bin/ld: cannot find...
2005 Aug 18
1
Reg. Enabling Debugging.
...to use
debugging.
To use debugging, i compiled the source using the folloing commands,.
>make clean
>./autogen.sh --enable-DEBUG
>make
The configure.in has the following flags set for DEBUG
--SNIP--
case $host in
*86-*-linux*)
DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
CFLAGS="-ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT
-fsigned-char -fno-inline"
--SNIP--
However make command only uses the CFLAGS as below
--SNIP--
gcc -DPACKAGE_NAME=\"\" -DPA...
2004 Aug 06
3
ices2 compilations problems
...gt;/dev/null 2\>\&1
configure:7009: $? = 1
configure:7022: result: yes
configure:7644: checking for ANSI C header files
configure:7791: result: yes
configure:7803: checking for stdint.h
configure:7808: result: no
configure:7951: checking sys/soundcard.h usability
configure:7964: gcc -c -O20 -fsigned-char -D_REENTRANT conftest.c >&5
configure:7967: $? = 0
configure:7970: test -s conftest.o
configure:7973: $? = 0
configure:7983: result: yes
configure:7987: checking sys/soundcard.h presence
configure:7998: gcc -E conftest.c
configure:8004: $? = 0
configure:8023: result: yes
configure:8...