Displaying 20 results from an estimated 10000 matches similar to: "Problems compiling current SVN"
2007 Nov 10
0
Problems compiling current SVN
Geoff Shang wrote:
> Hi,
>
> I'm trying to compile Icecast from SVN (revision 14115). But make bombs
> out:
>
> make[3]: Entering directory `/usr/src/svn/icecast/src'
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char
> -I/usr/include/libxml2 -I/usr/local/include -pthread -g -O2 -MT
> connection.o -MD -MP -MF
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 9:34 AM, Thomas B. Ruecker wrote:
> Marc Manthey schrieb:
>> hello free streamers,
>>
>> after i had not much luck with " Darwin streaming
>> server" ( because of a lack of NAT implementation )
>>
>> i got a hint from a Wireless mailing list to try OGG/Theora
>> streaming.
>>
>> I ?ve found a great site
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying
the file audio_out.c as follows:
original: #include <dlfcn.h>
modified: #include <win32/include/dlfcn.h>
I was able to (finally!) compile libao.
Then I tried to compile the module vorbis-tools, but uninvited problems
came to my party.
[...]
> /usr/bin/ld: multiple definitions of symbol _getopt
>
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
2007 Feb 16
1
Re: [nut-commits] svn commit r808 - in trunk: . drivers
I get the following error on r809 (but it looks like the code change
happened here). Does HIDDevice_t need to be defined/changed in one of
the headers?
if gcc -DHAVE_CONFIG_H -I. -I../../drivers -I../include
-I../../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DINET6 -O2
-D_REENTRANT -DNETSNMP_USE_INLINE -Wall -Dlinux -I.
2007 Nov 14
2
Problems compiling current SVN
Karl Heyes wrote:
> Geoff Shang wrote:
>> connection.c:342: error: ?
>> errno?
>> undeclared (first use in this function)
>> connection.c:342: error: (Each undeclared identifier is reported only once
>> connection.c:342: error: for each function it appears in.)
>
> Make sure you don't have a corrupted source file, that error does not appear
>
2007 Apr 17
1
Install problem
I get this error when installing icecast using the 'make' command. I
used the latest version of the dependencies:
[root@www icecast-2.3.1]# make
make all-recursive
make[1]: Entering directory `/home/riscphree/icecast-2.3.1'
Making all in src
make[2]: Entering directory `/home/riscphree/icecast-2.3.1/src'
Making all in avl
make[3]: Entering directory
2007 Jul 12
1
unable to compile speex-1.1.10
Dear all,
I'm Arun, new in this group. and newbie in Linux also.
I am working on linphone and I want to compile linphone, but before that I
want to compile speex-1.1.10 for uClinux using bfin-gcc.
I used these three files :
uClinux-dist-2005R3.tar.bz2
bfin-gcc-3.4-2005R3.1.tar.gz
speex-1.1.10.tar
I sucessfully compiled and installed bfin-gcc, and
2009 Jan 19
2
error
Hello,
I'm trying to compile linphone 3.0.0 in Ubuntu
And I'm getting the following compilation error.
I somewhere read that the fault happens because of the gcc 4.3.2 that
debian based linux uses.
Is there any solution (except downgrading gcc)
Thank you in advance
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.. -I../include/ -I.. -I../../oRTP/include
2010 Oct 05
2
[LLVMdev] gold-plugin build errors
I tried to build the gold plugin and receive the errors posted below. I
checked out the gold plugin using "cvs -z 9 -d
:pserver:anoncvs at sourceware.org:/cvs/src co src," as documented on
llvm.org. Is that version bleeding edge and perhaps not stable?
The first errors have to do with the libtool version. I have libtool
2.2.6 on my system, which is what the README-maintainer-mode
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread
-I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-I/usr/include/libwnck-1.0 -I/opt/Xgl/include
-I/usr/include/metacity-1 -I/usr/include/gtk-2.0
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
hello free streamers,
after i had not much luck with " Darwin streaming server" ( because
of a lack of NAT implementation )
i got a hint from a Wireless mailing list to try OGG/Theora streaming.
I ?ve found a great site here <http://www.oddsock.org/guides/video.php>
and downloadet and installed "icecast" and the theora libs with
success on my macintosh mini ,
2004 Oct 14
2
compile errors
Hello there. I'm having trouble to compile flac on gentoo linux:
linux-2.6.8
gcc-3.3.4
glibc-2.3.4 nptl enabled
I would be happy if someone could help me with this error:
if ../../libtool-disable-static --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../.. -I../../src -I../.. -I./include -I../../include -O2
-DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
Hi,
this problem seems to be coming up a lot lately -- the README.arm in
linphone tells people to remove libogg headers, but speexenc and
speexdec require them to build.
Perhaps we need a README.arm in libspeex telling people not to remove
the libogg headers.
K.
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi all,
>
> I am following the README.arm from Simon
2005 Mar 14
1
Problem Compiling Spandsp
Sirs,
I can't compile the source spandsp-0.0.2pre10; when i try to do the
"make" sentence the following errors appear:
# make
Making all in src
make[1]: Entering directory `/export/usr/src/spandsp-0.0.2/src'
make all-am
make[2]: Entering directory `/export/usr/src/spandsp-0.0.2/src'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I -g -O2 -MT
2012 Apr 24
1
Error compiling pigeonhole 0.3.0 with dovecot-2.1.5 in openbsd 5.0
Hi,
I've just tried to compile dovecot & pigeonhole in my openbsd box, and
got this:
gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/seajob/build/dovecot-2.1.5
-I/home/seajob/build/dovecot-2.1.5/src/lib
-I/home/seajob/build/dovecot-2.1.5/src/lib-dict
-I/home/seajob/build/dovecot-2.1.5/src/lib-dns
-I/home/seajob/build/dovecot-2.1.5/src/lib-mail
2005 Oct 11
1
jitter.c How to
Hello Jean-Marc,
Hello speex-dev-people,
Jean-Marc Valin wrote:
> All I can suggest is having a look at my simple client at:
> http://people.xiph.org/~jm/speexclient/
Unfortunately, this does not compile:
<<<<< snip >>>>>
bjoern@phobos:~/beleg/speex/speexclient-0.0-dev$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
Hi,
I was wondering whether or not MPI-libraries are expected to work with
llvm-gcc?
I tried to compile openmpi-1.3 using the llvm-gcc4.2-2.5-x86-darwin9
distribution on my MacBook Pro running OS 10.5.6.
Installation using the gcc (gcc version 4.0.1 (Apple Inc. build 5490))
worked well.
But for the llvm-gcc I get the following error message (during the
make):
> ....
> Making all
2004 Dec 29
5
spandsp-0.0.2pre6
Just wondering if anyone else has managed to successfully compile
spandsp-0.0.2pre6...
I'm assuming it is working for most people, else it probably wouldn't
have been released, and/or, other people would have had more to say
about it...
In any case, these are the errors I am getting while doing a make:
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I -g -O2 -MT
2008 Mar 28
2
speex - cross compil for ARM - problem ogg headers
Hi all,
I try to compile speex for ARM. I follow the README.arm and i always have the same errors :
make[2]: entrant dans le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
source='speexenc.c' object='speexenc.o' libtool=no \
depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \