Page 1 of 1

Import Gtkmm lib

Posted: Tue Jun 28, 2011 6:50 pm
by Frodo
Hello, Im Developer from Russia and use CodeLite IDE
I have a problem with add library into existing project
for example i have
MinGW on C:\MinGW-4.4.1
gtkmm on C:\gtkmm
and IDE on C:\Program Files\CodeLite

please help me configure project by steps)))
thanx)))

Re: Import Gtkmm lib

Posted: Thu Jul 21, 2011 7:36 pm
by Roey
Hi Frodo,

If you still has this problem, could you be a bit more descriptive as what the problem is?

Re: Import Gtkmm lib

Posted: Fri Jul 22, 2011 9:10 am
by eranif
In your project setting, add the include paths to the:
'project settings | compiler | include paths'

Add library search path to:

'project settings | linker | Library paths'

and add the library to link with to:

'project settings | linker | Libraries'

Eran

Re: Import Gtkmm lib

Posted: Sat Jul 23, 2011 8:56 pm
by Frodo
Thanx))
I solved this problem

$(shell pkg-config --cflags gtkmm-2.4)
$(shell pkg-config --clibs gtkmm-2.4)

but I disappointed in gtkmm and now I use wxWidgets))) I like it)))
Eranif, I want to thank you for CodeLite - IT EXCELLENT IDE))