User forums > Nightly builds
The 15 November 2007 build (4639) is out.
sque:
Aha! This is the day of screenshots, so I 'll follow the rythm and I all post a couple too :p
System:
Ubuntu 7.10 32bit (full updated)
wxWidgets from official repo (2.8.6.1-0)
Codeblocks rev4630 (using the repo posted many times at this forum)
GDB: GNU gdb 6.6-debian
GCC: gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
My problems:
* gdb parser doesn't always parse stack frame addresses correctly and displays a "("
* Watches doesn't always distinguish variables and print them as one line and corrupted
* Call stack displays addresses of this kind: 0x00000004 like this: 0x4
Here is the common error of addresses at call stack, at the bottom of log there is there result from gdb command "info stack" to compare with real values of gdb
And Here is all the problems together
1. Shows the calls stack displayed with wierd "("
2. Shows the real addresses displayed using "info stack"
3. Shows a variable "pData" that has been concatenated with sData (the "@?ta = 52") and with static member EMPTY, in one line and are displayed incorrectly
At last picture pData is of type unsigned char * but the string contained is a wide character string, maybe this is confusing it
sque:
Also I have a wish. If it is possible to check if "*this" is valid and display it by default in watches.
Generally watches are not that much helpfull at CB, I think there can be a cleaner implementation like MSVC, not exactly the same as I am frustrated at VC tha i have to change from "auto watches" to "local watches" to "manual watches".
I like the way CB has everything in one window, but I don't think they are displayed cleanly and surely they are not parsed always correctly.
Maybe if inherit look of MSVC (with tree view in grid box) but keep them all together as you do now. And also for arrays they are not always expandable.
Finally I have to say thank you, the last 6 months I am working on 2 projects, one on Windows (with MSVC7.1) and one on linux (with CB). I must admit that many times that I work on MSVC I miss CB! CB is getting great :D Keep up that work!
MortenMacFly:
--- Quote from: cppluvva on November 16, 2007, 10:22:59 am ---Arrrrgghhhhh........
When i press new project Code::Blocks F***s Up And Crashes
Help meI think the stable worked for me but i wanna be able to use OGRE 3D
http://www.ogre3d.org/
--- End quote ---
Nice to know what OS, what wx version, what C::B version/revision (self-compiled)...?! No such information - no help possible.
idblew:
Hi,
I can normally build without problem, however since updating to SVN4639 certain plugins are not available after a build.
It appears that the post-build steps for these plugins are not firing.
For example, wxSmith compiles fine but does not run "update.bat" as part of the build. If I run "update.bat" manually then everything is ok.
Any ideas?
UPDATE:
Scrub that, it appears it's a problem with my custom workspace (see below) that incorporates codeblocks + plugins. If I use the supplied plugins workspace everything is fine.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Workspace">
<Project filename="src\CodeBlocks.cbp" active="1" />
<Project filename="src\plugins\contrib\byogames\byogames.cbp" />
<Project filename="src\plugins\contrib\cb_koders\cb_koders.cbp" />
<Project filename="src\plugins\contrib\codesnippets\codesnippets.cbp" />
<Project filename="src\plugins\contrib\codestat\codestat.cbp" />
<Project filename="src\plugins\contrib\copystrings\copystrings.cbp" />
<Project filename="src\plugins\contrib\devpak_plugin\DevPakPlugin.cbp" />
<Project filename="src\plugins\contrib\dragscroll\dragscroll.cbp" />
<Project filename="src\plugins\contrib\envvars\envvars.cbp" />
<Project filename="src\plugins\contrib\help_plugin\help-plugin.cbp" />
<Project filename="src\plugins\contrib\keybinder\keybinder.cbp" />
<Project filename="src\plugins\contrib\lib_finder\lib_finder.cbp" />
<Project filename="src\plugins\contrib\profiler\cbprofiler.cbp" />
<Project filename="src\plugins\contrib\source_exporter\Exporter.cbp" />
<Project filename="src\plugins\contrib\symtab\symtab.cbp" />
<Project filename="src\plugins\contrib\regex_testbed\RegExTestbed.cbp" />
<Project filename="src\plugins\contrib\wxSmith\wxSmith.cbp" />
<Project filename="src\plugins\contrib\wxSmithContribItems\wxSmithContribItems.cbp" />
<Project filename="src\tools\cb_share_config\cb_share_config.cbp" />
</Workspace>
</CodeBlocks_workspace_file>
MortenMacFly:
--- Quote from: idblew on November 16, 2007, 02:05:15 pm ---If I run "update.bat" manually then everything is ok.
--- End quote ---
If you do a clean re-compilation that this is how it should be. update.bat is not launched automatically, you have to do this by hand. The reason is plain simple: The update.bat process last quite long and I don't really want to run that everytime I (re-)compile C::B. So this truely is by design.
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version