Author Topic: The 04 November 2007 build (4596) is out.  (Read 53523 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 04 November 2007 build (4596) is out.
« on: November 04, 2007, 09:00:36 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_wx286.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 04 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071104_rev4596_win32.7z
  - Linux :
   none

Resolved Fixed:

  • set maximum value of keywordSet parameter of SetKeyWords
  • add display of personality in the status bar
  • Fixed: [Bug #12264] Crash when disabling "keyboard shortcuts" (Thanks Pauliusz for the patch)
  • wxWidgets Wizard: Added script to reduce warning while compiling generated app with gcc-4.x

Regressions/Confirmed/Annoying/Common bugs:

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


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 04 November 2007 build (4596) is out.
« Reply #1 on: November 04, 2007, 09:48:38 pm »
It's in my repository for debian now (click on link in my signature).

You need wxWidgets 2.8.6.1 from apt.wxwidgets.org.
Please update your package source if necessary (again: click on link in my signature).

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 04 November 2007 build (4596) is out.
« Reply #2 on: November 04, 2007, 10:12:46 pm »
Build for Ubuntu i386/amd64 can be found here
« Last Edit: November 05, 2007, 07:34:42 pm by pasgui »

nopeno

  • Guest
Re: The 04 November 2007 build (4596) is out.
« Reply #3 on: November 05, 2007, 01:45:30 am »
/codeblocks/CB_20071104_rev4596_win32.7z
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 04 November 2007 build (4596) is out.
« Reply #4 on: November 05, 2007, 02:10:40 am »
/codeblocks/CB_20071104_rev4596_win32.7z
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.

http://download.berlios.de/codeblocks/CB_20071104_rev4596_win32.7z

Worked for me.

Did not try this one

http://download2.berlios.de/codeblocks/CB_20071104_rev4596_win32.7z

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 zyjjingle

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 04 November 2007 build (4596) is out.
« Reply #5 on: November 05, 2007, 08:31:38 am »
How can I import a project from Makefile(gcc)?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 04 November 2007 build (4596) is out.
« Reply #6 on: November 05, 2007, 09:29:08 am »
How can I import a project from Makefile(gcc)?
This is not possible. Are you aware how complex such an importer wopuld be? I'm not aware of *any* application that offers such a feature.
But:
- you can use Makefiles directly in C::B
- or export Makefiles from a "real" C::B project using the Makefile plugin (search the forums for cbMakeGen)

With regards, Morten.
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 zyjjingle

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 04 November 2007 build (4596) is out.
« Reply #7 on: November 05, 2007, 09:55:07 am »
thanks! :)
Another question:
I try to add C::B compiler support for ARM ADT tools. but I find ARM tools need armcpp.exe for *.cpp files, armcc.exe for *.c files, armasm.exe for assemble files, and it need three kind of compiler settings. Can you support this feature in SDK?
 

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 04 November 2007 build (4596) is out.
« Reply #8 on: November 05, 2007, 07:06:15 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 rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: The 04 November 2007 build (4596) is out.
« Reply #9 on: November 05, 2007, 07:46:12 pm »
I have experienced a minor, but interesting, problem with the latest nightly build (on Windows XP).
I downloaded SVN 4596 along with the latest wxWidget dll and mingw10.dll.
Everything seems fine except when I launch CB by double clicking on a .cbp or .workspace file.
CB opens, but after a few seconds the hourglass re-appears in Explorer and stays there for quite a while - up to about a minute. If I try to close the project or workspace, I get a Windows file error.
This problem does NOT occur on all projects. It also does NOT occur if CB is already open and I double-click a project or workspace file. Obviously, this is something that I can live with, but I am afraid I may have some sort of incompatibility problem. I couldn't find another mention of this problem in the forum and was wondering if I should do a complete re-installation of, say, MinGW.
Thanks.

Offline Quiest

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 04 November 2007 build (4596) is out.
« Reply #10 on: November 05, 2007, 08:52:49 pm »
Happened to me a lot when I'm using Total Commander to open a project file. I'm on Vista.

Offline Rye

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 04 November 2007 build (4596) is out.
« Reply #11 on: November 07, 2007, 02:40:21 am »
I've noticed a bug, can anybody confirm it?

Using...
     GNU/Linux, openSUSE 10.3
     GNU GCC with GDB

It occurs when debugging; If executing is paused on the same line as a breakpoint and you double click the breakpoint icon (in the margin) Code::Blocks will crash. This also occurs randomly when clicking the breakpoint icon to fast whilst Code::Blocks is waiting for GDB to finish operations like step over, step into, etc.

Another thing i have noticed is the massive lag in communication between Code::Blocks and GDB whilst debugging, if i press F7 (step over) to fast it prints weird ASCII characters to the editor.
« Last Edit: November 07, 2007, 02:45:31 am by Rye »

pingue

  • Guest
Assigning numbers to bookmarks
« Reply #12 on: November 07, 2007, 03:25:52 am »
Hi.

I am fairly new to Code::Blocks and I am very happy with it except one thing.
Is it hard to assign numbers to bookmarks? (e.g. Ctrl-1 for bookmark1  and Ctrl-2 for bookmark2 etc and Alt-1 goes to bookmark1 and Alt-2 goes to bookmark2)
I've long been using Dev C++ before using Code::Blocks so I feel lost without this feature.

If it is not something that can be implemented quite easily, can someone at least point me in the right direction so I could do the changes myself in the source code?

I'm sure a lot of pre-Dev C++ users would really appreciate this nifty feature.


Thanks.



dazoe

  • Guest
Re: The 04 November 2007 build (4596) is out.
« Reply #13 on: November 07, 2007, 05:35:35 am »
This isn't really a bug but it kinda is..
Compiler DigitalMars D Compiler
In the Project/targets Properties
on the Build Targets tab
If "Gui application" is selected it still compiles a console app. I can get around this by adding -L/SUBSYSTEM:WINDOWS in "Other linker options"

Just wanted to say that.

Offline zyjjingle

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 04 November 2007 build (4596) is out.
« Reply #14 on: November 07, 2007, 10:12:46 am »
when I changed project build options,then select Build,it do not rebuild,still tell me "Target is up to date.Nothing to done";I must Select Rebuild.