User forums > Nightly builds

The 15 January 2008 build (4821) is out.

(1/3) > >>

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_wx287.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 15 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080115_rev4821_win32.7z
  - Linux :
   none

Resolved Fixed:


* document new features of ThreadSearch, BrowseTracker and add Autoversioning (EN)
* CodeSnippets 1.2.113 2008/01/14
-Fixed: When a pgm started after CodeBlocks, and an editorFrame started by the context menu closed, the external pgm got the focus.
* Added $exe_dir, $exe_name and $exe_ext compiler macros. Also fixed some layout problems with advanced compiler options dialog
* Fixed bug in code-completion that would fail parsing if found a comment right after a namespace declaration (e.g. "namespace test //blah")
* Fixed: [Bug #12941] cant make c code template
Regressions/Confirmed/Annoying/Common bugs:


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

Jenna:
Binaries for debian (stable, testing and unstable) and sources can be found in my repository (see signature).

dje:

--- Quote from: killerbot on January 15, 2008, 09:43:34 pm ---
* document new features of ThreadSearch, BrowseTracker and add Autoversioning (EN)
--- End quote ---

ThreadSearch bug fix (lots of circles were displayed in folding margin) introduced by


--- Quote from: killerbot on January 10, 2008, 10:40:25 pm ---
* Added options for more editor folding marker styles (patch #2310)
--- End quote ---

Dje

pasgui:
Build for Ubuntu i386 can be found here

Best regards, pasgui

Belgabor:
I have some issues with using the build system for non-c/c++ files.
I followed the instructions in the wiki:
http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system
(Basically I had figured it out already before finding it :p)

I thought, great, that's exactly what I need for my project!

Unfortunately not:

* The advanced compiler settings dialog tells me I can define instructions for several extensions separating them with a semicolon. If I do that, it ignores the command I enter, the box is always empty.
* It does not properly detect the change state. Input files are always "compiled". (If you want to do me a favour, only use the first given generated file to detect a necessary recompilation. wxFormBuilder is clever and only updates generated header files if necessary, so I can list those second). Edit: Actually after wrapping wxFolmBuilder in a batch file to remove the status (see below), I discovered that it works there. But it does not for my other files (see next item).
* The compile order is broken or maybe what I do is currently beyond it's detection capabilities. I use a small programm that generates a header from a file, dumping the file contents into an array (basically a simpler version of wxrc). I include these headers in a central cpp file. Several of my header files are generated after this central cpp is compiled.
* Arguably not a bug but a design decision: I cannot add auto-generated files to a target without their source files. Currently kicks my behind because wxFormBuilder insists on returning -1 from the command line and cancelling the build process.
To improve the support of auto-generated files it might be a good idea to open them read-only and reload them silently when they are changed. Another thing would be a user-friendly way to share advanced compiler options, for example being able to attach them to a project or workspace file.

Navigation

[0] Message Index

[#] Next page

Go to full version