On 2017/4/7 7:48, Óscar Fuentes wrote:
> Then try executing mingw32-make.exe instead of make.exe.
`make` is good enough and works for me.

>> You might modify the Makefile to convert the path using the cygpath
>> utility, doing something like:
>>
>>     echo "#include \"$(shell cygpath -w $<)\"" > $@
>
> That's another possibility, yes, but requires patching a generated file.
> You can also modify __pch.h directly after the error and re-run make.
`__pch.h` is generated using a handwritten rule in `Makefile.am` and can 
be removed using `make clean`. It will be created as needed.

(To be honest I am not clear about how automake users make use of 
precompiled headers.)

>> LH_Mouse will probably have a better suggestion, and it looks like you
>> already asked him on GitHub: https://github.com/lhmouse/mcfgthread/issues/25
>
> It would be nice if LH_Mouse could clarify the specific setup required
> for building his project.
This is part of the runtime so it shouldn't require packages other than 
`base-devel` and `mingw-w64-{i686,x86_64}-{crt,headers,gcc}{-git}`, all 
of which are basic development packages, no?


-- 
Best regards,
LH_Mouse


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to