New computer



I have just switched machines on which to do my Windows GTK+ development on on copying an existing program and its environment and attempting to do a make I get the following error and obviously I have forgotten to do something, but cannot for the life of me think what has not been done.

gcc -mwindows -static -mms-bitfields interface.c callbacks.c main.c support.c od bc-isql.c -o MTI.exe -Ic:/Gtk/include/gtk-2.0 -Ic:/Gtk/lib/gtk-2.0/include -Ic: /Gtk/include/atk-1.0 -Ic:/Gtk/include/pango-1.0 -Ic:/Gtk/include/glib-2.0 -Ic:/G tk/lib/glib-2.0/include -Lc:/Gtk/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.
0 -lglib-2.0 -lintl -liconv -lodbc32
callbacks.c: In function `on_btnEnquire_clicked':
callbacks.c:42: warning: assignment discards qualifiers from pointer target type

callbacks.c:50: warning: initialization from incompatible pointer type
c:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot f
ind -lgtk-win32-2.0
collect2: ld returned 1 exit status
make: *** [MTI.exe] Error 1

What concerns me is that it cannot find gtk-win32-2.0 library.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]