Import Gtkmm lib

General questions regarding the usage of CodeLite
Frodo
CodeLite Curious
Posts: 5
Joined: Tue Jun 28, 2011 6:40 pm
Genuine User: Yes
IDE Question: c++
Contact:

Import Gtkmm lib

Post 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)))
Roey
CodeLite Enthusiast
Posts: 43
Joined: Fri Aug 22, 2008 1:32 am
Contact:

Re: Import Gtkmm lib

Post by Roey »

Hi Frodo,

If you still has this problem, could you be a bit more descriptive as what the problem is?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Import Gtkmm lib

Post 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
Make sure you have read the HOW TO POST thread
Frodo
CodeLite Curious
Posts: 5
Joined: Tue Jun 28, 2011 6:40 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Import Gtkmm lib

Post 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))
Post Reply