User forums > Using Code::Blocks

GTK issue

<< < (2/2)

stahta01:

--- Quote from: BlueHazzard on February 03, 2022, 11:00:15 pm ---You are doubling your options quite a lot...
Build options, libraries should only go in one place and this is Project->Build options->Klick project name on the left-> now fill all options you like

About the build error, have you added

--- Code: ---#include <gtkmm/box.h>
--- End code ---
at the top?

Generally this forum is not for gtk questions....

About the forum issue:
The forum has some known problems with unicode characters. Do you paths contains some special characters?

--- End quote ---

Please read my post it is the error message using unicode single quotes that caused the issues with posting the build log.
https://forums.codeblocks.org/index.php/topic,24832.msg169348/topicseen.html#msg169348

Tim S.

BlueHazzard:

--- Quote ---Please read my post it is the error message using unicode single quotes that caused the issues with posting the build log.
https://forums.codeblocks.org/index.php/topic,24832.msg169348/topicseen.html#msg169348
--- End quote ---

Thank you for testing, somehow i missed this post...

AzureZero:

--- Quote from: BlueHazzard on February 03, 2022, 11:00:15 pm ---You are doubling your options quite a lot...
Build options, libraries should only go in one place and this is Project->Build options->Klick project name on the left-> now fill all options you like

About the build error, have you added

--- Code: ---#include <gtkmm/box.h>
--- End code ---
at the top?

Generally this forum is not for gtk questions....

About the forum issue:
The forum has some known problems with unicode characters. Do your paths contains some special characters?

--- End quote ---

Thank you
I can't believe I missed that, now I feel like a fresh stupid newbie missing the obvious solution due to auto-completion and seeing all the classes as available.

For the forum error, I don't know since I copied it from the Code::Block's Build Log and Build Message windows when I tried to compile.
So I don't know if code::blocks made it unicode, or my OS did.

Navigation

[0] Message Index

[*] Previous page

Go to full version