On Mon, 4 Jun 2007 16:00:21 +0200, Enrico Tröger enrico.troeger@uvena.de wrote:
As I said, it is cumbersome, but it works. If there is a better/easier way, please let me know.
Indeed, this is not very nice. On my Windows system I also have cygwin installed and I have also some troubles when building Geany using MinGW with cygwin installed. For me, the easiest way is to rename my cygwin directory during compilation time. So, when I build Geany on Windows, I do:
- rename c:\cygwin to c:\cygwin2
- build Geany (make -f makefile.win32)
- rename c:\cygwin2 to c:\cygwin
Of course, this can be automated in a batch file. Or you can write a batch file which sets your PATH environment variable to the same as your usual PATH but without the cygwin directory.
Regards, Enrico