> 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.
Not the same with MinGW (eg. GNU make + gcc on Win32)
Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
.\miniparrot.exe config_lib.pasm > runtime/parrot/include/config.fpmc
If the next line prints 0.2.0-devel, it did help.
.\miniparrot.exe parrot-config.imc VERSION DEVEL
See Parrot_Exec_OS_Command (http://xrl.us/fimc) and [perl #34605].
Francois.
leo