News:

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

Main Menu

The 04 November 2007 build (4596) is out.

Started by killerbot, November 04, 2007, 09:00:36 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_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)


Jenna

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).

pasgui

#2
Build for Ubuntu i386/amd64 can be found here

nopeno

/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.

stahta01

Quote from: nopeno 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.

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++.
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]

zyjjingle

How can I import a project from Makefile(gcc)?

MortenMacFly

Quote from: zyjjingle on November 05, 2007, 08:31:38 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

zyjjingle

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?

Xaviou

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

rhf

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.

Quiest

Happened to me a lot when I'm using Total Commander to open a project file. I'm on Vista.

Rye

#11
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.

pingue

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

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.

zyjjingle

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.