François" PERRAD <[EMAIL PROTECTED]> wrote: > Two small building problems (r8030)
> 1) On MinGW, can't execute miniparrot.exe during building > Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your > fingers > ./miniparrot.exe config_lib.pasm > runtime/parrot/include/config.fpmc > '.' is not recognized as an internal or external command, operable program > or batch file. Why did that work with parrot before my changes? It has the same slash. > 2) 'make hello' fails on linking, because src/parrot_config.o is missing Ah, yep missed that, thanks. > Nota : the target exec_so seems to have the same problem I've added parrot_config$(O) there too - untested. Thanks, applied. leo