Fixes T4592. I think I got this working. Rough steps were:
- Install mingw
- Install git + git bash
- Using mingw shell only, run build script
- Oh you have to muck with PATH a lot
- why is it hanging
- I wish I could paste
- this looks like a .exe
Differential D9378
Update xhpast.exe epriestley on Jun 4 2014, 10:10 PM. Authored by Tags None Referenced Files
Subscribers
Details
Fixes T4592. I think I got this working. Rough steps were:
???
Diff Detail
Event TimelineComment Actions The steps pretty much seem the same as what I have experienced. However, I just patched this but for some reason .\src\parser\xhpast\bin\xhpast.exe -v doesn't give me anything. :( Comment Actions One step I actually did differently was running mingw32-make in my regular cmd. You only have to follow the steps here and it works just fine. Comment Actions This now suddenly runs cleanly on my machine. Probably thanks to the reboot I just did. :/ Comment Actions It seems that this breaks when the user doesn't have MingW installed (which I don't have anymore - just did a reinstall). According to this stackoverflow answer, this can be resolved by adding -static-libgcc -static-libstdc++ to the compiler flags. |