Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: bradleyd on February 01, 2007, 08:27:51 pm

Title: compile with gtk libs
Post by: bradleyd on February 01, 2007, 08:27:51 pm
I am using CodeBlocks SVN 3540 under Ubuntu 6.10. I am writing a Gtk app that I need to pass `pkg-config --libs --cflags gtk+-2.0` to compile. How would I go about doing this in CB. Thanks in advance for any help
Title: Re: compile with gtk libs
Post by: Pecan on February 01, 2007, 11:30:14 pm
(http://img522.imageshack.us/img522/6716/133pn8.png)

MainMenu/Project/BuildOptions/Compiler/Other Options
MainMenu/Project/BuildOptions/Linker/Other Linke Options
Title: Re: compile with gtk libs
Post by: bradleyd on February 09, 2007, 05:44:29 pm
Project build does not do anything. I found that menu under Setting, Compiler and debugger. Also I do not have codeblocks or wxscintilla, or Gtk in Link libraries. Thanks for responding.