Hi, I'm new here on the forum. I'm not native english speaker... But well.
I thought for a while(a year) to register on this forum to talk about these problems, but i hate to post things in forum and get people say me to search on google. But now is enough, I thought that the new stable version would solve my problems, it solved some,but I get new problems now.
First, I'm not an expert of linux and it seems that I can't use stable version.
I use Fedora 18 x86_64. I installed the codeblock version through the fedora repo, but the version is old(like 8.10 or something like that). So I wanted to get a newer version. I worked long time with svn without annoying problems. But since last years, I got it. Some of them were solved with the new version 13. I say that to put you in the context.
So it seems that I can't use stable version. My only way to launch codeblock is through the terminal(by the gui, KDE, it does nothing but maybe I just have to set the right bin) and it's launch the svn version even if I installed the stable .rpm package successfully. I tried to find to good version in the different system folders, but they are all svn version. I looked for codeblock bin in /bin and /usr/bin but they are same.
Now my second problems, since the last svn, cobeblock seems to not auto save the project new files(when I add a new file) when I quit. I'm not sure if it's normal, but for my common sens it's not. But codeblock worked so weirdly since the last year that I wanted to be sure if I can post a new bug thread at BerliOS bug report for code block.
Plus, I have again different error message that seems to be related to wx. Some of them seems to be related with the parser, but they were solved since the new version. But now I got new ones.
Plus, I can't find the great contrib plugins like code profiler, headers checker and code statistic(I loved these one). I checked in the wiki, but the wiki is so old(not updated since 2007 or 2009) that must of there links are deads or they here just no link at all to download the plugin and no instruction to get it. Yeah the wiki show some old images on the human them of ubuntu 09.10.
Plus plus, codeblock often crash with this in the terminal :
NativeParser::OnParserStart(): Starting re-parsing for project 'GameEngine'...
Project 'GameEngine' parsing stage done (131 total parsed files, 1908 tokens in 0 minute(s), 0.036 seconds).
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
Reparsing when typing for editor /home/francis/Programmation/GameEngine/include/Bot.hpp
NativeParser::OnParserStart(): Starting re-parsing for project 'GameEngine'...
Project 'GameEngine' parsing stage done (131 total parsed files, 1908 tokens in 0 minute(s), 0.011 seconds).
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
Re-parsed 1 files.
The Parser is still parsing files. > Reasons:
- still batch parse files to parse
NativeParser::OnParserStart(): Starting re-parsing for project 'GameEngine'...
Project 'GameEngine' parsing stage done (131 total parsed files, 1909 tokens in 0 minute(s), 0.032 seconds).
ClassBrowser::OnThreadEvent(): Updating class browser...
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
codeblocks: xcb_io.c :179 : dequeue_pending_request: L'assertion « !xcb_xlib_unknown_req_in_deq » a échoué.
Abandon (core dumped)
It is a good reason to create new bug thread in the bug reporter?
I can't find exactly what I search for in the tons of bugs report. Lots of web site have a bad research engine I think.
And it is normal that I get so much error ?
(codeblocks:3795): Gdk-CRITICAL **: IA__gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed
SystemHeadersThread: /usr/include/boost/ , 8757
SystemHeadersThread: Total number of paths: 2
Removed GameEngine from all deps
(codeblocks:3795): GLib-GObject-WARNING **: gsignal.c:2576: instance `0x43646a0' has no handler with id `16858'
//I got tons of these
If you want to access the source code of stable releases, you can find it under the tags directory. For example, the source code of Code::Blocks 10.05 can be accessed in tags/12.11. So the command-line to retrieve it using the SVN protocol would be: svn checkout svn://svn.code.sf.net/p/codeblocks/code/tags/12.11
Wut? 10.05 is in 12.11? If I want to get the stable 13 code, what I should use?
My point is, it is normal to work with this?
Do you have these problems?
I know that a svn version may have bug, but at least if it would not broke the stable... I don't get the dev system they use.
Finally, I tried to use other unix IDE like code lite or KDE develop, but I just don't get it.
I love the display and build configuration of codeblock. I really love to code with codeblock for some reasons, but I hate that too for the reasons above.
Thanks.
Best regards.