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)))
Import Gtkmm lib
-
- CodeLite Curious
- Posts: 5
- Joined: Tue Jun 28, 2011 6:40 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Enthusiast
- Posts: 43
- Joined: Fri Aug 22, 2008 1:32 am
- Contact:
Re: Import Gtkmm lib
Hi Frodo,
If you still has this problem, could you be a bit more descriptive as what the problem is?
If you still has this problem, could you be a bit more descriptive as what the problem is?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Import Gtkmm lib
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
'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
-
- CodeLite Curious
- Posts: 5
- Joined: Tue Jun 28, 2011 6:40 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Import Gtkmm lib
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))
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))