| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Jul 04, 2006 9:06 am Post subject: Problems with compiling icecast with theora |
|
|
hi,
i'm trying to copmpile icecast with theora support on Suse 9.2 . And here is my problem:
| Code: |
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/local/i nclude -pthread -g -O2 -c `test -f 'cfgfile.c' || echo './'`cfgfile.c
cfgfile.c:20:30: libxml/xmlmemory.h: Nie ma takiego pliku ani katalogu
cfgfile.c:21:27: libxml/parser.h: Nie ma takiego pliku ani katalogu
In file included from cfgfile.h:27,
from cfgfile.c:24:
auth.h:23:30: libxml/xmlmemory.h: Nie ma takiego pliku ani katalogu
auth.h:24:27: libxml/parser.h: Nie ma takiego pliku ani katalogu
auth.h:25:25: libxml/tree.h: Nie ma takiego pliku ani katalogu
In file included from cfgfile.h:27,
from cfgfile.c:24:
auth.h:67: error: parse error before "xmlNodePtr"
auth.h:83: error: parse error before "node"
cfgfile.c:75: error: parse error before "doc"
cfgfile.c:76: error: parse error before "doc"
cfgfile.c:77: error: parse error before "doc"
cfgfile.c:78: error: parse error before "doc"
cfgfile.c:79: error: parse error before "doc"
...bla bla bla... |
Nie ma takiego pliku ani katalogu means that there is no such file.
HELP ? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jul 04, 2006 1:25 pm Post subject: |
|
|
you'll be missing the libxml2 include files, the path should be available if you do xml2-config --cflags
karl. |
|
| Back to top |
|
 |
|