<div>Hey guys,</div>
<div> </div>
<div>Guess what... I worked!!!</div>
<div>Somehow I think I installed the same thing, but with the link you gave me, I had the option to choose which compilers to install. After choosing a C compiler (even thought I wrote "C++" code) it worked. </div>

<div>Well there are some problems with my code now, but at least I get errors pointing at specific lines instead of just getting "Cannot execute child process".</div>
<div> </div>
<div>Anyway, thanks guys! Also I think you should mention about this MinGW on your site, so others can benefit from my experience without too much trouble.</div>
<div> </div>
<div>Basically what i had to install was:</div>
<div>-Geany</div>
<div>-GTK+ Runtime Environment (not sure if this was actually necessary)</div>
<div>-Selected compilers from the link you gave me via the Automated MinGW installer (5.1.3)</div>
<div>Also i had to set the path to the g++.exe like this: C:\MinGW\bin\g++ -Wall -c "%f"</div>
<div>This path also worked: C:\MinGW\bin\g++.exe -Wall -c "%f"</div>
<div> </div>
<div>Again thanks for your help.<br> </div>
<div>Regards, </div>
<div> </div>
<div>Alex.<br> </div>
<div><span class="gmail_quote">On 3/14/08, <b class="gmail_sendername">Nick Treleaven</b> <<a href="mailto:nick.treleaven@btinternet.com">nick.treleaven@btinternet.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, 13 Mar 2008 12:50:06 -0600<br>"Alexandru Guzu" <<a href="mailto:alexguzu@gmail.com">alexguzu@gmail.com</a>> wrote:<br>
<br>[...]<br>> As far as executing Geany in the cygwin environment.. I suppose I<br>> have to compile the file using the command line, separately from<br>> Geany. And even the cygwin minght not be "complete" in the sense that<br>
> it may require another piece of software, and so on. I don't really<br><br>I haven't used cygwin myself, but it is quite a big suite of software.<br>Personally I just use the MinGW tools. Also I should warn you that<br>
compiling Geany on Windows is quite involved, and shouldn't be<br>necessary.<br><br>> like fiddling with such software. When I was working in java, I used<br>> Eclipse, and i just had to install some java stuff, but I knew<br>
> exactly what to install. Now i don't know what compiler works "out of<br>> the box" with Geany on Windows.<br><br>The MinGW gcc compiler should work, I use it myself.<br><br>You may already have done this, but just in case you downloaded only<br>
gcc, use the 'Automated MinGW Installer' program:<br><a href="http://sourceforge.net/project/showfiles.php?group_id=2435">http://sourceforge.net/project/showfiles.php?group_id=2435</a><br><br>Also you should probably read any documentation for MinGW.<br>
<br>I understand it can be a barrier having to install tools yourself, but<br>Geany is meant to be a lightweight IDE, and many people use Geany who<br>don't want to do any C programming. So it doesn't make sense for us to<br>
offer a bundled download. Of course, someone could make a<br>MinGW-Geany bundle if they want to, under the terms of the GNU GPL.<br><br>> Probably it's not a good idea to use Geany on Windows after all.<br>> Has anyone actually been able to compile with Geany under Windows,<br>
> and if so, what are the steps?<br><br>Besides what I mentioned earlier, you should check that you can compile<br>with gcc from the command prompt (usually cmd.exe). If this is the<br>case, it's possible there is a bug with Geany's build support on<br>
Windows.<br><br>Another thing to try is writing a Makefile and using the Build->Make<br>command, after configuring the make tool in preferences. (Most useful<br>projects should use makefiles anyway.)<br><br>Just to be clear - both gcc and make work fine for me on Windows<br>
2000 with a recent version of Geany (read 0.13).<br><br>Regards,<br>Nick<br>_______________________________________________<br>Geany mailing list<br><a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br><a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br>