Code::Blocks Forums

User forums => Help => Topic started by: slewrate on May 05, 2009, 02:59:25 am

Title: Problems linking libnotifymm
Post by: slewrate 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.
Title: Re: Problems linking libnotifymm
Post by: dmoore 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...