Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 14, 2006, 10:09:57 pm

Title: The 14 september 2006 build is out.
Post by: killerbot on September 14, 2006, 10:09:57 pm
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 14 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 september 2006 build is out.
Post by: sethjackson on September 14, 2006, 10:23:07 pm
Windows ANSI build is here (http://rapidshare.de/files/33128614/output.7z.html).

@Tiwag did you solve your problem on Win 98?

This build probably didn't fix it...... :(
Title: Re: The 14 september 2006 build is out.
Post by: Methedrine on September 14, 2006, 11:33:29 pm
Hello all,

first of all: Great job with codeblocks! It's cleary the best freeware IDE for c/c++ development I have stumbled across :)

Anyway, with todays nightly build I experienced the following message in codeblocks start-up:

Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

Content of the given file:
Code: xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<snippets />

That content is always the same, even after closing codeblocks, deleting the file, opening and closing codeblocks again. It's not really a bug I know, it just looks somewhat strange when the standard xml file cannot be loaded properly. :D
Title: Re: The 14 september 2006 build is out.
Post by: rjmyst3 on September 15, 2006, 04:20:28 am
As always, thanks for a fantastic IDE!!  :D

I don't know if the recent issues with linux are considered resolved or not, but if so, I am still having some trouble.
Sometimes, most of the text in codeblocks turns into squares with numbers in them ( not the code files, or the logging type windows ). See the attached screenshot.

I saw it happen most when my program generated a seg fault during debugging, but it wasn't limited to that.

My system is Ubuntu Dapper, P4 2.8 with HyperThreading + custom libcairo with assert failure removed. The screenshot is from the deb package from the september 14 nightly build.

I don't have this problem with the August 29th build.




[attachment deleted by admin]
Title: Re: The 14 september 2006 build is out.
Post by: Pecan on September 15, 2006, 06:34:22 am
Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

...<snip>...
 it just looks somewhat strange when the standard xml file cannot be loaded properly. :D

That file belongs to a plugin called codeSnippets. It has nothing to do with the core CodeBlocks.

You can either Menu->View->CodeSnippets and add a catagory or snippet item to the snippet tree, or turn the plugin off.
Title: Re: The 14 september 2006 build is out.
Post by: artoj on September 15, 2006, 07:34:49 am
Hello all,

first of all: Great job with codeblocks! It's cleary the best freeware IDE for c/c++ development I have stumbled across :)

Anyway, with todays nightly build I experienced the following message in codeblocks start-up:

Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

Yeah, I see the error too, somehow I missed it during the development. I can't currently check the issue because I need to rest (I had a tooth removal yesterday). It's probably one of the left over debug messages: no need to worry about.
Title: Re: The 14 september 2006 build is out.
Post by: joubertdj on September 15, 2006, 08:11:01 am
First of all… Excellent Job with C::B… Stunning!!! :)
Okay so this is probably not a bug just a query…
Code Completion works for me currently perfectly … thanks… When I use Allegro, all I do is to include its main header file : #include <allegro.h>
That is not a problem… obviously…
The Code Parser only sees my files that I included, not their included files... I am missing some functions :(

The query that I would like answered is this: Does the Code Completion iterate through the include files’ include files. If it does, I have a bug somewhere, if not is it possible to configure C::B somewhere where you can set the amount of levels that your Code Parser should iterate through?
Title: Re: The 14 september 2006 build is out.
Post by: Pecan on September 15, 2006, 02:41:25 pm
Yeah, I see the error too, somehow I missed it during the development. I can't currently check the issue because I need to rest (I had a tooth removal yesterday). It's probably one of the left over debug messages: no need to worry about.

 Arto, all you need to do is simply add a dummy snippet or catagory to the newly created file in CodeSnippetsWindow::InitDialog().

Currently, only the root is added. Then, on subsequent loads after the first, the message appears because there is not "firstChild".

You might not need this message anyway. There is nothing wrong with a document that has no children, and CodeSnippets can live without children. Much cheaper when they're gone. :)
Title: Re: The 14 september 2006 build is out.
Post by: Outis on September 15, 2006, 04:18:13 pm
Hello!

Seeing your great IDE, I started to learn wxWidgets recently. When I experimented with TxtCtr, I wondered how to disable the selection. So I wrote "myTextCtrl->" to read the suggestions of code completion. There was an entry "ClearSelection()", but when I tried this function my compiler (approximately ) produced the following error: "class 'wxTextCtr' has no member 'ClearSelection' ".
A bug in code completion? I don't know if somthing like this was mentioned before, if so, I'm sorry.
Title: Slight problem with destructor function prototype
Post by: jpaterso on September 15, 2006, 05:49:13 pm
Hey all,

It seems that C::B has some confusion when displaying the prototype for destructors.
In MyClass.h I have:
Code: cpp
public:
  MyClass(int size);
  ~MyClass(void);
and in MyClass.cpp, when I type MyClass::~MyClass(
the function prototype comes up as being (int size)

Any idea why this is happening?

Cheers!!
Title: Re: The 14 september 2006 build is out.
Post by: afb on September 16, 2006, 11:12:35 am
The 14 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_fc4+5.rpm

Mac OS X:
I've uploaded "CB_20060914_rev2976_macppc.zip" to BerliOS, for later release...
(there will be a "CB_20060914_rev2976_macx86.zip" Universal Binary too, later)

Changed the naming of the zipfiles, to match the nightly builds for other platforms.
They will probably be more like "regularly" than "nightly" in their frequency, though.
Title: Re: The 14 september 2006 build is out.
Post by: Jewe on September 18, 2006, 04:02:19 pm
Pressing the "visit the Code::blocks forum" opens 2 I-explorer windows.
1 goes to the website.
the other is just blank. the blank one pop ups first.

misconfig on my side?

xp sp2
build 14 sept.
Title: Re: The 14 september 2006 build is out.
Post by: artoj on September 18, 2006, 05:25:30 pm
Pressing the "visit the Code::blocks forum" opens 2 I-explorer windows.
1 goes to the website.
the other is just blank. the blank one pop ups first.

misconfig on my side?


It's a bug in wxWidgets which is fixed in the HEAD (2.7.0 ->) version (according to wxWidgets mailing list).