PDA

View Full Version : [SOLVED] Anjuta Help



MDSmith2
May 24th, 2008, 01:12 AM
Hello Everyone.
I am using Anjuta and i want to use the gtkmm library's but i can't find out how to change the compile command so i can add the right arguments.

Thanks you.

cdekter
May 25th, 2008, 02:27 PM
Hello Everyone.
I am using Anjuta and i want to use the gtkmm library's but i can't find out how to change the compile command so i can add the right arguments.

Thanks you.

If you switch to the Project view in the left pane, you can right click on your build target/binary and select properties. There is a section in the properties dialog where you can specify compiler flags (by clicking the expander).

You shouldn't really need to change anything in there though, Anjuta is pretty well set up for shared library support etc, chances are that what you are trying to do by changing the compile command manually can be achieved some other way.

MDSmith2
May 26th, 2008, 05:26 PM
Great thanks!