Author Topic: The 16 September 2007 build (4472) is out.  (Read 37788 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 16 September 2007 build (4472) is out.
« 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.

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:

  • Fixed: A bug in SetVersionString() which could not detect the version string of MinGW compilers installed in an arbitrary folder

Regressions/Confirmed/Annoying/Common bugs:

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


Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 16 September 2007 build (4472) is out.
« Reply #1 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.

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 16 September 2007 build (4472) is out.
« Reply #2 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 :)

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: The 16 September 2007 build (4472) is out.
« Reply #3 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.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 16 September 2007 build (4472) is out.
« Reply #4 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

Offline incorrect user

  • Multiple posting newcomer
  • *
  • Posts: 24
Re: The 16 September 2007 build (4472) is out.
« Reply #5 on: September 18, 2007, 09:43:57 am »
Fedora Core build PLEASE!!! ;)
Take quality as a rule!

dempl_dempl

  • Guest
Re: The 16 September 2007 build (4472) is out.
« Reply #6 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  .

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: The 16 September 2007 build (4472) is out.
« Reply #7 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 16 September 2007 build (4472) is out.
« Reply #8 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

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 16 September 2007 build (4472) is out.
« Reply #9 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: The 16 September 2007 build (4472) is out.
« Reply #10 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
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 16 September 2007 build (4472) is out.
« Reply #11 on: September 19, 2007, 04:27:37 pm »
that dll is needed, it brings the multithreading library/functions

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: The 16 September 2007 build (4472) is out.
« Reply #12 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"
« Last Edit: September 19, 2007, 06:58:05 pm 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

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 16 September 2007 build (4472) is out.
« Reply #13 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?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 16 September 2007 build (4472) is out.
« Reply #14 on: September 19, 2007, 07:47:33 pm »
Quote
Note, include of <wx/ffile.h> needed for windows non PCH compile.
done