LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mingw32 recipe for artistic style (astyle) (https://www.linuxquestions.org/questions/linux-software-2/mingw32-recipe-for-artistic-style-astyle-4175671465/)

seasoned_geek 03-16-2020 07:42 PM

mingw32 recipe for artistic style (astyle)
 
On a 64-bit Windows 10 VM I installed GNU Emacs from here:
https://www.gnu.org/software/emacs/
This appears to have installed mingw32. Fine.

The MinGW Installation Manager does not show any astyle package. Surfing the Web turns up mingw-w64 recipe for astyle.

https://github.com/msys2/MINGW-packages

Can someone point me to the link I need to get/build the correct astyle package for the default Emacs on Windows 10 universe? I want to use astyle from within Emacs on Windows 10 just like on YABU. Yes, the .el file has already been located, just need to get correct binary.

Thanks,

rtmistler 03-17-2020 11:58 AM

Not the answer, but for things like ediff I had to find the tools which the ediff used which were in a specific library and then added that library to my cygwin install. So I'd say the same thing, you need to figure out what tools and libraries are needed to run astyle and then make sure those are included, as well as the binaries, in your environment.


All times are GMT -5. The time now is 01:29 AM.