Author Topic: The 22 May 2010 build (6271) is out.  (Read 71528 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 22 May 2010 build (6271) is out.
« Reply #15 on: May 28, 2010, 09:40:06 am »
Berlios status-monitor: http://monitor.berlios.de/berlios-status/index.php

Download-server are down at the moment.

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: The 22 May 2010 build (6271) is out.
« Reply #16 on: May 28, 2010, 05:40:47 pm »
Wounder if this new version will get pushed into the 10.04 repos as an update, or if it will have to wait till 10.10

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 22 May 2010 build (6271) is out.
« Reply #17 on: May 28, 2010, 07:57:15 pm »
You should ask the ubuntu maintainer, probably in launchpad...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline gku

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 22 May 2010 build (6271) is out.
« Reply #18 on: May 30, 2010, 02:54:14 pm »
There seems to be a problem with the cppcheck-plugin.
When I start the Cppcheck plugin, a requester pops up:
Code
Failed to launch cppchek. 
Do you want to select the cppcheck executable?
But there is no cppcheck.exe, only a cppcheck.dll

The cppcheck-tab says:
Code
cppcheck --version
Failed to launch cppcheck



Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 22 May 2010 build (6271) is out.
« Reply #19 on: May 30, 2010, 04:03:43 pm »
There seems to be a problem with the cppcheck-plugin.
When I start the Cppcheck plugin, a requester pops up:
Code
Failed to launch cppchek. 
Do you want to select the cppcheck executable?
But there is no cppcheck.exe, only a cppcheck.dll

The cppcheck-tab says:
Code
cppcheck --version
Failed to launch cppcheck




You have to install cppcheck on your own.
http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page
http://sourceforge.net/projects/cppcheck/files/

Offline gku

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 22 May 2010 build (6271) is out.
« Reply #20 on: May 30, 2010, 07:31:30 pm »
Quote
You have to install cppcheck on your own.
http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page
http://sourceforge.net/projects/cppcheck/files/
thx, i will try this tomorrow.
would be nice to see this info in the help->plugins->cppcheck menu

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 22 May 2010 build (6271) is out.
« Reply #21 on: June 02, 2010, 06:06:16 pm »
After new version of CB was installed and executed I start personalize main window view - moving toolbars from their default locations and oops - CB crashed. Report file attached.

[attachment deleted by admin]

Offline wavelet

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 22 May 2010 build (6271) is out.
« Reply #22 on: June 03, 2010, 02:44:47 am »
 Perfect work!
If you got a dream, you gotta protect it.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 22 May 2010 build (6271) is out.
« Reply #23 on: June 11, 2010, 05:59:42 am »
`Find` dialog uses case sensitive search when `Match case` option is disabled.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 22 May 2010 build (6271) is out.
« Reply #24 on: June 11, 2010, 06:28:21 am »
I found in bugtracker an issue related to workspace and makefiles theme (when building workspace with projects that use custom makefile - makefile must be generated by plugin) but this issue from 2006. Do developers use this bugtracker? It looks like `no`.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 22 May 2010 build (6271) is out.
« Reply #25 on: June 11, 2010, 07:17:19 pm »
`Find` dialog uses case sensitive search when `Match case` option is disabled.
This is not true for the latest debugger's branch....

Can you provide a test file + steps to reproduce?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 22 May 2010 build (6271) is out.
« Reply #26 on: June 11, 2010, 09:46:09 pm »
`Find` dialog uses case sensitive search when `Match case` option is disabled.
This is not true for the latest debugger's branch....
It's also not true for actual release 10.05 (on linux and on vista).

Offline wavelet

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 22 May 2010 build (6271) is out.
« Reply #27 on: June 16, 2010, 02:31:32 am »
good word :D
If you got a dream, you gotta protect it.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 22 May 2010 build (6271) is out.
« Reply #28 on: June 26, 2010, 11:25:25 pm »
Hello. I have some problems with environment variables (further will be EV) in the IDE.

I found the following:
  • after compilation EV PATH consists of path to mingw and system's EV PATH. But the IDE's EV PATH was not used.
  • while running application (executable that was built) environment variable PATH consists of IDE's EV PATH and of paths to linked libraries (though, dll or so files can be at another location).
  • after EV configuration (Set Now was pressed anddialog was closed) EV PATH consists of IDE's EV only.
  • open - close multiple times environment config dialog - EV PATH becomes larger - it contains now multiple instances of the same paths

I think IDE's EV must be used always if project configured this way.

I checked this behaviour with external tools (except of case with running of executable).
In EV configuration form can be checkbox `Append system variables`.

After IDE restart - EV PATH consists of IDE's EV only (and for external tools and for executable).

By the way - I perform test with `Select EV set to be applied:` checkbox checked and unchecked - it doesn't change anything - it seems like this checkbox does nothing.
« Last Edit: June 26, 2010, 11:36:53 pm by critic »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: The 22 May 2010 build (6271) is out.
« Reply #29 on: July 03, 2010, 02:00:45 am »
Patch Needed for NON Pre-compiled Header Build
I added <wx/ffile.h> and <algorithm> outside of guards because they are not in wx or CB list of headers to be pre-compiled.
They are include by accident not by design of pre-compiled headers.

This will likely fix [ Bug #17321 ] Cscope plugin fails to build
http://developer.berlios.de/bugs/?func=detailbug&bug_id=17321&group_id=5358

Tim S.

Code
Index: src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp
===================================================================
--- src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp (revision 6379)
+++ src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp (working copy)
@@ -25,12 +25,15 @@
 #include "DoxyBlocks.h"
 
 #ifndef CB_PRECOMP
+ #include <wx/process.h>
  #include <wx/xrc/xmlres.h>
  #include <configmanager.h>
  #include <editormanager.h>
  #include <cbeditor.h>
  #include <logmanager.h>
  #include <projectmanager.h>
+ #include <cbproject.h>
+ #include <macrosmanager.h>
 #endif
 #include "projectloader_hooks.h"
 #include <cbstyledtextctrl.h>
Index: src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp
===================================================================
--- src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp (revision 6379)
+++ src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp (working copy)
@@ -38,7 +38,9 @@
     #include "projectfile.h"
     #include "cbproject.h"
     #include "projectmanager.h"
+    #include "macrosmanager.h"
 #endif
+#include <wx/ffile.h>
 #include <wx/utils.h>
 #include <wx/busyinfo.h>
 #include "DoxyBlocks.h"
Index: src/plugins/contrib/Cscope/CscopePlugin.cpp
===================================================================
--- src/plugins/contrib/Cscope/CscopePlugin.cpp (revision 6379)
+++ src/plugins/contrib/Cscope/CscopePlugin.cpp (working copy)
@@ -1,4 +1,14 @@
 #include <sdk.h> // Code::Blocks SDK
+#ifndef CB_PRECOMP
+    #include <wx/process.h>
+
+    #include "cbeditor.h"
+    #include "cbproject.h"
+    #include "editormanager.h"
+    #include "logmanager.h"
+    #include "projectmanager.h"
+#endif
+
 #include <configurationpanel.h>
 #include <cbstyledtextctrl.h>
 #include "CscopePlugin.h"
Index: src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp
===================================================================
--- src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp (revision 6379)
+++ src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp (working copy)
@@ -3,6 +3,9 @@
 
 
 #include <sdk.h> // Code::Blocks SDK
+#ifndef CB_PRECOMP
+    #include <cbeditor.h>
+#endif
 #include <configurationpanel.h>
 #include <cbstyledtextctrl.h>
 #include "NassiPlugin.h"
Index: src/plugins/contrib/EditorTweaks/EditorTweaks.cpp
===================================================================
--- src/plugins/contrib/EditorTweaks/EditorTweaks.cpp (revision 6379)
+++ src/plugins/contrib/EditorTweaks/EditorTweaks.cpp (working copy)
@@ -1,4 +1,5 @@
 #include <sdk.h> // Code::Blocks SDK
+#include <algorithm> // std::sort
 #include <configurationpanel.h>
 #include "EditorTweaks.h"
 
« Last Edit: July 03, 2010, 02:04:51 am by stahta01 »
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