Author Topic: The 28 November 2007 build (4681) is out.  (Read 44306 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 28 November 2007 build (4681) is out.
« on: November 28, 2007, 09:35:29 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 28 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071128_rev4681_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Applied: [Patch #2247] Revert part of Patch #2234
  • Reverted: Revision 4483 commit
  • Fixed: A build warning about the improper PCH header use
  • remove warnings in wxscintilla/src/scintilla/src/LexNsis.cxx
  • remove some warnings in squirrel : !!!!const!!!! SQChqr* in declare_stream
  • removed warnings in the exporter plug-in (the pdf library)
  • update from Squirrel 2.1.0/SQPlus 1.7 to Squirrel 2.1.1/SQPlus 2.3
  • wxSmith:
    * wxSmith browsers can now be put inside dockable panes
    * Removed some unused code causing a warning in wxsSplitterWindow class
  • [Patch #2252] Fix crash when removing file outside CB (In modified form)
  • Applied: [Patch #2250] Process Enter key in script command text control
  • Applied: [Patch #2251] Remove wxNO_BORDER from Global variables' Delete button
  • Fixed: [Bug #12249] Couldn't compile the file 'filemanager.cpp'
  • wxFNB : reduce warnings
  • fix squirrel 64 bit build
  • Fixed: Possible non-pch build issue with loggers.cpp file
  • Editor-performance-killer killed
  • Applied: [Patch #2249] Fix macros in pre/post build when building workspace
  • Extended: GTK+ project wizard to work on Linux (Implemented [FR #3494] partially)
  • support for VisualStudio 2008 (aka VC9)
  • Added info message in wx_help.script, if wx docs can't be found
  • GTK+ Project Wizard: Newly added GTK+ 1.x project creation has been disabled (sample code won't compile with it)
  • Fixed crash when disabling the compiler plugin (don't ask why one would even do that!)
  • Fix in squirrel/sqplus for 64-bit builds
  • get rid of warnings : wxSmithContribItems (wxChart and wxThings)
  • get rid of warnings (propgrid)
  • get rid of warnings (squirrel)
  • corrected some SwitchTo's (thanks to kaml)
  • const and header fixes in the logger
  • wxSmith: Fixed few issues with linux cbp file
  • Fixed: Clicking on To-Do's in To-Do list does not focus the concerned line
  • todo list plugin: allow deleting a user
  • wxSmith: Added remembering of selected property while changing selected item

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 28 November 2007 build (4681) is out.
« Reply #1 on: November 28, 2007, 09:37:07 pm »
Wow nice, and nice the update to wxWidgets 2.8.7.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 28 November 2007 build (4681) is out.
« Reply #2 on: November 28, 2007, 11:21:19 pm »
Hi,
there still is the problem with opening a project by double clicking the cbp file...  :(

and I also noticed a small missbehavior with console apps:
when "pause when execution ends" is enabled and you close the program then the console window doesn't close until you hit a key and when you push a key it closes without any errors, that's ok...
but when you close the console window by clicking on the close button (X button in title bar) then you get an error message in the message window (Build Log):


WinXP(sp2)
C::B and wx downloaded from this thread
but this also was for the last 2 versions, afair...

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: The 28 November 2007 build (4681) is out.
« Reply #3 on: November 29, 2007, 12:02:38 am »
Thanks for the update.
Also, I confirmed Acki's minor bugs listed above.

Offline BigAngryDog

  • Multiple posting newcomer
  • *
  • Posts: 75
    • BigAngryDog.com
Re: The 28 November 2007 build (4681) is out.
« Reply #4 on: November 29, 2007, 08:31:22 am »
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.
BigAngryDog.com

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #5 on: November 29, 2007, 08:45:24 am »
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.

this has been so since I can think off. (2 logical plugins in one pysical file is always critical)
It is better to disable the plugin instead of uninstalling it. This has also the advantage that
it is disabled on the next releases too because this is a preference setting.

greetings
denk_mal

BTW does it make sense to remove the uninstall option for plugins? (you could do this by hand then)
« Last Edit: November 29, 2007, 08:50:56 am by denk_mal »

Offline idblew

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: The 28 November 2007 build (4681) is out.
« Reply #6 on: November 29, 2007, 10:13:06 am »
Seems to be a problem with "File Associations".

On a clean Windows XP SP2 system, everytime I start CB I get prompted to confirm "File Associations".  Even if I associate CB to all supported file types, next time I start CB I'm back to the prompt.

Any ideas? Can anyone else confirm this as a bug?

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #7 on: November 29, 2007, 10:40:56 am »
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
(I've stopped this by saying 'No' for now)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #8 on: November 29, 2007, 10:49:10 am »
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
Really interesting! Might be related to what I experience in:
http://forums.codeblocks.org/index.php/topic,7370.msg55995.html#msg55995
(Although on XP it just works fine... at least seems to...?!)
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 denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #9 on: November 29, 2007, 11:02:25 am »
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

greetings
denk_mal

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 28 November 2007 build (4681) is out.
« Reply #10 on: November 29, 2007, 11:14:08 am »
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Be a part of the solution, not a part of the problem.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #11 on: November 29, 2007, 11:38:00 am »
Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Hehe... nice catch! :-)
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 shajunxing

  • Multiple posting newcomer
  • *
  • Posts: 25
  • Sorry for my poor English ;)
Re: The 28 November 2007 build (4681) is out.
« Reply #12 on: November 29, 2007, 11:44:54 am »
Great! Thanks for your job! :P

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 28 November 2007 build (4681) is out.
« Reply #13 on: November 29, 2007, 11:47:21 am »
it does happen on winXP SP2, see other thread. Unchecking the option hides it but doesn't solve.

Either : some change in CB code caused this, or a windows update ??

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #14 on: November 29, 2007, 12:15:32 pm »
Either : some change in CB code caused this, or a windows update ??
It was the C::b code - solved in SVN now.
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 idblew

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: The 28 November 2007 build (4681) is out.
« Reply #15 on: November 29, 2007, 12:46:49 pm »
Either : some change in CB code caused this, or a windows update ??
It was the C::b code - solved in SVN now.

Can confirm that this is now fixed.
Many thanx!

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 28 November 2007 build (4681) is out.
« Reply #16 on: November 29, 2007, 12:48:23 pm »
it does happen on winXP SP2, see other thread. Unchecking the option hides it but doesn't solve.

Either : some change in CB code caused this, or a windows update ??
I also have this problem, on winXP SP2. I did not update windows between the last time i used 4639 and the first time i used 4681.
(I probably did update windows since the first time i used 4639)
I first thought it might be because I installed 4681 in another dir than where i had the old one, but deleting the old one did not help.
(I've stopped this by saying 'No' for now)
After reading denk_mal 's post i tried this to, and now i do'nt get the dialog any more.

wobien

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 28 November 2007 build (4681) is out.
« Reply #17 on: November 29, 2007, 03:00:17 pm »
confirmed fixed

Spartan

  • Guest
Re: The 28 November 2007 build (4681) is out.
« Reply #18 on: November 29, 2007, 03:26:47 pm »
Hi,

CB is the greatest IDE, IMHO.

Unfortunately recently I met with a strange issue, I've never seen before.
Platform: Win2000,  build 4681.


The main window (Start here / Editor window) is not present. :oO

Regards,
Spartan.



[attachment deleted by admin]
« Last Edit: November 29, 2007, 03:42:55 pm by Spartan »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #19 on: November 29, 2007, 03:30:09 pm »
That is by far the most precise error message I read. :lol: :lol: :lol:
Edit: Ah - you have edited the post again... so sorry for my noise. Seems I was too fast. ;-)
« Last Edit: November 29, 2007, 04:08:34 pm by MortenMacFly »
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 mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 28 November 2007 build (4681) is out.
« Reply #20 on: November 29, 2007, 03:48:51 pm »
Hi,

CB is the greatest IDE, IMHO.

Unfortunately recently I met with a strange issue, I've never seen before.
Platform: Win2000,  build 4681.


The main window (Start here / Editor window) is not present. :oO

Regards,
Spartan.



View->Layouts->Delete current
Be patient!
This bug will be fixed soon...

Spartan

  • Guest
Re: The 28 November 2007 build (4681) is out.
« Reply #21 on: November 29, 2007, 03:53:04 pm »
Woww.

View->Layouts->Delete current

That helps! Thanks a lot!  :P
Spartan.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 28 November 2007 build (4681) is out.
« Reply #22 on: November 29, 2007, 05:06:26 pm »
Patch needed to compile current trunk on Windows without using PCH.

Tim S

Index: src/plugins/compilergcc/compilermessages.cpp
===================================================================
--- src/plugins/compilergcc/compilermessages.cpp   (revision 4689)
+++ src/plugins/compilergcc/compilermessages.cpp   (working copy)
@@ -6,6 +6,7 @@
     #include <wx/string.h>
     #include <wx/utils.h>
     #include "globals.h"
+    #include "manager.h"
 #endif
 #include <wx/clipbrd.h>
 #include <wx/dataobj.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 Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 November 2007 build (4681) is out.
« Reply #23 on: November 29, 2007, 06:49:16 pm »
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 28 November 2007 build (4681) is out.
« Reply #24 on: November 29, 2007, 07:47:38 pm »
My TODo Items still don't show up in my Todo Window in Message Plane.

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 28 November 2007 build (4681) is out.
« Reply #25 on: November 29, 2007, 10:07:00 pm »
Hi,
This build 4681 works now with double clic on my project. But! the auto-hide message pane doesn't work any more :(
WinSplit Revolution http://reptils.free.fr

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 28 November 2007 build (4681) is out.
« Reply #26 on: November 29, 2007, 11:33:36 pm »
Since i have the 4681 build Code::Blocks crashed several times. :(
Before it crashed only when i closed one of my workspaces. I know i can prevent that by disabling code completion, but i lived with it because i like the code completion and the class browser even more.
But just now it crashed when i saved a cpp file i had been working on. (i had not yet tried to compile it after my updates)
Luckily it turned out that it had been saved before the crash  :)
Other crashes occurred on compile. Of coarse that can have something to do with saving. The files were saved but not compiled.
Am i the only one?
I am using win XP SP2 and build 4681

wobien

Offline Kazade

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 28 November 2007 build (4681) is out.
« Reply #27 on: November 30, 2007, 10:19:05 am »
Since i have the 4681 build Code::Blocks crashed several times. :(
Before it crashed only when i closed one of my workspaces. I know i can prevent that by disabling code completion, but i lived with it because i like the code completion and the class browser even more.
But just now it crashed when i saved a cpp file i had been working on. (i had not yet tried to compile it after my updates)
Luckily it turned out that it had been saved before the crash  :)
Other crashes occurred on compile. Of coarse that can have something to do with saving. The files were saved but not compiled.
Am i the only one?
I am using win XP SP2 and build 4681

wobien

Phew, I thought it was just me! I mentioned it in the last message of this post: http://forums.codeblocks.org/index.php/topic,7357.0.html I have exactly the same crashes but it happens 2 or 3 times an hour which is really frustrating, if I didn't like C::B so much I would have switched to something else by now  :? It crashes on save and sometimes (although not so frequently) on compile. I'm on Ubuntu, the on save crash has been around for ages, but the on compile crash is fairly new.

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 28 November 2007 build (4681) is out.
« Reply #28 on: November 30, 2007, 01:19:52 pm »

Since i have the 4681 build Code::Blocks crashed several times. :(
Yesterday evening C::B had crashed 2 times more on compile when i reluctantly decided to disable code completion.
Since then no more crashes.
Phew, I thought it was just me! I mentioned it in the last message of this post: http://forums.codeblocks.org/index.php/topic,7357.0.html
In the post Kazade mentions he reports
Both crashes do pretty much the same thing, code blocks locks up completely, mid-way through displaying the crash report window. The crash report window is there but it hasn't been painted yet if that makes sense. I have to kill codeblocks completely. One time it even locked up my whole desktop and I had to Ctrl+Alt+Backspace. I'm on Ubuntu Gutsy.
In my case C::B just disappears silently from screen.
Wobien

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 28 November 2007 build (4681) is out.
« Reply #29 on: November 30, 2007, 05:34:22 pm »
Build for Ubuntu i386/amd64 can be found here. Release built with wxWidgets 2.8.6.

Best regards, pasgui
« Last Edit: November 30, 2007, 07:15:23 pm by pasgui »

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 28 November 2007 build (4681) is out.
« Reply #30 on: November 30, 2007, 09:12:04 pm »
Release built with wxWidgets 2.8.6.
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 28 November 2007 build (4681) is out.
« Reply #31 on: November 30, 2007, 09:28:19 pm »
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?
Right, the web site http://apt.wxwidgets.org/ does not provide 2.8.7 package

regards, pasgui

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 28 November 2007 build (4681) is out.
« Reply #32 on: December 01, 2007, 01:12:20 am »
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?
Right, the web site http://apt.wxwidgets.org/ does not provide 2.8.7 package

regards, pasgui
They just uploaded 2.8.7 there.
I try to compile the actual svn (4694 at the moment) and then move it to my repo.

I wasn't able to upload the current nightly, because I was out to earn some money (aka work) and had no internet in hotel.

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 November 2007 build (4681) is out.
« Reply #33 on: December 01, 2007, 11:45:28 am »
They just uploaded 2.8.7 there.

Not yet available for edgy  :?
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 28 November 2007 build (4681) is out.
« Reply #34 on: December 01, 2007, 07:49:21 pm »
I just updated my repo to svn4694.
Look at sig.
The packages are build against wxWidgets 2.8.7.

Offline Kos

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 28 November 2007 build (4681) is out.
« Reply #35 on: December 01, 2007, 07:51:04 pm »
Erm... Just updated from RC1 and found something a bit weird:

Settings -> Editor -> Syntax highlighting

On the pattern list the options for the current debugger line background, error line background and breakpoint background are gone in this version for some reason. I'm used to black background so I noticed this one instantly.

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 28 November 2007 build (4681) is out.
« Reply #36 on: December 02, 2007, 05:19:27 pm »
I just updated my repo to svn4694.
Look at sig.
The packages are build against wxWidgets 2.8.7.

svn4694 did not save the Settings :( !

My system is deb 4

AmR EiSa

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 28 November 2007 build (4681) is out.
« Reply #37 on: December 02, 2007, 05:42:59 pm »
svn4694 did not save the Settings :( !

As a workaround disable ToDoList-plugin.

Or wait until svn 4696 is uploaded.
This will be in about 2 hours, because I only have ISDN  at home :? and all three suites are about 66 MB.