hi i'm trying to compile the latest version of icecast (2.3.1)... first installed latest version of libxml and libxslt. but "make" gives me the following error message ... ###################### gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -g -O2 -c `test -f 'main.c' || echo './'`main.c In file included from xslt.h:18, from main.c:49: /usr/local/include/libxslt/xsltInternals.h:20:25: libxml/dict.h: No such file or directory In file included from xslt.h:18, from main.c:49: /usr/local/include/libxslt/xsltInternals.h:433: error: parse error before "xmlDictPtr" /usr/local/include/libxslt/xsltInternals.h:454: error: parse error before '}' token /usr/local/include/libxslt/xsltInternals.h:564: error: parse error before "xmlDictPtr" /usr/local/include/libxslt/xsltInternals.h:574: error: parse error before '}' token In file included from xslt.h:20, from main.c:49: /usr/local/include/libxslt/xsltutils.h:20:25: libxml/dict.h: No such file or directory In file included from xslt.h:20, from main.c:49: /usr/local/include/libxslt/xsltutils.h:199: error: parse error before "dict" make[3]: *** [main.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ###################### if do this: root@bernikuh:/usr/local/include# ln -s libxml2/libxml . ###################### gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -g -O2 -c `test -f 'main.c' || echo './'`main.c In file included from /usr/local/include/libxslt/xsltInternals.h:20, from xslt.h:18, from main.c:49: /usr/local/include/libxml/dict.h:30: error: syntax error before "xmlDictPtr" /usr/local/include/libxml/dict.h:32: error: syntax error before "xmlDictPtr" /usr/local/include/libxml/dict.h:34: error: syntax error before "int" /usr/local/include/libxml/dict.h:36: error: syntax error before "void" /usr/local/include/libxml/dict.h:42: error: syntax error before "const" /usr/local/include/libxml/dict.h:43: error: parse error before "xmlDictLookup" /usr/local/include/libxml/dict.h:46: error: syntax error before "const" /usr/local/include/libxml/dict.h:47: error: parse error before "xmlDictExists" /usr/local/include/libxml/dict.h:50: error: syntax error before "const" /usr/local/include/libxml/dict.h:51: error: parse error before "xmlDictQLookup" /usr/local/include/libxml/dict.h:54: error: syntax error before "int" /usr/local/include/libxml/dict.h:57: error: syntax error before "int" /usr/local/include/libxml/dict.h:63: error: syntax error before "void" make[3]: *** [main.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ###################### whats going wrong here ?? any idea ?? i'm using mac osx 10.3.9 thanks for help ! bye,bernhard -- http://stupidius.dyndns.org -- http://stupidius.dyndns.org