Author Topic: gtkmm and C::B  (Read 4051 times)

jwir3

  • Guest
gtkmm and C::B
« on: November 30, 2005, 01:19:43 am »
Hello.

Does anyone know of any tutorials on how to install the gtkmm libraries for use with Code::Blocks?  I know that Dev-Cpp had a bunch of tutorials, and it worked ok with them, but I would rather use C::B, since it's nicer and easier to use. 

Thanks,

~J

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: gtkmm and C::B
« Reply #1 on: November 30, 2005, 04:02:22 am »
In theory it should be the same, since codeblocks and devcpp both use MinGW.

jwir3

  • Guest
Re: gtkmm and C::B
« Reply #2 on: December 03, 2005, 05:28:12 pm »
I'm getting problems with the headers when I try to compile.  It looks like C::B finds the correct libraries.  I put in the same compiler/linker options as with Dev-Cpp, but I get errors like:

D:/Dev-Cpp/include/gtkmm-2.0/gtkmm/enums.h:1321: error: extra qualification ignored

These don't come up in Dev-Cpp.  Any ideas?

Thanks!