This transaction appears to have no content
> 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
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