On Thu, 6 Dec 2007 12:34:58 -0300, "Diego Jacobi" jacobidiego@gmail.com wrote:
Also. This is my include-path on windows:
where did you set it? This is not a problem of Geany but of your setup and/or gcc. To avoid passing all this on the command line I suggest to use Makefiles.
C:\GTK\INCLUDE;C:\GTK\INCLUDE\GTK-2.0;C:\GTK\INCLUDE\GLIB-2.0 ;C:\GTK\INCLUDE\PANGO-1.0;C:\GTK\INCLUDE\CAIRO;C:\GTK\INCLUDE\ATK-1.0 ;C:\GTK\INCLUDE\GTKGLEXT-1.0;C:\GTK\LIB\GTK-2.0\INCLUDE;C:\GTK\LIB \GLIB- 2.0\INCLUDE;C:\GTK\LIB\GTKGLEXT-1.0\INCLUDE;C:\GTK\INCLUDE \LIBGLADE-2.0 ;C:\GTK\INCLUDE\LIBXML2;
But seems like i have to put it by hand on a gcc command, maybe you can make a %i to be replaced for this path, or include this eviron-string automatically on the default gcc command.
No, see above.
Regards, Enrico