User forums > Using Code::Blocks
GTK issue
AzureZero:
Hey
I've started trying my hand with GTK, well GTKmm using a example.
It took a long time to get all the needed headers included in the search directories.
Now I got the example to run, and now am starting to play with it and got an error when adding a GTK::Box (along with a few other GTK classes)
I don't know if I did something dumb since this is my first time working with GTK or GTKmm.
"getting a lot of posting errors when I try to post up build log or messages"
AndrewCot:
Please read the following page:http://forums.codeblocks.org/index.php/topic,9996.0.html
stahta01:
https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
Once you find a website that supports either GTK or your compiler toolchain, they will likely want a build log the above link tells how to post a build log.
Tim S.
AzureZero:
Hoping I can post the Build records now
--Nope--
I think some input sanitization might be happening, not allowing me to post the build logs and message in code tags
So back-up plan, here are the build message and log as text files.
this is a weird issue I'm having as Gtk::Grid works fine, but Gtk::Box gives the error.
BlueHazzard:
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?
Navigation
[0] Message Index
[#] Next page
Go to full version