Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 03, 2007, 06:29:45 pm

Title: The 03 June 2007 build is out.
Post by: killerbot on June 03, 2007, 06:29:45 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/wxmsw28u_gcc_cb_wx284.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 03 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070603_rev4051_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070603_rev4051_Ubuntu6.10+7.04_wx2.8.deb
   http://prdownload.berlios.de/codeblocks/CB_20070603_rev4051_suse100-102.wx28.i586.rpm
   http://prdownload.berlios.de/codeblocks/CB_20070603_rev4051_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 03 June 2007 build is out.
Post by: Biplab on June 03, 2007, 06:36:24 pm
Nice to have an official Nightly after a long time. :)
Title: Re: The 03 June 2007 build is out.
Post by: killerbot on June 03, 2007, 06:54:39 pm
but the next 2 days, there again won't be any. I am out of the country for work.
Next nightly : Wednesday evening late.
Title: Re: The 03 June 2007 build is out.
Post by: zerotri on June 03, 2007, 07:18:29 pm
I dunno if this bug has been noticed yet, but when I go into Settings... > Editor > Syntax Highlighting, everytjhing shows normally until I change to another language. Once I change the language to say, AngelScript, it will show everything it needs to except for the scrollbars in the preview box.
to see what I mean, go here: http://www.zerotri.net/files/images/CB_resize_bug.bmp (http://www.zerotri.net/files/images/CB_resize_bug.bmp).
Title: Re: The 03 June 2007 build is out.
Post by: indigo0086 on June 03, 2007, 07:36:55 pm
Seems berlios increased their speeds, I used to get 12-20kbps, now I'm hitting 50.

And I love reading long green lists.
Title: Re: The 03 June 2007 build is out.
Post by: TheTuxKeeper on June 03, 2007, 08:02:16 pm
For the suse build:
One remark: wxWidgets-devel and wxGTK-devel can't be installed both (the wxWidgets and wxGTK can be installed at the same time).

have fun :)
Title: Re: The 03 June 2007 build is out.
Post by: Xaviou on June 03, 2007, 08:18:05 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 03 June 2007 build is out.
Post by: darthdespotism on June 04, 2007, 10:22:16 am
Cool Ubuntu .deb now are for wx2.8  8)
Title: Re: The 03 June 2007 build is out.
Post by: indigo0086 on June 04, 2007, 02:27:37 pm
I've noticed that code-completion doesn't work for objects that were created from usign directives.  For example if I do

Code
using boost::thread_group;

int main()
{
   thread_group threads;
   threads.---
   return 0;
}

does not automatically look up the members where the --- are

but if I do
Code
int main()
{
   boost::thread_group threads;
   threads.---
   return 0;
}

this one automatically autolooks up the members of the thread.  Usually with the stl I wouldn't mind but with libraries like boost which I'm learning it's hard to look up functions I need.
Title: Re: The 03 June 2007 build is out.
Post by: san on June 04, 2007, 02:30:37 pm
Seems berlios increased their speeds, I used to get 12-20kbps, now I'm hitting 50.

And I love reading long green lists.

Ehm I'm getting 300 kb/s ?
Title: Re: The 03 June 2007 build is out.
Post by: Squeller on June 04, 2007, 05:25:37 pm
There's a problem (Windows) with the toolbars. With the huge code completion toolbar, I pushed the compiler toolbar far out of the visible area, on the right side.

Now I am no more able to see the compiler toolbar, the only way I guess is finding the entry in the configuration file. I even dragged the main window to the left, so only some pixels from the right side of the main window could be seen; then a resized the window to reach maximum right size. But the compiler toolbar can not be seen.... :(
Title: Re: The 03 June 2007 build is out.
Post by: TheTuxKeeper on June 04, 2007, 05:39:53 pm
There's a problem (Windows) with the toolbars. With the huge code completion toolbar, I pushed the compiler toolbar far out of the visible area, on the right side.

Now I am no more able to see the compiler toolbar, the only way I guess is finding the entry in the configuration file. I even dragged the main window to the left, so only some pixels from the right side of the main window could be seen; then a resized the window to reach maximum right size. But the compiler toolbar can not be seen.... :(
Same here on Linux (wx 2.8.4). only 1 toolbar was visible, all others were gone  :shock: (solved it with killing cb => config wasn't saved  :P)
Title: Re: The 03 June 2007 build is out.
Post by: blend on June 04, 2007, 07:40:07 pm
There is some "bugs" with script wizards: the dialog boxes are too smal:
http://img125.imageshack.us/img125/4300/capturerl2.png
http://img252.imageshack.us/img252/9972/troppetitab6.png
http://img524.imageshack.us/img524/1513/troppetittoofb9.png
I use codeblocks under Ubuntu.
Title: Re: The 03 June 2007 build is out.
Post by: Sh4wn on June 04, 2007, 09:55:40 pm
I'm trying to install the Ubuntu package, but is sais that I don't have libwxbase-2.8-0 installed, but I do have installed that :/

(http://www.imgdumper.com/file/img/2007/jun/04/thumb/img17.png) (http://www.imgdumper.com/img.php?id=3977)
Title: Re: The 03 June 2007 build is out.
Post by: cstudent on June 04, 2007, 10:08:52 pm
I'm trying to install the Ubuntu package, but is sais that I don't have libwxbase-2.8-0 installed, but I do have installed that :/

It requires wx 2.8.4. The version you're showing is 2.8.1. You need to include the repository from wxWidgets (look here (http://www.wxwidgets.org/downloads/)) to your sources list and then do a 'sudo apt-get dist-upgrade'.
Title: Re: The 03 June 2007 build is out.
Post by: shajunxing on June 05, 2007, 01:59:41 am
Great!  :D
Title: Re: The 03 June 2007 build is out.
Post by: Outis on June 05, 2007, 01:16:43 pm
Thanks for WinAVR!
Title: Re: The 03 June 2007 build is out.
Post by: Wahooney on June 05, 2007, 09:23:39 pm
PHP!
Working CodeSnippets!

You guy's kick ass :)
Title: Re: The 03 June 2007 build is out.
Post by: jazz on June 06, 2007, 02:22:20 am
THANK YOU for going back to the tabbed compiler options window!  That drop-down list for setting up compiler and linker options was giving me verbal diarrhea!
Title: Re: The 03 June 2007 build is out.
Post by: Vampyre_Dark on June 06, 2007, 07:33:59 pm
Thanks to whoever updated the class wizard to be case sensitive in the filenames!
Title: Some minor Problem with Linux
Post by: darthdespotism on June 06, 2007, 10:09:37 pm
I noticed by doing some builds on my own, that COdeBlocks states to be revision 3860 - wxGtk2.6 I tried to get rid of this by uninstalling CodeBlocks vie apt-get remove and reinstall a fresh build, but it did not help.

What I can say for sure ist, that it actually is build against wxGTK2.8 because there is no "Drag'n'Drop - Bug". I also completely removed every folder of c::b in /usr/ I could find without success.

This is a minor Problem as CodeBlocks works fine and with al the pros the new version offers but I would be glad having an true Number in the info.
Title: Re: The 03 June 2007 build is out.
Post by: TheTuxKeeper on June 06, 2007, 10:25:07 pm
This is a minor Problem as CodeBlocks works fine and with al the pros the new version offers but I would be glad having an true Number in the info.
Quote
tuxkeeper@openSUSE102-X30:~> ldd /usr/bin/codeblocks | grep wx
        libwx_gtk2u-2.8.so.0 => /usr/lib/libwx_gtk2u-2.8.so.0 (0xb6928000)
;)
Title: Re: The 03 June 2007 build is out.
Post by: mandrav on June 06, 2007, 10:45:35 pm
This is a minor Problem as CodeBlocks works fine and with al the pros the new version offers but I would be glad having an true Number in the info.

There's a screw up in the config system currently and it's not auto-updating the revision as it should.
As a workaround, after updating from svn, run ./update-revision...
Title: Re: The 03 June 2007 build is out.
Post by: darthdespotism on June 07, 2007, 12:09:36 am
ok I#ll do that thanks ;)
Title: Re: The 03 June 2007 build is out.
Post by: kurapix on June 07, 2007, 06:47:06 pm
THANK YOU for going back to the tabbed compiler options window!  That drop-down list for setting up compiler and linker options was giving me verbal diarrhea!


I prefer the drop-down list for setting up compiler and linker option, tab compiler option give me headache lol.