Author Topic: compile with gtk libs  (Read 4795 times)

Offline bradleyd

  • Single posting newcomer
  • *
  • Posts: 7
compile with gtk libs
« 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

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2877
Re: compile with gtk libs
« Reply #1 on: February 01, 2007, 11:30:14 pm »


MainMenu/Project/BuildOptions/Compiler/Other Options
MainMenu/Project/BuildOptions/Linker/Other Linke Options

Offline bradleyd

  • Single posting newcomer
  • *
  • Posts: 7
Re: compile with gtk libs
« Reply #2 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.