Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    6

    Question 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

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    6
    Quote Originally Posted by Rubberman View Post
    Are you trying to install GTKmm, or link it to the application?
    Link it. i installed all the gtkmm stuff

  4. #4
    Linux Guru Rubberman's Avatar
    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!

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Posts
    6
    Quote Originally Posted by Rubberman View Post
    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.
    Um... Should I have one? Sorry, I'm still a bit of a n00b to c++. Netbeans creates one but I had no idea how to use it. Is that how I add it to fix the code completion? Sorry for being a n00b.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...