dmendizabal
April 1st, 2008, 04:15 AM
I've installed Eclipse-CDT, but I don't know how to integrate with GTK libs to build GTK+ and GTKmm applications.
Was any one succesfull with this?
kknd
April 1st, 2008, 11:47 PM
I've installed Eclipse-CDT, but I don't know how to integrate with GTK libs to build GTK+ and GTKmm applications.
Was any one succesfull with this?
Just adapt the standard way:
If in the terminal you compile with:
g++ *.cpp `pkg-config --cflags --libs gtkmm-2.4` -o out
then
put
pkg-config --cflags gtkmm-2.4 in the flags section and
pkg-config --libs gtkmm-2.4 in the libs section.
It should work.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.