Author Topic: The 21 September 2008 build (5208) is out.  (Read 58079 times)

Offline xplorer87

  • Multiple posting newcomer
  • *
  • Posts: 11
  • hit the lights!
Re: The 21 September 2008 build (5208) is out.
« Reply #15 on: September 25, 2008, 11:05:25 am »
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!

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: The 21 September 2008 build (5208) is out.
« Reply #16 on: September 26, 2008, 10:42:01 am »
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.

« Last Edit: September 26, 2008, 11:30:25 am by mmkider »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 21 September 2008 build (5208) is out.
« Reply #17 on: September 26, 2008, 11:37:56 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: The 21 September 2008 build (5208) is out.
« Reply #18 on: September 26, 2008, 12:12:24 pm »
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

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 21 September 2008 build (5208) is out.
« Reply #19 on: September 27, 2008, 02:22:37 pm »
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]
« Last Edit: September 27, 2008, 02:24:47 pm by three_minute_hero »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 21 September 2008 build (5208) is out.
« Reply #20 on: September 27, 2008, 04:08:32 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 21 September 2008 build (5208) is out.
« Reply #21 on: September 28, 2008, 05:30:22 am »
Patch needed to fix NO-PCH compile under WinXP.

Tim S

Code
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 21 September 2008 build (5208) is out.
« Reply #22 on: September 28, 2008, 09:17:02 am »
Patch needed to fix NO-PCH compile under WinXP.

Tim S

Code
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.

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: The 21 September 2008 build (5208) is out.
« Reply #23 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.


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 21 September 2008 build (5208) is out.
« Reply #24 on: September 29, 2008, 08:47:03 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.

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: The 21 September 2008 build (5208) is out.
« Reply #25 on: September 29, 2008, 10:21:43 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.




:)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 21 September 2008 build (5208) is out.
« Reply #26 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!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 21 September 2008 build (5208) is out.
« Reply #27 on: October 02, 2008, 11:41:31 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 !

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 21 September 2008 build (5208) is out.
« Reply #28 on: October 02, 2008, 04:52:10 pm »
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!

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 21 September 2008 build (5208) is out.
« Reply #29 on: October 06, 2008, 03:27:55 am »
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]