News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 08 July 2006 build is out.

Started by killerbot, July 08, 2006, 05:59:31 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 08 July 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060708_rev2717_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060708_rev2717_Ubuntu6.06.deb (not this time)
         http://download.berlios.de/codeblocks/CB_20060708_rev2717_fc4+5.rpm


Resolved Fixed:


  • wxSmith (new) : use wxHIDE_READONLY for file ope dialog under Windows to avoid confusion
  • fixed broken compilation due to missing include (cbproject.h)
  • Added missing #includes
  • Removed some gcc warnings
  • fixed [ Bug #8084 ] Crash using "replace in files"
  • fixed [ Bug #7022 ] Compiler selection lags behind

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


ocloma

C::B crash when click "Settings-->Editor ", and a error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!" .Idem rev2712.

ocloma


Ceniza

Just the same crashes of 07 July.

badboy

Same with me. C::B crashed when clicked "Settings -> Editor"  :(

----------
badboy

Quote from: ocloma on July 08, 2006, 06:33:56 PM
C::B crash when click "Settings-->Editor ", and a error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!" .Idem rev2712.

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

killerbot

Quote from: thomas on July 08, 2006, 07:48:54 PM
Those are missing XRC files.

missing in svn and therefor not in the build, or just missing in the build ?
In the latter case, do we have a problem with update(.bat) ?

mandrav

Quote from: thomas on July 08, 2006, 07:48:54 PM
Those are missing XRC files.

Not exactly. It's a bug with the resource loader...
Be patient!
This bug will be fixed soon...

thomas

Quote from: mandrav on July 08, 2006, 08:58:46 PMNot exactly. It's a bug with the resource loader...
Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.

I do get errors with some contrib plugins under Ubuntu, but these don't use the resource loader at all (they load resources the "old" way). This may be related to the deb building, too, I had warnings while building the package, but couldn't be bothered to look into them, I rather just disabled the contrib plugins, and all is fine.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mandrav

Quote from: thomas on July 08, 2006, 09:22:27 PM
Quote from: mandrav on July 08, 2006, 08:58:46 PMNot exactly. It's a bug with the resource loader...
Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.

I have the same problems here and, trust me, I 'm not missing any resources ;).
In envvars/envvars.cpp, if you replace this


Manager::Get()->Loadxrc(_T("/envvars.zip#zip:envvars.xrc"));


with this


wxString resPath = ConfigManager::GetDataFolder();
wxXmlResource::Get()->Load(resPath + _T("/envvars.zip#zip:envvars.xrc"));


it works fine.
Be patient!
This bug will be fixed soon...

thomas

Funnily, 2706 (which already contains the preloader) works fine for me with contrib plugins, but as Ceniza pointed out wxSmith was causing a crash for him, I rebuilt it with 2717 and it *does* crash   :shock:

Give me 5 minutes of time to rebuild please, I've now modified the whole contrib workspace to do everything the "canonical" way, consistently throughout. Will see if that fixes it.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mandrav

Be patient!
This bug will be fixed soon...

thomas

One issue remains, that is the "already loaded" message which you get after pressing "OK" when having the EnvVars plugin loaded. It is not a major thing, though.

The EnvVars plugin calls OnAttached() from its OnSave() function which is technically wrong (so the error message is correct). The Autosave plugin used to do the same up to and including revision 2705.

I have not changed this in EnvVars plugin since I don't know whether this is a copy artefact or intentional. Morten will know :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Acki

Same errors with me !!!!

Settings-Environment -> Error when opened -> fixed by disabled "Environment variables V0.92" plugin
Settings-Editor-> crashes C::B -> fixed by disabled "wxSmith" plugin