User forums > Nightly builds

The 14 May 2007 build is out.

(1/5) > >>

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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx283.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 14 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070514_rev3964_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070514_rev3964_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070514_rev3964_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070514_rev3964_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* updated envvars plugin: allow 1..n envvars sets (similar GCV sets), warning: this envvar version will not import the old configuration due to the changes, backup before
Regressions/Confirmed/Annoying/Common bugs:


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

MortenMacFly:

--- Quote from: killerbot on May 14, 2007, 05:33:59 pm ---
* warning: this envvar version will not import the old configuration due to the changes, backup before
--- End quote ---
Concerning this: To update any previous envvars to a new set, some manual hacking is required (sorry for that). But be really careful! This description is for real experts only! You should actually never-ever edit this file manually. So if you are unsure you better use the envvars settings inside C::B to setup your envvars from scratch! This is most probably the best way anyway.

If you are sure about to be an expert; have no time to setup the envvars from scratch; have a backup in the back-hand and swear you won't blame me, do the following:
- backup your old configuration (default.conf)
- open C::B with the new plugin, switch to the envvar settings in menu Settings -> Environment
- notice it's empty (that's OK for now), click OK and close (!!!) C::B
- open default.conf with a nice editor, you should find a section like this inside:

--- Code: --- <envvars>
<ENVVAR0>
<str>
<![CDATA[1|YOUR_VAR_1|YOUR_VALUE_1]]>
</str>
</ENVVAR0>
<ENVVAR1>
<str>
<![CDATA[1|YOUR_VAR_2|YOUR_VALUE_2]]>
</str>
</ENVVAR1>
(...and so on...)
<sets>
<default />
</sets>
</envvars>

--- End code ---
Change it to:

--- Code: --- <envvars>
<sets>
<default>
<ENVVAR0>
<str>
<![CDATA[1|YOUR_VAR_1|YOUR_VALUE_1]]>
</str>
</ENVVAR0>
<ENVVAR1>
<str>
<![CDATA[1|YOUR_VAR_2|YOUR_VALUE_2]]>
</str>
</ENVVAR1>
(...and so on...)
</default>
</sets>
</envvars>

--- End code ---
Notice that the default tag has changed from an empty one (<default />) to tag with content (inside <default></default>).

With regards, Morten.

jeancf:
Are the linux builds based on wxw2.6 or wxw2.8?

/~jc

Mad Scientist:
Note: RSS feed hasn't been updated.

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.

Navigation

[0] Message Index

[#] Next page

Go to full version