[glade--] Dev-C++, Gtkmm and Glade
Arthur Maciel <[email protected]> Fri, 11 Feb 2005 17:14:34 -0200
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Hi, guys! I=B4m using Dev-C++ on Windows, Gtk Runtime and Gtkmm Runtime (2.4). I=20 have set the compiller=B4s options and the libs and include paths to the=20 project options. When I ask it to compile there comes the error: --------------------------------- Compiler: Default compiler Building Makefile: "C:\Dev-Cpp\Projetos\Makefile.win" Running make... make.exe -f "C:\Dev-Cpp\Projetos\Makefile.win" all g++.exe -D__DEBUG__ -c test.cpp -o test.o -I"C:/Dev-Cpp/Gtk2.0/INCLUDE" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/GTK-2.0" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/GLIB-2.0" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/PANGO-1.0" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/ATK-1.0" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/GTKGLEXT-1.0" =20 -I"C:/Dev-Cpp/Gtk2.0/LIB/GTK-2.0/INCLUDE" =20 -I"C:/Dev-Cpp/Gtk2.0/LIB/GLIB-2.0/INCLUDE" =20 -I"C:/Dev-Cpp/Gtk2.0/LIB/GTKGLEXT-1.0/INCLUDE" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/LIBGLADE-2.0" =20 -I"C:/Dev-Cpp/Gtk2.0/INCLUDE/LIBXML2" -I"C:/Dev-Cpp/include/c++/3.3.1" =20 -I"C:/Dev-Cpp/include/c++/3.3.1/mingw32" =20 -I"C:/Dev-Cpp/include/c++/3.3.1/backward" =20 -I"C:/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" =20 -I"C:/Dev-Cpp/include" -IC:/Dev-Cpp/Gtk2.0/include/gtkmm-2.4=20 -IC:/Dev-Cpp/Gtk2.0/lib/gtkmm-2.4/include=20 -IC:/Dev-Cpp/Gtk2.0/include/glibmm-2.4=20 -IC:/Dev-Cpp/Gtk2.0/lib/glibmm-2.4/includ e=20 -IC:/Dev-Cpp/Gtk2.0/include/gdkmm-2.4=20 -IC:/Dev-Cpp/Gtk2.0/lib/gdkmm-2.4/includ e=20 -IC:/Dev-Cpp/Gtk2.0/include/pangomm-1.4=20 -IC:/Dev-Cpp/Gtk2.0/include/atkmm-1.6=20 -IC:/Dev-Cpp/Gtk2.0/include/gtk-2.0=20 -IC:/Dev-Cpp/Gtk2.0/include/sigc++-2.0 -IC:/=20 Dev-Cpp/Gtk2.0/lib/sigc++-2.0/include=20 -IC:/Dev-Cpp/Gtk2.0/include/glib-2.0 -IC:/=20 Dev-Cpp/Gtk2.0/lib/glib-2.0/include=20 -IC:/Dev-Cpp/Gtk2.0/lib/gtk-2.0/include -IC:=20 /Dev-Cpp/Gtk2.0/include/pango-1.0 -IC:/Dev-Cpp/Gtk2.0/include/atk-1.0 =20 -pg -g3 g++.exe: cannot specify -o with -c or -S and multiple compilations make.exe: *** [test.o] Error 1 Execution finished -------------------------------------- Can anyone help me please? There is another issue, now really with glade. If I build a GUI with glade, how can I use it? (with Dev-C++, I mean). Thank you very much. Arthur Maciel