"Patrick R.Michaud (via RT)" <[EMAIL PROTECTED]> wrote:
Attempting to build parrot r8844 from a fresh subversion checkout
results in an error on my system (FC4):
$ perl Configure.pl; make
...
/usr/bin/perl build_tools/parrot_config_c.pl --mini > \
src/null_config.c
src/null_config.c
c++ -o ./miniparrot -L/usr/local/lib -Wl,-E imcc/main.o \
blib/lib/libparrot.a -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread
-lrt -lgmp src/null_config.o
/usr/bin/perl build_tools/parrot_config_c.pl > \
src/parrot_config.c
Can't read 'runtime/parrot/include/config.fpmc': No such file or directory
at build_tools/parrot_config_c.pl line 55.
make: *** [src/parrot_config.c] Error 2
I tracked down that the problem was introduced in revision 8841, which
removed generation of config.fpmc from the makefile. The problem only shows
up after a make realclean. Chip has confirmed this check-in was what broke
the build, and will revert it shortly.
Thanks,
Jonathan