Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 16, 2007, 08:31:35 pm

Title: The 16 September 2007 build (4472) is out.
Post by: killerbot on September 16, 2007, 08:31:35 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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 16 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070916_rev4472_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070916_rev4472_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070916_rev4472_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070916_rev4472_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070916_rev4472_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 16 September 2007 build (4472) is out.
Post by: killerbot on September 16, 2007, 08:33:31 pm
coming week nightly builds might come out, but not sure. I am off to Boston for sdexpo [listening to the gurus ;-) ], it all depends on the facilities on the hotel room.
Title: Re: The 16 September 2007 build (4472) is out.
Post by: PsYhLo on September 16, 2007, 10:06:32 pm
i found one mistake codeblocks search for translation only at /usr/share/codeblocks/locale
but i one to put the translation at /home/user/.codeblocks/share/locale
i hope you understand me :)
Title: Re: The 16 September 2007 build (4472) is out.
Post by: Seronis on September 17, 2007, 02:16:54 am
coming week nightly builds might come out, but not sure. I am off to Boston for sdexpo [listening to the gurus ;-) ], it all depends on the facilities on the hotel room.
A week without changes wont kill anyone.  Enjoy the expo and dont worry about the nightlies.  We'll just have a bigger nightly when ya return.
Title: Re: The 16 September 2007 build (4472) is out.
Post by: dje on September 17, 2007, 04:46:13 pm
Hi all !

I tried the very nice ClearCase plugin. All is OK  :D but there is a little mistake; it is written "Check in" in the "Check out" window.

Dje
Title: Re: The 16 September 2007 build (4472) is out.
Post by: incorrect user on September 18, 2007, 09:43:57 am
Fedora Core build PLEASE!!! ;)
Title: Re: The 16 September 2007 build (4472) is out.
Post by: dempl_dempl on September 19, 2007, 04:16:58 am
Feature request:

Lack of this following feature is small, but pesky :

When I press Ctrl+F , and when I want to select one of previous searches, I have to use the mouse. Using of UP and DOWN keys should be enabled.

BTW, I use Ubuntu Feisty 7.04  .
Title: Re: The 16 September 2007 build (4472) is out.
Post by: kisoft on September 19, 2007, 08:43:15 am
I tried the very nice ClearCase plugin. All is OK  :D but there is a little mistake; it is written "Check in" in the "Check out" window.
Sorry for offtopic. Where I can to find ClearCase plugin? I looked .exe only.
Title: Re: The 16 September 2007 build (4472) is out.
Post by: dje on September 19, 2007, 09:35:18 am
Hi !

I tried the very nice ClearCase plugin. All is OK  :D but there is a little mistake; it is written "Check in" in the "Check out" window.
Sorry for offtopic. Where I can to find ClearCase plugin? I looked .exe only.
I got it in SVN 4472 nightly build on Windows.
It was included.

Dje
Title: Re: The 16 September 2007 build (4472) is out.
Post by: indigo0086 on September 19, 2007, 04:19:32 pm
My codeblocks wont start up without mingw10.dll, I never had it before.  I even deleted the default.conf and it's still askiing for it.
Title: Re: The 16 September 2007 build (4472) is out.
Post by: stahta01 on September 19, 2007, 04:25:41 pm
My codeblocks wont start up without mingw10.dll, I never had it before.  I even deleted the default.conf and it's still askiing for it.

Windows Code::Blocks requires mingwm10.dll to be in the path.

Tim S
Title: Re: The 16 September 2007 build (4472) is out.
Post by: killerbot on September 19, 2007, 04:27:37 pm
that dll is needed, it brings the multithreading library/functions
Title: Re: The 16 September 2007 build (4472) is out.
Post by: stahta01 on September 19, 2007, 06:10:26 pm
Bug discoverer in "Import Project"; C::B no longer imports MSVC8 Projects or Solutions.

SVN 4246/7 seems to be the last time it worked.
Was user error on my part, I did not have the Foreign projects importer plugin turned on.

Feature Request
https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=3747&group_id=5358

Note, include of <wx/ffile.h> needed for windows non PCH compile.
Code
Index: src/plugins/compilergcc/compilergcc.cpp
===================================================================
--- src/plugins/compilergcc/compilergcc.cpp (revision 4478)
+++ src/plugins/compilergcc/compilergcc.cpp (working copy)
@@ -49,6 +49,7 @@
 #include <wx/button.h>
 #include <wx/stattext.h>
 #include <wx/statline.h>
+#include <wx/ffile.h>
 #include "makefilegenerator.h"
 #include "compileroptionsdlg.h"
 #include "directcommands.h"
Title: Re: The 16 September 2007 build (4472) is out.
Post by: lubos on September 19, 2007, 07:14:29 pm
if you have output name something like : "0.myApp.exe", cb will change it to "0.exe" after restart  :( should i fill a bug report?
Title: Re: The 16 September 2007 build (4472) is out.
Post by: killerbot on September 19, 2007, 07:47:33 pm
Quote
Note, include of <wx/ffile.h> needed for windows non PCH compile.
done
Title: Re: The 16 September 2007 build (4472) is out.
Post by: Seronis on September 20, 2007, 05:02:05 pm
Extremely tiny issue.

The left grab bar on the compiler toolbar is showing as dark grey instead of the 4 dot pattern the other toolbars have.  I already tried restarting C::B.  Then hide/show the toolbar.  Restarted again (just in case).  Then downloaded the nightly a 2nd time after deleting the settings folder to ensure i just didnt have a corrupted download.

Windows Vista: Home Basic

Not sure if this is the exact same issue as the "toolbar-images-not-changing-state" bug, as its not a 'state' issue, just the handle bar.  Figure id post anyways and if its a seperate bug i'll file a report.

Edit:

Oops need to clarify.  its always the 2nd toolbar.  Not specifically the compiler toolbar.  Also is there any way that future nightly announcements can have the bug list items hyperlink to the appropriate bugreport page?  Just a convienence thing.  =-)

[attachment deleted by admin]
Title: Re: The 16 September 2007 build (4472) is out.
Post by: kingb3000 on September 21, 2007, 11:09:01 pm
Is it just me or is the linux download for code::blocks nightly build broken? Both download.berlios.de and download2.berlios.de provide the following error:

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
Title: Re: The 16 September 2007 build (4472) is out.
Post by: Morphius Faydal on September 21, 2007, 11:15:31 pm
Is it just me or is the linux download for code::blocks nightly build broken? Both download.berlios.de and download2.berlios.de provide the following error:

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

The little tags next to them that say "not yet" didn't give you a clue? :)
Title: Re: The 16 September 2007 build (4472) is out.
Post by: pasgui on September 22, 2007, 10:36:14 am
Build for Ubuntu 6.10/7.04 i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Title: Re: The 16 September 2007 build (4472) is out.
Post by: noisy.pl on December 24, 2007, 02:09:38 pm
Can I install this (or latter) build on Ubuntu 7.10? Which pack should I use?
Title: Re: The 16 September 2007 build (4472) is out.
Post by: pasgui on December 26, 2007, 09:30:56 am
Can I install this (or latter) build on Ubuntu 7.10? Which pack should I use?

Yes, it works also for ubuntu 7.10.

regards, pasgui