News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 21 September 2008 build (5208) is out.

Started by killerbot, September 21, 2008, 08:07:53 PM

Previous topic - Next topic

xplorer87

nice work! the bug i pointed out in the previous build has been fixed ;)
on
through the mist and the madness...
we are trying to get the message to you... metal militia!

mmkider

#16
I found a bug.
I can't call compiler and debugger toolbar to show.
they are always hide.
I remember I click and run cb_share_config.exe,then I got this trouble

thx.


MortenMacFly

Quote from: mmkider on September 26, 2008, 10:42:01 AM
I can't call compiler and debugger toolbar to show.
Click on menu "View" -> "Layouts" -> "Delete current" to reset the layout.

BTW: cb_share_config is nothing to just play with. You really should know what you do. Nevertheless I doubt this was the reason.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mmkider

Quote from: MortenMacFly on September 26, 2008, 11:37:56 AM
Quote from: mmkider on September 26, 2008, 10:42:01 AM
I can't call compiler and debugger toolbar to show.
Click on menu "View" -> "Layouts" -> "Delete current" to reset the layout.

BTW: cb_share_config is nothing to just play with. You really should know what you do. Nevertheless I doubt this was the reason.

thx,you solve my trouble quickly.
I hard to careful about anything.
I think about cb_share_config is no problem, but I only remember this step.

codeblocks is good tool.
:D

three_minute_hero

#19
Hi everyone,

I pointed out a bug in a previous build that still occurs.

Here's an easier way to reproduce it (the order matters):
- Open Socoa.cbp
- Open Socoa.Test.cbp
- Close the Socoa project in the manager bar
In Linux, that makes C::B crash :(

I use Debian GNU/Linux Sid.

Could anyone tell me whether he can reproduce the bug? That would make me fell less alone :lol:

Thanks.

[attachment deleted by admin]

Jenna

Quote from: three_minute_hero on September 27, 2008, 02:22:37 PM
Could anyone tell me whether he can reproduce the bug? That would make me fell less alone :lol:
Sorry, but I can't reproduce.

stahta01

Patch needed to fix NO-PCH compile under WinXP.

Tim S


Index: src/plugins/debuggergdb/gdb_commands.h
===================================================================
--- src/plugins/debuggergdb/gdb_commands.h (revision 5234)
+++ src/plugins/debuggergdb/gdb_commands.h (working copy)
@@ -20,6 +20,8 @@
#include "configmanager.h"
#include <globals.h>
#include <manager.h>
+#include <editormanager.h>
+#include <cbeditor.h>
#include <scriptingmanager.h>
#include <sqplus.h>
#include <infowindow.h>
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

Quote from: stahta01 on September 28, 2008, 05:30:22 AM
Patch needed to fix NO-PCH compile under WinXP.

Tim S


Index: src/plugins/debuggergdb/gdb_commands.h
===================================================================
--- src/plugins/debuggergdb/gdb_commands.h (revision 5234)
+++ src/plugins/debuggergdb/gdb_commands.h (working copy)
@@ -20,6 +20,8 @@
#include "configmanager.h"
#include <globals.h>
#include <manager.h>
+#include <editormanager.h>
+#include <cbeditor.h>
#include <scriptingmanager.h>
#include <sqplus.h>
#include <infowindow.h>


Applied.
Thank you.

mmkider

when I closed build message tab, I build code and pull up window then wiil display error.


Jenna

Quote from: mmkider on September 29, 2008, 05:18:01 AM
when I closed build message tab, I build code and pull up window then wiil display error.

I'm not sure if I understand it right.
Are these the steps to reproduce the error on your machine ?


  • close "Build messages" tab via context menu ("Toggle -> Build messages")
  • build your project
  • reopen ""Build messages" via context menu
  • "Build messages" appears now as part of "Build log"

If that's the problem, I can not reproduce it.
If these are not (exactly) the steps you made before the error occurs, please post them again.

But there are some changes in trunk that fixed problems with accessing the infopane-tabs in some cases (and maybe your problem, too).

If you use a self-build version, you can try to use the actual svn-code, else you can wait until the next nightly.

Please report if the problem still occurs then.

mmkider

Quote from: jens on September 29, 2008, 08:47:03 AM
Quote from: mmkider on September 29, 2008, 05:18:01 AM
when I closed build message tab, I build code and pull up window then wiil display error.


  • close "Build messages" tab via context menu ("Toggle -> Build messages")
  • build your project
  • reopen ""Build messages" via context menu
  • "Build messages" appears now as part of "Build log"

ya, you are right. I use Nightly builds .
confuse for display of build log.
I build bigger project as codeblocks source code , and I drag and drop  title bar of other window on the same time.




:)

Loaden

Two Question:
1. Replace in files: can't support replace  "));  to  ");
2. CDB can't show stl::string's value, when F8 debugging.
thanks!

Jenna

Quote from: Loaden on October 02, 2008, 11:31:51 AM
Two Question:
1. Replace in files: can't support replace  "));  to  ");
2. CDB can't show stl::string's value, when F8 debugging.
thanks!

1. Works here. Did you accidently check "Regular expression" ?

2. Can't say anything only use gcc. Sorry !

Loaden

Quote from: jens on October 02, 2008, 11:41:31 AM
Quote from: Loaden on October 02, 2008, 11:31:51 AM
Two Question:
1. Replace in files: can't support replace  "));  to  ");
2. CDB can't show stl::string's value, when F8 debugging.
thanks!

1. Works here. Did you accidently check "Regular expression" ?

2. Can't say anything only use gcc. Sorry !

When "Regular expression" checked, it's work fine. thanks!

hangl

CB is a great work ,it is my first choice.but I face some problems ,when I compile a project,CB ofen crashed!sadly I have to say it crashed too may times ,I did not do special work ,just modified code and recompiled ,sometimes it crased, sometimes not ,maybe 20~30% .

I am using nightly build 5208,winxp sp2 mingw Gcc 4.2.3

crash information is attached!



[attachment deleted by admin]