Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 28, 2007, 06:25:37 pm

Title: The 28 July 2007 build (4333) is out.
Post by: killerbot on July 28, 2007, 06:25:37 pm
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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 28 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 July 2007 build (4333) is out.
Post by: SR on July 28, 2007, 07:41:13 pm
Slackware build updated to revision 4333
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
Title: Re: The 28 July 2007 build (4333) is out.
Post by: pasgui on July 28, 2007, 08:19:59 pm
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards,

pasgui
Title: Re: The 28 July 2007 build (4333) is out.
Post by: jaxon on July 28, 2007, 09:18:11 pm
Good day! I'm intrested if code completion is recovered. It does not work for me in all last nightlies (since 4215 or may be from popup info on symbols 1st appearence). it does not work in simple case.

wxString asdf;
asdf. [no popping hint even when I press Ctrl+Space]

WinXP SP2 + Mingw 3.4.2

What am I doing wrong?

Jaxon.
Title: Re: The 28 July 2007 build (4333) is out.
Post by: rhf on July 28, 2007, 11:10:37 pm
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
pasgui
Pasgui,

I normally use Windows but am experimenting with Ubuntu. I followed your instructions for the Ubuntu package referential, and everything seems to work well. (One of the packages lib... did not install properly on the first attempt, but apt gave me the option to 'fix it'.  I tried that and, apparently, the package installed properly.)

Thanks very much for making this available.
Title: Re: The 28 July 2007 build (4333) is out.
Post by: fargoth on July 28, 2007, 11:23:03 pm
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards,

pasgui

Thank you very much for the .deb files..
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.

I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
Code
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed 

(using up-to-date Ubuntu 7.04)
Title: Re: The 28 July 2007 build (4333) is out.
Post by: mariocup on July 28, 2007, 11:33:32 pm
Hi killerbot,

I noticed that the add and delete button of editor->abbreviations are missing. I do not know in which revision it disappeared but in one of the old revision e.g. svn 3989 the buttons are present.
Title: Re: The 28 July 2007 build (4333) is out.
Post by: pasgui on July 29, 2007, 12:11:36 am
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.

I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
Code
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed 

(using up-to-date Ubuntu 7.04)

In fact, I don't know how to disable the "unauthenticated" message; if somebody can help me...

About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth

Best regards,

pasgui
Title: Re: The 28 July 2007 build (4333) is out.
Post by: mariocup on July 29, 2007, 12:37:18 am
Hi pasgui,

which version of wxWidgets are you using? You must use wxWidgets 2.8.4, if you are building from wxwidgets sources do not forget to set the unicode parameter in the configure process.

The freeze of the tip window is a known bug of static text in the old wxwidgets version.

Title: Re: The 28 July 2007 build (4333) is out.
Post by: b4silence on July 29, 2007, 12:38:32 am
fargoth: I have exactly the same problem!!

I'm also using an up to date ubuntu 7.04 distro.

I've installed wxGTK 2.8.4 from source and the problem remains.

Check this thread (http://forums.codeblocks.org/index.php/topic,6541.msg50325.html#msg50325) for more info (unfornately not the solution)...

I think i'll fill a bug on this...

Cheers
Title: Re: The 28 July 2007 build (4333) is out.
Post by: rhf on July 29, 2007, 12:59:01 am
About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth
pasgui
It works fine for me. No problems when tip window starts.
Title: Re: The 28 July 2007 build (4333) is out.
Post by: fargoth on July 29, 2007, 05:01:26 am
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.

I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
Code
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed 

(using up-to-date Ubuntu 7.04)

In fact, I don't know how to disable the "unauthenticated" message; if somebody can help me...

About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth

Best regards,

pasgui


Unfortunately, I  get access to the internet only on weekends, so I can't offer to do the keying for you...
I did find a page that could send you in the right direction though (I hope)... try googling it some more if it doesn't:
http://wiki.debian.org/SecureApt

As for the freeze, I discovered it too late this weekend to be much of a help... hope it'll be solved without me fooling with it around...

Anyway, keep up the good work!
Title: Re: The 28 July 2007 build (4333) is out.
Post by: pasgui on July 29, 2007, 05:43:03 am
Hi pasgui,

which version of wxWidgets are you using? You must use wxWidgets 2.8.4, if you are building from wxwidgets sources do not forget to set the unicode parameter in the configure process.

The freeze of the tip window is a known bug of static text in the old wxwidgets version.



I build it with the version 2.8.4 of wxWidgets from apt-solution

pasgui
Title: Re: The 28 July 2007 build (4333) is out.
Post by: Biplab on July 29, 2007, 08:02:15 am
I noticed that the add and delete button of editor->abbreviations are missing. I do not know in which revision it disappeared but in one of the old revision e.g. svn 3989 the buttons are present.

They are not missing. Just resize the window (increase it's height) until the buttons become visible. :)

There are several other discrepancies in Settings > Editor window.

I think i'll fill a bug on this...

Please don't file a bug report. This is a well-known problem with wxGTK < 2.8.4. None of us will be able to reproduce it and it may be marked as invalid. :)

Couple of weeks back someone had this same problem and it was found that his/her pc was not upgraded to wx-2.8.4 through apt-update. I would suggest you to uninstall any existing wx versions, then manually clean up any wx libraries remaining in your system. Then compile/install wxGTK-2.8.4. That should solve your problem. :)

I have multiple Linux Virtual Machines (including Fedora 7, Ubuntu 7.04, Ubuntu 7.10-Alpha 3, PCBSD-1.3, etc) and I often test C::B source for any errors on them. Till date C::B+wxGTK-2.8.4 have no such start-up issue (except on Ubuntu-7.10-Alpha 1 or 2).

Best Regards,

Biplab
Title: Re: The 28 July 2007 build (4333) is out.
Post by: b4silence on July 29, 2007, 01:06:54 pm
Ok Biplab!

I won't fill a bug then...

But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...

Actually for 7.04 you only have wxGTK 2.8 in the official repositories.

I've compiled the 2.8.4 version from source...

Thanks
Title: Re: The 28 July 2007 build (4333) is out.
Post by: darthdespotism on July 29, 2007, 01:56:02 pm

But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...


Where did you get your source from?

at http://www.wxwidgets.org/downloads/ (http://www.wxwidgets.org/downloads/) the first entry for Binaries is an instruction for adding an extra repos for Ubuntu & Debian ...
Title: Re: The 28 July 2007 build (4333) is out.
Post by: Biplab on July 29, 2007, 02:09:24 pm
But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...

Actually for 7.04 you only have wxGTK 2.8 in the official repositories.

I'm not sure if any alternate repo exists or not.

I compile wx from source. ;)
Title: Re: The 28 July 2007 build (4333) is out.
Post by: san on July 29, 2007, 02:39:39 pm
If you want to install any nightly build and wxwidgets 2.8.4 on ubuntu please check this wiki page:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu

All you need is posted there...

Goodluck!
San
Title: Re: The 28 July 2007 build (4333) is out.
Post by: MortenMacFly on July 30, 2007, 09:09:04 am
  • The <Extensions> node (in .cbp files) is now preserved through project saves, even if the plugins using it are disabled/uninstalled. All relevant code in our repository has been updated.
Nice one!!! :D :D :D Thanks!

Hence when looking at the diff I see:
Code
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!

With regards, Morten.
Title: Re: The 28 July 2007 build (4333) is out.
Post by: mandrav on July 30, 2007, 09:32:12 am
Hence when looking at the diff I see:
Code
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!

With regards, Morten.

No, it's merely initializing the pointer to NULL.