User forums > Nightly builds
The 21 november 2006 build is out.
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/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://prdownload.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 21 November 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_suse100+101.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_fc4+5.rpm (not yet)
Resolved Fixed:
* wxMac: watch out for PID=0 too
* added build in support for Tiny C Compiler (tcc) [might need some better options tuning and need some more work for linux]
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263)
sethjackson:
Windows ANSI build here.
vdumont:
I get these error messages when running Code::blocks after upgrading to this nighty build
Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: cbprofiler.zip
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip
I can compile/build projects without any problem though..
killerbot:
--- Quote from: vdumont on November 21, 2006, 07:47:08 pm ---I get these error messages when running Code::blocks after upgrading to this nighty build
Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: cbprofiler.zip
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip
I can compile/build projects without any problem though..
--- End quote ---
go into that share directory and plug directory and delete those files you listed (the zip version and the dll version)
(they are old and not needed anymore)
or
install the nightly in a fresh directory
vdumont:
Works! Thanks.
Also,
If I have a C project, and have a struct, let's say:
--- Code: ---typedef struct Flex
{
char *text;
struct Flex *next;
} Flexion;
--- End code ---
If I use that structure somewhere
Like:
--- Code: ---Flexion f
f.
--- End code ---
Is the code-completion feature supposed to list me the members of that structure when I type the dot after 'f' ?
One last thing, non-related:
Does anyone know how to AVOID the Windows XP Console to run fullscreen!? It always run fullscreen when building/compiling with Code::Blocks or any other IDE. I'm so tired of that fullscreen console! In the registry "Fullscreen" is set to 0...
Navigation
[0] Message Index
[#] Next page
Go to full version