Hi! I added -I/usr/include/apr-0 manually in Makefile.PL. After this the missing-files errors did not appear any longer. Instead there are some new errors(see below).
The variables seems to be compatibility declarations in /usr/include/apr-0/ Any hints? Whats this apr-0? In the debian-decription they are referenced as "development package for the apache runtime". Why are they not included in Embperl? Benni -------schnipp-------------- [...] cc -c -I/usr/include/apr-0/ -I/usr/include/apache2 -I/usr/include/apache2/regex -I/usr/include/apache2/os/unix -I/home/benni/down/Embperl-2.0b9/xs -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION=\"2.0b9\" -DXS_VERSION=\"2.0b9\" -fPIC "-I/usr/lib/perl/5.8.0/CORE" -DAPACHE -DEP2 -o epmain.o epmain.c epmain.c: In function DoLogError': epmain.c:250: warning: passing arg 4 of ap_log_error' makes integer from pointer without a cast epmain.c:250: warning: passing arg 5 of ap_log_error' from incompatible pointer type epmain.c:252: warning: passing arg 4 of ap_log_error' makes integer from pointer without a cast epmain.c:252: warning: passing arg 5 of ap_log_error' from incompatible pointer type epmain.c: In function SendHttpHeader': epmain.c:874: warning: assignment makes pointer from integer without a cast epmain.c:892: warning: passing arg 2 of apr_table_add' makes pointer from integer without a cast epmain.c:892: warning: passing arg 3 of apr_table_add' makes pointer from integer without a cast epmain.c:900: warning: passing arg 2 of apr_table_set' makes pointer from integer without a cast epmain.c:900: warning: passing arg 3 of apr_table_set' makes pointer from integer without a cast epmain.c:922: syntax error before *' epmain.c:923: table_entry' undeclared (first use in this function) epmain.c:923: (Each undeclared identifier is reported only once epmain.c:923: for each function it appears in.) epmain.c:923: hdrs' undeclared (first use in this function) epmain.c:925: hdrs_arr' undeclared (first use in this function) epmain.c:926: parse error before )' make: *** [epmain.o] Error 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]