Hi,
after trying gtkada on windows... I follow the instruction and it didn't
work : either it didn't find gnatmake or gcc... I put the correct path (the
one indicated in readme..)
I don't know ada at all but I think if it's so difficult to work with I stay
with the glad version 1.0.57 which has just been corrected
http://members.aol.com/suboner/code/Gtk/glade.html
Can someone send me a working "makefile" as simple as possible or make it
out the list.bat I join here... I would like to make work list.c with gtk
compilation in cygwin shell "bash.exe"... all my other "c" programs works
but not gtk ? then I i had "-fnative-struct' in "*.bat" it send me an error
message, it doesn't do it on command line gcc.... -fnative-struct .... ?
_________________________________________________
cls
echo on
rem Set the path to your gcc.exe compiler.
SET sysdir=C:\cygwin-b20\H-i586-cygwin32\bin\
rem Preserve old path.
SET oldpath=%PATH%
SET PATH=%PATH%%sysdir%
rem CC is the compiler
SET CC=%sysdir%gcc
rem Various flags:
SET cflags=-mno-cygwin -mpentium
SET MINE=-o list.exe list.c
rem all these dirs are in /gtk/src/
SET GTKL=-L ../gtk+/gdk/win32 -lgdk-1.3 -L ../gtk+/gtk -lgtk-1.3 -L
../glib -lglib-1.3
SET GTKI=-I ../glib -I ../gtk+/gdk/win32 -I ../gtk+ -I ../gtk+/gdk -L
../gtk+/gdk
%CC%%cflags%%MINE%%GTKL%%GTKI%
rem Restore old path
SET PATH=%oldpath%
_______________________________________________________
and here is my autoexec.bat, I am not an expert in "path" ... and I guess
most of my problem come from that !
@ECHO OFF
PATH=C:\WINDOWS\COMMAND;c:\cygwin-b20\h-i586-cygwin32\bin
LH DOSKEY
LH mode con codepage prepare=((850) c:\windows\command\ega.cpi)
LH mode con codepage select=850
LH keyb fr,,c:\windows\command\keyboard.sys
C:\essolo.com
________________________________________________________
thanks,
Henri
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.