Author Topic: Problems linking libnotifymm  (Read 2441 times)

slewrate

  • Guest
Problems linking libnotifymm
« on: May 05, 2009, 02:59:25 am »
Hello everybody.

I stumbled over an article that showed how to use the notification feature of gnome.
This is the link to the article:

http://blog.tommed.co.uk/post/89979604/using-the-new-osd-notification-system-in-ubuntu-jaunty

I can compile/link my program without any errors from command line, however I am not sure how I would configure my build settings using Code Blocks, in order to link my C++ project against libnotifymm and gtkmm.

Any help is appreciated.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Problems linking libnotifymm
« Reply #1 on: May 05, 2009, 04:14:15 am »
the basics are: create a generic cpp project. add the source files to the project. if your project uses pkg-config, Code::Blocks allows you to specify backticks (goto project->build options->compiler/linker->other options).

to give you a better feel, try creating a simple wxWidgets program and check out the project properties and build options to see how things are done.

beyond this, you'll have to give us more info...