Re: [CMake] GTK doesn't seem to be include correctly on Ubuntu 8.10

2009-01-13 Thread Pierrick Grasland
tUI.h:5:25: error: > gtkCallback.h: No such file or directory > make[2]: *** [CMakeFiles/pat.dir/main.c.o] Error 1 > make[1]: *** [CMakeFiles/pat.dir/all] Error 2 > make: *** [all] Error 2 > > I suspect there is something wrong with your > /usr/include/glib-2.0/gio/gfile.h.

[CMake] GTK doesn't seem to be include correctly on Ubuntu 8.10

2009-01-13 Thread Pierrick Grasland
* getButtonQuit(char * iconPath); > GtkWidget * getButtonCall(char * iconPath, GtkComboBox * comboBox); > GtkWidget * getButtonHangUp(char * iconPath); > GtkWidget * getButtonHangUpQuit(char * iconPath); > GtkWidget * getComboBox(); > GtkWidget * getBackGroundImage(char * ima

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2009-01-11 Thread Pierrick Grasland
I\n") > ELSE (GTK2_INCLUDE_DIR) > MESSAGE(FATAL_ERROR "GTK or GTK2 is required to build this > project.") > ENDIF (GTK2_INCLUDE_DIR) > ENDIF (GTK_FOUND) > > ADD_EXECUTABLE(main main.c) > TARGET_LINK_LIBRARIES(main ${GTK2_LINK_FLAGS}) > > ##

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2008-12-19 Thread Pierrick Grasland
sipsecgui ${GUI_SRC} ) target_link_libraries(sipsecgui ${GTK2_LIBRARIES} ) How can I tell CMake to link Gtk2 as instead of ? Any ideas someone ? On Fri, Dec 19, 2008 at 11:14 AM, Pierrick Grasland < pierrick.grasl...@gmail.com> wrote: > Found it ! > > ${GTK2_INCLUDE_DIR} != ${GTK2_INCLUDE_

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2008-12-19 Thread Pierrick Grasland
Found it ! ${GTK2_INCLUDE_DIR} != ${GTK2_INCLUDE_DIR*S*} Sorry for bothering you. On Fri, Dec 19, 2008 at 11:12 AM, Pierrick Grasland < pierrick.grasl...@gmail.com> wrote: > Ok. > > I modify my CMakeLists.txt : > > SET(CMAKE_MODULE_PATH "/home/bobby/workspace/Sip

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2008-12-19 Thread Pierrick Grasland
(sipsecgui ${GTK2_LIBRARIES} ) But gcc respond with : /home/bobby/workspace/SipSec/gui/gtkCallback.h:12:21: erreur: gtk/gtk.h : Aucun fichier ou dossier de ce type (ie File not exist) On Fri, Dec 19, 2008 at 10:45 AM, Philip Lowman wrote: > On Fri, Dec 19, 2008 at 4:40 AM, Pierrick Grasland <

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2008-12-19 Thread Pierrick Grasland
man wrote: > On Thu, Dec 18, 2008 at 8:05 PM, Timothy M. Shead wrote: > >> Pierrick Grasland wrote: >> >> > I'm testing CMake with a little project, but I encounter a problem with >> GTK. >> >> > I was building with autotools and pkg_config b

Re: [CMake] Unable to find GTK with cmake on Ubuntu

2008-12-18 Thread Pierrick Grasland
y + include/ for finding glibconfig.h. > > HS > ___ > CMake mailing list > CMake@cmake.org > http://www.cmake.org/mailman/listinfo/cmake > -- Pierrick Grasland ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Unable to find GTK with cmake on Ubuntu

2008-12-18 Thread Pierrick Grasland
r google) to correct it. I hope for some help here. Regards, -- Pierrick Grasland ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake