Hi, I try to compile Embperl 2 (current cvs) for Apache2 and mod_perl 2. First I called source_scan.pl, it seems to do everything it should. Then xs_generate.pl, which ends with the following output: ----------- writing.../home/andrel/embperl2/embperl/xsbuilder/../xs/Embperl/Req/Config/Config.pdd writing.../home/andrel/embperl2/embperl/xsbuilder/../xs//Makefile.PL Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.0/ExtUtils/XSBuilder/WrapXS.pm line 1177. -----------
which I think is the reason for the following errors. A "perl Makefile.PL" correctly finds mod_perl 2 and Apache 2.0.43, the output looks all ok. But when I run "make" I get: ------- make[1]: Entering directory `/home/andrel/embperl2/embperl/xs' make[1]: Makefile: No such file or directory make[1]: *** No rule to make target `Makefile'. Stop. make[1]: Leaving directory `/home/andrel/embperl2/embperl/xs' make: *** [subdirs] Error 2 ------ Is that my mistake or just something broken in current cvs? Andre -- "The inside of a computer is as dumb as hell, but it goes like mad!" (Physicist Richard Feynman) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
