Author Topic: The 11 November 2008 build (5309) is out.  (Read 65900 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 11 November 2008 build (5309) is out.
« on: November 11, 2008, 06:47:39 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_wx289.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 11 November 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20081111_rev5309_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Help plugin: Fix: Search for "&Help", not "Help" (causes problems with translations)
  • many other menu additions/translation fixes

Regressions/Confirmed/Annoying/Common bugs:

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


Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 11 November 2008 build (5309) is out.
« Reply #1 on: November 11, 2008, 07:14:58 pm »
Good, I will now try.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 11 November 2008 build (5309) is out.
« Reply #2 on: November 11, 2008, 10:24:53 pm »
Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 11 November 2008 build (5309) is out.
« Reply #3 on: November 12, 2008, 07:10:04 am »
good job.

thank killerbot do a large job menu additions/translation fixes. yesterday.

1. "Open with HexEditor" menu item was the last one in the "File" item list, which seems very strange. :(
2. wxSmith
        Add wxPanel
        Add wxDialog
        Add wxFrame
      the translation didn't work for these three items. (and i can't found them in c::b src)
------------------------------------
btw :  attach is a mo file for Chinese (zh-CN).  work well with c::b svn5309

     1 make a sub dir : "Your CodeBlocks install dir\share\CodeBlocks\locale"
     2 unzip the .7zip file, copy "zh_CN" dir to "Your CodeBlocks install dir\share\CodeBlocks\locale"

     3 Settiongs->Environment -> View -> Check the Internationalization , select Chinese(Simplified)
     4 restart c::b

-----------
  I have build the Code::Blocks myself  from the codeblock's src. I got a codeblocks.exe  with a larger size (6.86 MB). and when i run it in the IDE, a msgbox popup with the message:
   Cannot find resources...
  Code::Blocks was configured to be installed in 'G:\codeblocks\src\devel/share/codeblocks'.
    Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR environment variable to point where Code::Blocks is installed,
   or try re-installing the application...

  can anyone help me? 
 
  I got it : add cmd line param:  --prefix=MY CodeBlocks path  
  wa~~~ it looks very cool: this is the first time that I run Code::Blocks from Code::Blocks.... :) :) :)

[attachment deleted by admin]
« Last Edit: November 12, 2008, 08:13:16 am by nanyu »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 11 November 2008 build (5309) is out.
« Reply #4 on: November 12, 2008, 08:50:56 am »
I just uploaded the nightlies for debian to my server (see signature).

Since r5299 I changed the revision from "1.0svnxxxx" to "8.02svnxxxx", because some users ran into trouble. because the 8.02 release is part of Ubuntu 8.10 now.

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 11 November 2008 build (5309) is out.
« Reply #5 on: November 12, 2008, 01:37:25 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: The 11 November 2008 build (5309) is out.
« Reply #6 on: November 12, 2008, 07:31:57 pm »
For those interested by an updated version of the .pot file adapted to this svn number, have a look at  http://forums.codeblocks.org/index.php/topic,1022.msg67334.html#msg67334. You'll find also a partial translation in French (.po and .mo files) in a second .7z file and an extracting tool in a previous post in the same thread.

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 11 November 2008 build (5309) is out.
« Reply #7 on: November 13, 2008, 04:13:29 am »
code-completion can't support VC9 still.
http://forums.codeblocks.org/index.php/topic,9513.0.html

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 11 November 2008 build (5309) is out.
« Reply #8 on: November 13, 2008, 07:18:45 am »
I sended message at topic "The 18 October 2008 build (5274) is out." about codecompletion feature.
Can these problems be fixed in the near future?
I use Code::Blocks with mingw 3.4.5.

Code::Blocks is great. It's simple, light, it can work without installation and, at the same time, I can build big projects using it.
Best regards, critic.

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 11 November 2008 build (5309) is out.
« Reply #9 on: November 13, 2008, 07:50:51 am »
1. After I trans IDE interface throught a .mo file...
2. and Setting -> Enviour.. -> Helper ... (I have add two help file)
3. repeat do these : click menu : Setting ->Enviour, Click OK button to close dialog.

now the Help menu: (the menu items count will inc after I Open Setting Dialog every time)

(this BUG don't  occurrence in English language package)



[attachment deleted by admin]
« Last Edit: November 13, 2008, 08:33:29 am by nanyu »

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 11 November 2008 build (5309) is out.
« Reply #10 on: November 13, 2008, 07:52:53 am »
I restart Code::Blocks, now the Help menu is ok:


[attachment deleted by admin]

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 11 November 2008 build (5309) is out.
« Reply #11 on: November 13, 2008, 08:23:58 am »
trans work :

In the pop menu in Editor :   Find occurrences of: '%s'    OR   Find occurrences of:  Find occurrences of: '  
can't been trans..   but  :

Find implementation of: '%s'
Find declaration of: '%s'

is OK.
---------------------------
different:

file: codecompletion.cpp , line 358:
Code
msg.Printf(_("Find declaration of: '%s'"), NameUnderCursor.c_str());

but
file: ThreadSearch.cpp :, line: 539
Code
wxString sText = wxT("Find occurrences of: '") + srchString + wxT("'");

as I known the plugin "ThreadSearch" does not support translations,include it's setting dialogs.
« Last Edit: November 13, 2008, 10:45:56 am by nanyu »

Offline Etienne

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 11 November 2008 build (5309) is out.
« Reply #12 on: November 13, 2008, 08:36:18 am »
Hello,

The compiler bug doesnt' exist anymore, I had a projet that fail every time at build time, now its just show the error as expected.

Thanks for all!!

Etienne de Foras

v522zy

  • Guest
Re: The 11 November 2008 build (5309) is out.
« Reply #13 on: November 13, 2008, 02:55:52 pm »

Well done.


Offline Kalith

  • Multiple posting newcomer
  • *
  • Posts: 67
Re: The 11 November 2008 build (5309) is out.
« Reply #14 on: November 14, 2008, 03:39:58 pm »
I confirm : no longer random silent crash when compiling with errors.
Good job !