[vorbis-dev] configure error
Lourens Veen
jsr at dds.nl
Mon Aug 13 02:19:44 PDT 2001
Hi,
Well, it seems that configure can't find Ogg. It's looking for but can't
find /include/ogg/ogg.h. You have to install libao first, then ogg, then
vorbis, then vorbis-tools. If you do have Ogg installed, you should tell
configure where it is with the --with-ogg-include option (I hope, I
haven't checked to be honest. But do a configure --help if it doesn't
work).
HTH, and if not mail again and I'll dive into it a bit deeper.
Lourens
burlingtonj wrote:
>
> Hello,
>
> when i try to compile vorbis-tools-1.0rc1 under linux i got this error
> when i try to run ./configure:
>
> Here is the config log:
>
> [....]
[snip]
> configure:1576: checking for Ogg
> configure:1606: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5
> configure:1595: ogg/ogg.h: File or Directory not found
> configure: failed program was:
> #line 1590 "configure"
> #include "confdefs.h"
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> #include <ogg/ogg.h>
>
> int main ()
> {
> system("touch conf.oggtest");
> return 0;
> }
>
>
> configure:1644: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5
> configure:1637: ogg/ogg.h: Datei oder Verzeichnis nicht gefunden
> configure: failed program was:
> #line 1634 "configure"
> #include "confdefs.h"
>
> #include <stdio.h>
> #include <ogg/ogg.h>
>
> int main() {
> return 0;
> ; return 0; }
>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list