Displaying 20 results from an estimated 20000 matches similar to: "Ogg / Vorbis Compiling under W32 with MingW ** Problem **"
2002 Dec 10
2
mingw compiling problem for libogg
(i hope this is correct m.list)
Hi,
there is a small compiling problem for mingw
when compiling on libogg..
in include/ogg/os_types.h :
ogg_int64_t, ogg_int32_t, etc are defined
correctly on cygwin and MSVC/Borland
but not on mingw...
i have attached a patch that will fix
this problem (i hope it attaches
correctly)
thx, Nehal
--- os_types.h.old Fri Jul 19 02:25:52 2002
+++ os_types.h Tue
2000 Oct 05
4
Macintosh support (again)
In order to compile the latest Vorbis library on the Macintosh, the
change appended to this message needs to be made to os_types.h.in.
Then, anyone who wants to actually build it must first copy
os_types.h.in to os_types.h by hand, since MacOS does not include a
command line and thus cannot run configure.
It really bugs me that the whole "platforms which don't support
configure
2006 Apr 19
0
making ices under Mac OS X
After I got the libshout problem taken care of, I tried installing
installing ices. It gave the following error:
metadata.c:55: error: 'fd_set' undeclared (first use in this function)
I searched the internet for fd_set and found that select uses it,
which needs sys/time.h, which wasn't included in metadata.c, so I
added #include <sys/time.h> with the other includes, and it seems
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
I am a mingw coder and I needed to make the following changes to the CVS source from 9/13/00 to get a build:
os_types.h L36C16 reads had to change "unsigned _G_int32_t" to "_G_uint32_t" to resolve the compile error:
..\include\vorbis\os_types.h:36:parse error before 'ogg_uint32_t'
..\include\vorbis\os_types.h:36:warning:data definition has no type or storage class
2010 May 20
10
Libtheora
Hi all,
I am Sahana. I am currently working on Libtheora for windows platform and
very new to it. I am getting a lot of compiling errors. Since Libtheora
depends on libogg and libvorbis i have added these as well to my workspace
in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in
the libtheora software.Since both these folders have the same set of files
which one do we
2009 Jan 30
2
Problem installing RMySQL ("S4R.h:40:17: error: S.h: No such file or directory"?)
Hi,
I'm trying to install RMySQL and I keep hitting errors. My computer is:
uname -a
Linux cricket 2.6.18-92.1.22.el5PAE #1 SMP Tue Dec 16 12:36:25 EST 2008 i686
i686 i386 GNU/Linux
I have set the following environment settings:
export PKG_LIBS="-L/usr/lib/mysql -lmysqlclient"
export PKG_CPPFLAGS="-I/usr/include/mysql"
I run the following command:
R CMD INSTALL
2004 Aug 06
1
libshout compile errors (os.h)
Karl Heyes wrote:
>> In file included from sock.c:49:
>> sock.h:32: os.h: No such file or directory
>> make[2]: *** [sock.lo] Error 1
>> make[2]: Leaving directory `/opt/ices2/libshout/src/net'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/opt/ices2/libshout/src'
>> make: *** [all-recursive] Error 1
>
>
> yes
2000 Sep 02
2
Relying on autoconf/configure
I decided, since nobody else seems to be doing it, to do a new build
of the Mac library.
Unfortunately, things now rely on os_types.h. No problem, I'll just
create an os_types.h in mac/compat. Except os.h #includes
"../include/vorbis/os_types.h" -- in other words, it explicitly wants
the os_types.h that was generated from os_types.h.in by configure.
The simple solution is to
2004 Aug 06
1
ices doesn't compile for me
Hi. I downloaded the ices source from CVS yesterday and have been
trying to get something going. I got icecast running, but I want to use
ices to stream from my sound card to icecast. That seems to be the most
straight forward way to do things, but ices does not compile (see below).
I have a fresh install of Mandrake 9.0. btw, I also found an RPM
ices-0.2.3-3mdk which seemed like an easy
2007 Jun 04
1
compile error with speex-1.2beta1
hi ,all:
comiple error with speex-1.2beta1 why!!?? make /gcc version
error?or other lib needed????
------------------------------------
[guor@ppe speex-1.2beta1-install]$ make -v
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
2011 Feb 07
1
rjava does not install
I am on a fedora server on which I am not root privileges. I am trying
to locally install rJava... Here are my steps :
$uname -a
Linux 2.6.18-194.17.4.el5 #1 SMP Mon Oct 25 15:50:53 EDT 2010 x86_64
x86_64 x86_64 GNU/Linux
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
$ echo
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 Sep 10
1
libtheora bug
gcc-3.3.1 + slackware9
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"libtheora\"
-DVERSION=\"0.0\" -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2
-D_REENTRANT -c dct_decode.c
rm -f .libs/dct_decode.lo
gcc -DPACKAGE=\"libtheora\" -DVERSION=\"0.0\" -DHAVE_DLFCN_H=1 -I. -I.
-I../include -O2 -D_REENTRANT -c dct_decode.c -fPIC -DPIC -o
.libs/dct_decode.lo
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
2009 May 16
2
Speex seek with high precision
Hello Conrad,
I'm trying to seek the way you told but I'm facing a problem.
ogg_page_packets returns 164 and following code returns 189. Shouldn't it be
the same, what does that means ?
int res;
while (true)
{
res = ogg_stream_packetout(&os, &op);
if (res == 1)
nPackets++;
if (res == -1)
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
I have been futzing around for days tying to get rJava to install on
my freshly build Debian Lenny installation. I have R-2.9.1 installed
from source in my R_HOME directory and R-2.7.1 installed via apt-get
install r-recommended. I was tried many different things, but by
accident started up R-2.7.1 as root and viola, successful install. I
immediately exited out of R-2.7.1 and started R-2.9.1 as
2010 Oct 27
1
install RSPerl on Fedora
Hi
I have R 2.11.1 installed at Fedora 13. when I tried to install RSPerl
by command line
sudo R CMD INSTALL ~/Download/RSPerl_0.92-1.tar.gz
It failed with following errors, could some one offer help?
Thanks
Yuan
Converters.c: In function ?PerlAllocHomogeneousVector?:
Converters.c:1003: error: ?elementType? undeclared (first use in this function)
Converters.c:1004: error: ?SVt_IV? undeclared
2004 Aug 06
2
libxml error (or am I just being dumb?)
I've been trying to compile ices and icecast all night. I have narrowed
the problem down to libxml. I have tried several rpms of libxml2 and
libxml2-devel all to no avail. I don't expect support on this alpha
release but just a reply to say that it's a common issue or wether I am
just a dunce would be nice. :)
Thanks
Hans
The follwing are installed by RPM:
libxml2-2.4.23-1
2004 Aug 06
2
Ices on Linux PPC
>
>
>seems odd..
>
>with sh use
>make 2>&1 1> output
>
>or with csh
>
>make >& output
>
>karl
>
I ran make again. Here is the output:
Making all in src
make[1]: Entering directory `/usr/ices/src'
Making all in avl
make[2]: Entering directory `/usr/ices/src/avl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
2005 Jul 19
2
problem compiling with linux
In place of rpm I used pre compiled binary for installing
the Cross Compiler and now I am not getting this error. But I am
gettimg error after <make> command. The error is:
speexenc.c:49:21: ogg/ogg.h: No such file or directory
speexenc.c:68: error: parse error before '*' token
speexenc.c: In function `oe_write_page':
speexenc.c:71: error: `page' undeclared (first use in