Displaying 20 results from an estimated 5000 matches similar to: "Build error"
2004 Aug 06
1
Build error
There is a lot of glaring errors. I attached the log file.
> On Wed, 2003-08-13 at 20:51, bclark@bwkip.com wrote:
>> I am running Red Hat 9. I ran the ./configure for libshout-2.0. I
>> get to the checking ogg_sync_init in libogg... configure: error: not
>> found, maybe you need to set LD_LIBRARY_PATH or /etc/ld.so.conf
>>
>> I do have libogg.so.0 and
2005 Dec 10
2
Cannot build ices0/libshout2 on Mac OSX 10.4.2
Hi -
I'm rebuilding my OSX system and I can't get ices0 to build - or to be
more exact, can't get libshout2 to build.
I started by using DarwinPorts, and icecast2 & libogg & libvorbis
seemed to build OK. The install of ices0 then gave up at the libshout2
config stage with output like this:
[...]
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
2004 May 21
5
Making a SIP call
If someone could point me in the right direction I would much appreciate
it. Here is my problem:
My directions for my sip phone says to dial an ip address 12*34*65*78#.
When I dial that into my phone my asterisk server is only picking up some
of the numbers in the above example it would pick up 6578. Then of course
not find it and ring busy on the phone. The same is true for dialing a
regular
2008 Apr 27
1
initialization issues
I guess I'm missing something since the following minimized test case is failing:
>>>
#include "ogg/ogg.h"
main() {
ogg_sync_state the_ogg_sync_state;
ogg_sync_init(&the_ogg_sync_state);
ogg_sync_destroy( &the_ogg_sync_state );
}
>>>
$ gcc -g -logg test.c
$ ./a.out
*** glibc detected *** ./a.out: munmap_chunk(): invalid pointer:
2005 Dec 10
0
Cannot build ices0/libshout2 on Mac OSX 10.4.2
Hi,
On Sat, 10 Dec 2005 16:14:04 -0800 Dan Stowell
<danstowell@gmail.com> wrote:
> Hi -
>
> I'm rebuilding my OSX system and I can't get ices0
> to build - or to be more exact, can't get libshout2
> to build.
>
> I started by using DarwinPorts, and icecast2 &
> libogg & libvorbis seemed to build OK. The install
> of ices0 then gave up at the
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
Dear All,
I am trying to cross compile the dependencies of ices for arm linux. I
have been able to compile libxml2 (2.6.32) and libogg (1.1.3)
successfully but I am getting stuck at compiling libvorbis (1.2.0).
Making install in examples
make[1]: Entering directory `/home/sr/armlinux/stream/libvorbis-1.2.0/examples'
/bin/bash ../libtool --tag=CC --mode=link
/usr/local/arm/bin/arm-linux-gcc
2001 Mar 20
2
Problems with the beta4 rpms
The beta4 rpms from the vorbis.com site do not install the link to
libogg.so.0:
lrwxrwxrwx 1 root root 15 Mar 16 18:24 libogg.so.0 -> libogg.so.0.1.0
-rwxr-xr-x 1 root root 16269 Feb 26 04:53 libogg.so.0.1.0
The source dist does it correctly:
lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so -> libogg.so.0.1.0
lrwxrwxrwx 1 root root
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
Thanks for the reply. I would very much like OGG container support, so
disabling it isn't really an option. I have built OGG so that it
creates a libogg.a, libogg.0.dylib and a symbolically linked
libogg.dylib (that links to the libogg.0.dylib) file.
If I remove the .dylib files in an attempt to 'encourage' the compiler
to use libogg.a, then it complains that it can't find the
2002 Feb 16
2
libvorbis config error
Hi all.
I found some references to a problem similar to mine in the archives,
but none of the solutions posed there worked, so I'm left to ask again.
I'm running Debian 2.2r5, libc6, and as far as I know all other
necessary libraries for compilation. libao and libogg compile and
install fine, but when I try run ./configure for libvorbis, it fails and
says it can't find libogg.
2001 Sep 09
2
installation trouble
Slackware 7.1/Linux 2.2.16
Downloaded latest tar gz's: libao, libogg, libvorbis
Proceeded to ./configure | make | make install on each
libao went fine
libogg on the 'make' gives me all 'Nothing to be done' messages
libvorbis on the './configure':
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program compiled, but did not
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
On Tue, Aug 17, 2010 at 3:12 PM, Paul Davis <paul at linuxaudiosystems.com> wrote:
> On Mon, Aug 16, 2010 at 11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote:
>
>> libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3
>> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch
>> i386 -o flac analyze.o decode.o encode.o
2008 Mar 08
1
(no subject)
Hi
Im trying something new with my test dovecot.
I set my mail_location to to a new location
mail_location = maildir:/var/maildir/%u/Maildir
But with this new setup i too am authenticating against Mysql. This worked
fine till i decided to move the mail.
So now i have moved the mail, deleted the account from /etc/passwd,, but now
in my mail client, i cant view my test mail.
Here is my DB set
2005 Dec 28
1
Building Theora
Hi,
I'm trying to build Theora without installing but building Ogg.
This doesn't seem to work:
LIBOGG = [...]/libogg-1.1.2
LD_LIBRARY_PATH = $(LIBOGG)/src/.libs
./configure \
--with-ogg-libraries=$(LIBOGG)/src/.libs/ \
--with-ogg-includes=$(LIBOGG)/include/ \
--prefix=/usr \
results in:
checking for ogg >= 1.1... checking for Ogg... no
*** Could not run Ogg test program,
2008 Feb 24
3
libvorbis ./configure error on Linux
Hello
I'm trying to install libogg and libvorbis, I successfully downloaded and
compiled libogg but when I try to ./configure libvorbis I get an error
saying:
*** Could not run Ogg test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding Ogg or finding the wrong
*** version of Ogg. If it is not finding Ogg,
2004 Sep 12
3
libogg 1.1.1 release
Everyone,
Pleased to announce the release of libogg version 1.1.1. This is a
bugfix release on last year's 1.1 release.
Source archives are available from our new download site:
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip
Maintained from the /releases subtree on svn.xiph.org. This release is
tagged in the
2004 Sep 12
3
libogg 1.1.1 release
Everyone,
Pleased to announce the release of libogg version 1.1.1. This is a
bugfix release on last year's 1.1 release.
Source archives are available from our new download site:
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip
Maintained from the /releases subtree on svn.xiph.org. This release is
tagged in the
2009 Oct 21
3
Cross-compiling speex
Hi all,
I'm cross-compiling speex for a GNU/Linux ARM target.
I want to compile only the libraries, and not the speex executables.
I don't have a libogg cross-compiled, and would prefer the need to
have to set it up.
Unfortunately:
1/ the speex executables depend on libogg header files,
although, the speex executables are only compiled if the libogg header
files are available
2/ the
2005 Aug 19
1
Lost transaction log file
Hi list
I seem to be getting quite a bit of this type of messages in my syslog.
Aug 19 09:14:45 mail dovecot: IMAP(bclark): Lost transaction log file /home/bclark/Maildir/dovecot.index.log seq 4
Aug 19 09:14:45 mail dovecot: IMAP(bclark): Lost transaction log file /home/bclark/Maildir/dovecot.index.log seq 4
Would anyone know how I can go about fixing / understanding this.
Any tips / advice
2014 Feb 28
1
minor issue using opus-tools
hello all - this is probably something simple, but i am on-the-road and cant find a quick solution. ?i cant seem to get the opus toolset to recognize the ogg library. ?i was able to successfully get opus to work with FFMPEG, but not the toolset.
when i go to install opus-tools, i get the following message:
No package 'ogg' found
i would like to have opusenc working, since i have 700k
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote:
> Dear friends
> Recently i have downloaded Theora video codec from http://www.xiph.org/
> ,
> here its having both encoder and decoder , how can i build only
> decoder on VC + windows platform , if i build now i will be getting "
> Cannot open include file: 'ogg/ogg.h': No such file or directory "
> pls send me solution for