News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 07 September 2007 build (4439) is out.

Started by killerbot, September 07, 2007, 06:21:47 PM

Previous topic - Next topic

killerbot

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_wx284.7z

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

The 07 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith: Implemented jumping to event handler function body when changing handler / double clicking on item that has main handler set
  • add support for TriCore, MSP430 and PowerPC
  • Help plugin: Added support to display man pages
  • Fixed: Project file is removed while Rebuilding / Cleaning a Dynamic Library Project

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

#1
Build for Ubuntu 6.10/7.04 i386/amd64 can be found here

stahta01

#2
Patch to get windows build without precompiled headers.

Tim S


Index: src/plugins/contrib/help_plugin/man2html.cpp
===================================================================
--- src/plugins/contrib/help_plugin/man2html.cpp (revision 4439)
+++ src/plugins/contrib/help_plugin/man2html.cpp (working copy)
@@ -142,6 +142,10 @@
# define BYTEARRAY(x) x
#endif

+#ifdef __MINGW32__
+    #include <io.h>
+#endif
+
#include "man2html.h"

using namespace std;


adding either of below should work, but only adding io.h was tested.

#ifndef WX_PRECOMP
    #include <wx/filefn.h>
#endif

or

#ifdef __MINGW32__
    #include <io.h>
#endif

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]

Ceniza

Tim: I added that fix in my local copy, but I'll have to commit it later (because of BerliOS).

Thanks.

JGM


notBlahButBlahBlah

Great great works !  :lol:

Do you know this bug? I have 2 files .cpp opened, the second tab of the editor has the focus. I close the tab of the first file by pressing on the knurl situated over the tab. Results : the list of the methods of the main class is emptied. When I click in the body of a method, l list do not update. Can you reproduce the bug? :shock:

Best regards, :mrgreen:

Xaviou

Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.
These packages can also be founded here for a classic "apt-get" install (thanks pasgui).
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

Anubis

#7
First time i've actually used a nightly build, but a few bugs i've noticed off the top of my head...
(Compiled and running on Linux/Gentoo Amd64)

1) Find/Replace in Files works,  Find Replace does not.
(It seems clicking OK in that dialog only checks for text in the Replace in Files tab, and not the standard Replace tab, which results in a "Can't look for an empty search criterion!" error, and the freplace not proceeding.)
Additionally, clicking from the Replace in Files tab, to the Replace tab doesn't change input focus to the Replace tab's search text box...


2) Saving a workspace still doesn't add the proper workspace file extension on to the end, which results in not being able to open it without renaming it...

3) (Not sure if this is a bug, or intended...) When adding new files to a project (ctrl+shift+N), and asked to save the file... the file save dialog always defaults it's starting location to the project location...
Wouldn't it be better to a) start from where the previous 'new' file in that project was saved to, b) where the majority of the project's files are saved to, or c) have each project define a 'source' directory... which it always defaults to as the top-most directory for source code files...
(because I for one know my source directory is no where near my project directory... I have to navigate through ~8 folders to get to my source directory for the architecture i'm building)


Beyond that, lookin' good guys :)   - Starting to think I should contribute :)

EDIT:
4) Opening the find dialog (ctrl+F) doesn't automatically put input focus to the find dialog's search text box... you have to manually click in the box before it has input.

5) When adding a (new?) file to an existing project, you sometimes get a progress bar come up 'over' the dialog to select what builds to include the file in...

6) When you change settings in a project, it doesn't mark the project as dirty, so it never thinks it has to be rebuilt...   Really frustrating, along with no project dependencies in a workspace... :\

Edit: Still no reply to any of these issues, wondering if I should start a new thread for them?

badboy

http://prdownload.berlios.de/ is down. This is not the first time.  :(

Why is code::Blocks using berlios and not SourceForge.net?

/badboy

Ceniza

BerliOS is having trouble once again, not just the prdownload server.

We used SourceForge before, and the project is still "registered" there (just try http://codeblocks.sf.net/ and it'll take you to http://www.codeblocks.org/). The main reasons of our moving to BerliOS were: SourceForge didn't have a svn server (I know they have one now) and some developers had speed issues with the SourceForge servers.

BerliOS was working fine, but this year it started having some troubles. However, we're not planning to move back to SourceForge again. Let's hope they fix all those problems soon.

wwolf

Hi,

Is there some mirror available?  I am trying to download the Windows stuff, but yesterday night it suddenly stopped and I cannot connect to the download site anymore.

Ceniza

We don't have any extra mirrors. You will have to continue trying till BerliOS work again. Sorry :(

If it's like last night's problem then it should start working again in about one hour (even though I have no idea why it's happening).

wwolf


Ceniza

I have a mix between revision 4430 and 4433. You can use it in the meanwhile.

cb433x
wx284