Results 1 to 5 of 5
Hi! I'm sort of a n00b at programming so sorry if I'm missing something obvious
Well, I want to program using C++ and GTKmm in the netbeans IDE, but I ...
- 02-28-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 6
Using GTKmm in netbeans
Hi! I'm sort of a n00b at programming so sorry if I'm missing something obvious

Well, I want to program using C++ and GTKmm in the netbeans IDE, but I can't figure out how to add GTKmm
. I tried adding `pkg-config gtkmm-2.4 --cflags --libs` to the properties, but code completion and such still gave errors. Thanks in advance
- 02-28-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Are you trying to install GTKmm, or link it to the application?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-28-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 6
- 03-01-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
What IDE are you using? Also, post the contents of your Makefile here. Oh, nevermind. I see that you are using Netbeans for an IDE. I don't know if you are specifying the library correctly to the IDE. Since I am not familiar with netbeans as a C/C++ IDE, I can't say for sure why you are having this problem. Still, post your Makefile here, if you have one.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-01-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 6


Reply With Quote
