dAF2000 Geplaatst: 11 juni 2004 Geplaatst: 11 juni 2004 Hallo allemaal! Dit is m'n eerste posting in 't development-forum en ik heb meteen al een lastige vraag <img src="/ubbthreads/images/graemlins/smile.gif" alt="" /> De hele cross compile omgeving (via CVS) werkt perfect bij me. Nu heb ik echter apache toegevoegd in de tuxbox/cdk directory omdat ik een extra apache module wil bouwen. Nou, apache schijnt expat (1.95.7) nodig te hebben dus die staat er nu ook in. Expat bouwt probleemloos, maar apache schijnt een include file van expat nodig te hebben (expat.h). Klinkt ook best logisch, maar tijdens 't compileren van apache kan-ie niet die file vinden: /bin/sh /root/tuxbox-cvs/cdk/httpd-2.0.49/srclib/apr/libtool --silent --mode=compile powerpc-tuxbox-linux-gnu-gcc -mcpu=823 -mmultiple -mstring -meabi -pipe -O2 -g3 -gdwarf-2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/root/tuxbox-cvs/cdk/httpd-2.0.49/srclib/apr-util/include -I/root/tuxbox-cvs/cdk/httpd-2.0.49/srclib/apr-util/include/private -I/root/tuxbox-cvs/cdk/httpd-2.0.49/srclib/apr/include -c apr_xml.c && touch apr_xml.lo apr_xml.c:30:19: expat.h: No such file or directory Ik mis blijkbaar een extra "-I"-regel, want die file staat bij mij in /root/tuxbox-cvs/cdk/expat1.95.7/lib/expat.h Hoe krijg ik nou op een nette manier dat pad waar expat.h staat ook in m'n compile-regel? Groeten, David
Aanbevolen berichten