Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jwir3 on November 30, 2005, 01:19:43 am

Title: gtkmm and C::B
Post by: jwir3 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
Title: Re: gtkmm and C::B
Post by: rickg22 on November 30, 2005, 04:02:22 am
In theory it should be the same, since codeblocks and devcpp both use MinGW.
Title: Re: gtkmm and C::B
Post by: jwir3 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!