similar to: potential BeOS fix

Displaying 20 results from an estimated 1000 matches similar to: "potential BeOS fix"

2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
This is also pretty simple. Just a small patch to configure.in to set the right compiler flags and changes to os.h to (a) not have deeply nested ifdefs, making the file needlessly hard to read, (b) break up the sections by functionality and (c) don't assume that every non-Win32 has the floating versions of math library functions. -tim Index: configure.in
2000 Nov 07
1
More BeOS woe
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
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 Jan 27
1
Patch for libogg on Darwin/Mac OS X
Pretty basic. -fno-common is required to produce dynamic shared libraries on Darwin based systems. -tim Index: configure.in =================================================================== 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 @@
2004 Aug 06
0
ice2 CVS build problems under Solaris 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Build environment: Solaris 7, JKP 106541-18 gcc 2.95.3 Current (as of a couple hours ago) CVS ice2 After a long bit of downtime, I'm throwing myself back into icecast with a fervor. I'm attempting to build ice2 on my Solaris box, and everything goes fine (well, went fine once I got libxml...) until the
2004 Feb 26
0
Can't build libogg on Solaris 8
Hi all, I've got a problem building libogg 1.1 on Solaris 8. I'm using the sunfreeware.com gcc and glib packages, and have been able to build other library packages (libpng, etc) without any problems. I haven't seen anybody else have this problem, so I figured I'd ask. Here's what I get, running make after a successful ./configure: /bin/bash ../libtool --mode=link
2003 Sep 14
1
R on BeOS
Hello, I have compiled R-1.7.1 on Beos R5 (x86) and got it running. The modules x11 and internet dont work (so the only working display is postscript()). The libraries all compile, but there is a problem with methods. I get the following error when i make methods: dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE =
2000 Aug 18
0
BeOS (was Parallelism)
Sorry, majordomo mistriggered on the word 'which'. Sigh. Monty ------- Forwarded Message From: "Timothy Wayper" <timmy@r3.co.nz> To: <vorbis-dev@xiph.org> Subject: Re: [vorbis-dev] BeOS (was Parallelism) Date: Fri, 18 Aug 2000 10:17:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority:
2000 May 10
1
Re: Where is the CL-AMP (BeOS) plugin ...
> I have downloaded the vorbis encoder/decoder/CL-AMP plugin from http://www.bebits.com. Tried it and liked it, visited the vorbis homepage and found out there isn't any mention of the BeOS release. It's works very fine for me. > BeOS is an OS where these efforts will be more than appriciated. It's not that we don't support BeOS, just that we assume it's a given :-) I
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello, I'm running into problems while trying to build libvorbis. My build platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6. The build 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
2000 Nov 15
1
BeOS on PPC compile, thread question.
> In fact I am compiling as C++. Under BeOS, these functions will > eventually end up inside of a C++ class. So, I'm kind of stuck. > It's not the end of the world. Couldn't you just compile the vorbis files as vanilla C, and then implement a thin C++ wrapper if you need to access it that way? There's nothing in BeOS which *requires* code to be C++. Sorry if I'm
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After
2003 Feb 22
1
rsync ported to BeOS-bone
Hello, here is a preliminary patch allowing rsync 2.5.6 to compile in BeOS (using the new BONE networking stack). Some explanations: - BeOS doesn't have chroot(), - the BONE networking stack export legacy network function for old apps in libnet.so (linked to by default), so it's necessary to force linking to the new libraries for things to work. I've yet to get inet_ntop() to be
1999 Oct 26
2
building on openbsd...
the library builds with no problems, but the commandline tool stops at this: gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' -c main.c main.c: In function `main': main.c:201: warning: assignment makes pointer from integer without a cast main.c:253: warning: passing arg 1 of `CheckWav' from incompatible
2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav'
2000 Jun 19
2
Compilation error
Hi, The latest CVS version which I just checked out doesn't compile... (Linux 2.2.14) % make make[1]: Entering directory /var/.scratch/cvs/vorbis/lib' make target CFLAGS="-O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -I. -I../include " make[2]: Entering directory /var/.scratch/cvs/vorbis/lib' gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES
2003 Aug 20
0
libvorbis configure script fails on Irix
Hello, I'm trying to compile libogg, libvorbis, libao, and vorbis-tools on an SGI Octane running Irix6.5.22. libogg configures and compiles without a problem. I installed it in usr/local/lib. When I moved on to libvorbis trouble began. The configure script made the following complaint: checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol in ./conftest:
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat 7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what the errors 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
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat 7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what the errors 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
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello, I found out about Vorbis and Ogg recently and am very interested in it. I grabbed the latest sources from CVS and have been able to compile almost everything. The only thing (to my knowledge) that I can't compile is the 'cmdline' demo. Everything compiles correctly there error comes in the linking stage. The error message is reproduced below: make target