Author Topic: The 22 march 2006 build is out.  (Read 36019 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 22 march 2006 build is out.
« on: March 22, 2006, 08:05:28 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 22 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060322_rev2227_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060322_rev2227_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060322_rev2227_fc4.rpm (not yet)

Resolved Fixed:

  • DragScroll v0.19 Capture middle mouse button immediately when used for scrolling. Allows much better performance under GTK
  • Run project pre-build commands even when building a single target
  • Updated project file properties dialog.
        + Merged "Advanced" and "Build" tabs to one ("Advanced").
        + Removed incorrect help text for custom build command macros.
        + Custom build command can now be specified per-compiler.
  • Plugin SDK version pumped to 1.6.11
  • Project file version pumped to 1.4
  • Display message when the project file version is older, listing the changes since that (old) version
  • Replaced most dialogs of the project loading process with AnnoyingDialog (i.e. allow the user disable these messages)
  • Added DistClean() methods in compiler plugin (patch #922)
  • Fixed bug when showing/hiding message manager pages (patch #932)
  • Updated "Start here" page (patch #908)
  • Added "Swap header/source" in editor tabs context menu (patch #945)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline aarti_pl

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 22 march 2006 build is out.
« Reply #1 on: March 22, 2006, 08:24:31 pm »
Great! They are packages for Ubuntu! And they work as expected  :D

But I still have a problem with crashing CB after choosing Settings->Environment.
And also I can not see in predefined compilers compiler for D language (which I like very much from some time :-) )

Couldn't it be corrected?

Thanks for your hard work!
aarti_pl

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 march 2006 build is out.
« Reply #2 on: March 22, 2006, 08:29:04 pm »
could you post bug reports for this.
And specify which steps to take to reproduce.

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: The 22 march 2006 build is out.
« Reply #3 on: March 22, 2006, 08:50:18 pm »
could you post bug reports for this.
And specify which steps to take to reproduce.
Reproduce what? The only available compilers in linux are icc, gcc and sdcc, sorry no D compilers.
Life would be so much easier if we could just look at the source code.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 march 2006 build is out.
« Reply #4 on: March 22, 2006, 09:00:43 pm »
could you post bug reports for this.
And specify which steps to take to reproduce.
Reproduce what? The only available compilers in linux are icc, gcc and sdcc, sorry no D compilers.
therefor my question, I suspected something like that ...

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: The 22 march 2006 build is out.
« Reply #5 on: March 22, 2006, 09:06:37 pm »
Now that I got you online:
Code: diff
Index: src/sdk/projectmanager.cpp
===================================================================
--- src/sdk/projectmanager.cpp  (revision 2227)
+++ src/sdk/projectmanager.cpp  (working copy)
@@ -46,6 +46,7 @@
     #include "xtra_classes.h"
     #include <wx/dir.h>
     #include "globals.h"
+    #include "cbexception.h"
 #endif

 #include <wx/utils.h>
Index: src/sdk/projectfileoptionsdlg.cpp
===================================================================
--- src/sdk/projectfileoptionsdlg.cpp   (revision 2227)
+++ src/sdk/projectfileoptionsdlg.cpp   (working copy)
@@ -28,6 +28,7 @@

 #ifndef CB_PRECOMP
     #include "cbproject.h"
+    #include "compilerfactory.h"
     #include <wx/xrc/xmlres.h>
     #include <wx/intl.h>
     #include <wx/choice.h>

For building without precompiled headers in linux (well you know the case)...
Life would be so much easier if we could just look at the source code.

Offline aarti_pl

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 22 march 2006 build is out.
« Reply #6 on: March 22, 2006, 09:47:30 pm »
Hello!

-----

>you wrote:
>Reproduce what? The only available compilers in linux are icc, gcc and sdcc, sorry no D compilers.

There is standard DigitalMars dmd compiler for linux - I use it, so there must be one :-)

-----

Below is error report. Sorry it's long but I don't have luck with sending attachment in this forum.
To reproduce it is enough to choose Settings->Environment. CB crashes then... :-(
I remember post on forum where someone (Michael?) said that he has same problem, but I can not find post after reorganization.

Best Regards
Aarti_pl

<?xml version="1.0" encoding="utf-8"?>
<report version="1.0" kind="exception">
  <system description="Linux 2.6.12-10-k7 i686"/>
  <modules>
    <module path="/usr/bin/codeblocks" address="08048000" size="00091000"/>
    <module path="/usr/share/fonts/truetype/ttf-bitstream-vera/VeraSe.ttf" address="b599c000" size="0000f000"/>
    <module path="/usr/share/fonts/truetype/msttcorefonts/Andale_Mono.ttf" address="b59cd000" size="0001a000"/>
    <module path="/usr/share/codeblocks/plugins/libcodecompletion.so" address="b61f7000" size="00096000"/>
    <module path="/usr/share/codeblocks/plugins/libhelp_plugin.so" address="b6296000" size="00028000"/>
    <module path="/usr/share/codeblocks/plugins/libclasswizard.so" address="b62cc000" size="00001000"/>
    <module path="/usr/share/codeblocks/plugins/libprofiler.so" address="b62f8000" size="00002000"/>
    <module path="/usr/share/codeblocks/plugins/libpluginwizard.so" address="b631d000" size="00002000"/>
    <module path="/usr/share/codeblocks/plugins/libcompiler.so" address="b63ef000" size="00005000"/>
    <module path="/usr/share/codeblocks/plugins/libkeybinder.so" address="b63f5000" size="00047000"/>
    <module path="/usr/share/codeblocks/plugins/libdefaultmimehandler.so" address="b643d000" size="00024000"/>
    <module path="/usr/share/codeblocks/plugins/libtodo.so" address="b648f000" size="00002000"/>
    <module path="/usr/share/codeblocks/plugins/libcodestat.so" address="b64b7000" size="00002000"/>
    <module path="/usr/share/codeblocks/plugins/libastyle.so" address="b6501000" size="00002000"/>
    <module path="/usr/share/codeblocks/plugins/libwxsmith.so" address="b6683000" size="00017000"/>
    <module path="/SYSV00000000" address="b669e000" size="00063000"/>
    <module path="/usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so" address="b6707000" size="00001000" version="xpm"/>
    <module path="/SYSV00000000" address="b6715000" size="00060000"/>
    <module path="/usr/share/locale-langpack/pl/LC_MESSAGES/gtk20-properties.mo" address="b6799000" size="0001d000"/>
    <module path="/usr/lib/gconv/ISO8859-2.so" address="b67d9000" size="00003000" version="2"/>
    <module path="/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf" address="b67f7000" size="00011000"/>
    <module path="/usr/share/locale-langpack/pl/LC_MESSAGES/libc.mo" address="b6809000" size="0001d000"/>
    <module path="/usr/lib/pango/1.4.0/modules/pango-basic-fc.so" address="b6828000" size="00001000" version="fc"/>
    <module path="/usr/lib/libgnomecanvas-2.so.0.1200.0" address="b6850000" size="00003000" version="0.1200.0"/>
    <module path="/usr/lib/libgnomeprintui-2-2.so.0.1.0" address="b6887000" size="00003000" version="0.1.0"/>
    <module path="/usr/lib/libxml2.so.2.6.21" address="b698d000" size="00008000" version="2.6.21"/>
    <module path="/usr/lib/libgnomeprint-2-2.so.0.1.0" address="b6996000" size="00062000" version="0.1.0"/>
    <module path="/lib/tls/i686/cmov/libnss_files-2.3.5.so" address="b6a1d000" size="00001000" version="2.3.5"/>
    <module path="/lib/tls/i686/cmov/libnss_nis-2.3.5.so" address="b6a26000" size="00001000" version="2.3.5"/>
    <module path="/lib/tls/i686/cmov/libnss_compat-2.3.5.so" address="b6a2f000" size="00001000" version="2.3.5"/>
    <module path="/usr/lib/libart_lgpl_2.so.2.3.17" address="b6a4b000" size="00001000" version="2.3.17"/>
    <module path="/usr/lib/gconv/ISO8859-1.so" address="b6a69000" size="00002000" version="1"/>
    <module path="/usr/lib/X11/locale/common/xlcUTF8Load.so.2.0.0" address="b6a76000" size="00002000" version="2.0.0"/>
    <module path="/usr/lib/libXdmcp.so.6.0.0" address="b6c1d000" size="00004000" version="6.0.0"/>
    <module path="/usr/lib/libXau.so.6.0.0" address="b6c23000" size="00001000" version="6.0.0"/>
    <module path="/usr/lib/libpangoft2-1.0.so.0.1001.0" address="b6c46000" size="00001000" version="0.1001.0"/>
    <module path="/usr/lib/libfontconfig.so.1.0.4" address="b6c48000" size="0002d000" version="1.0.4"/>
    <module path="/usr/lib/libexpat.so.1.0.0" address="b6c76000" size="0001f000" version="1.0.0"/>
    <module path="/usr/lib/libtiff.so.4.1.3" address="b6c96000" size="00051000" version="4.1.3"/>
    <module path="/usr/lib/libjpeg.so.62.0.0" address="b6d05000" size="00001000" version="62.0.0"/>
    <module path="/usr/lib/libpng12.so.0.1.2.8" address="b6d29000" size="00001000" version="0.1.2.8"/>
    <module path="/usr/lib/libglib-2.0.so.0.800.3" address="b6da6000" size="00005000" version="0.800.3"/>
    <module path="/usr/lib/libgthread-2.0.so.0.800.3" address="b6dae000" size="00001000" version="0.800.3"/>
    <module path="/usr/lib/libgmodule-2.0.so.0.800.3" address="b6db1000" size="00001000" version="0.800.3"/>
    <module path="/usr/lib/libgobject-2.0.so.0.800.3" address="b6db3000" size="00037000" version="0.800.3"/>
    <module path="/usr/lib/libX11.so.6.2.0" address="b6ea7000" size="00003000" version="6.2.0"/>
    <module path="/usr/lib/libXrender.so.1.3.0" address="b6eb1000" size="00001000" version="1.3.0"/>
    <module path="/usr/lib/libcairo.so.2.2.3" address="b6ef6000" size="00002000" version="2.2.3"/>
    <module path="/usr/lib/libfreetype.so.6.3.5" address="b6f5b000" size="00007000" version="6.3.5"/>
    <module path="/usr/lib/libpango-1.0.so.0.1001.0" address="b6f94000" size="00003000" version="0.1001.0"/>
    <module path="/usr/lib/libXfixes.so.3.0.0" address="b6f98000" size="00004000" version="3.0.0"/>
    <module path="/usr/lib/libXcursor.so.1.0.2" address="b6fa4000" size="00001000" version="1.0.2"/>
    <module path="/usr/lib/libXext.so.6.4.1" address="b6fb1000" size="00001000" version="6.4.1"/>
    <module path="/usr/lib/libXrandr.so.2.0.1" address="b6fb4000" size="00001000" version="2.0.1"/>
    <module path="/usr/lib/libXi.so.6.0.0" address="b6fbc000" size="00001000" version="6.0.0"/>
    <module path="/usr/lib/libXinerama.so.1.0.0" address="b6fbf000" size="00001000" version="1.0.0"/>
    <module path="/usr/lib/libpangocairo-1.0.so.0.1001.0" address="b6fc1000" size="00006000" version="0.1001.0"/>
    <module path="/usr/lib/libgdk_pixbuf-2.0.so.0.800.6" address="b6fdb000" size="00002000" version="0.800.6"/>
    <module path="/usr/lib/libatk-1.0.so.0.1010.3" address="b6ff5000" size="00003000" version="0.1010.3"/>
    <module path="/usr/lib/libgtk-x11-2.0.so.0.800.6" address="b72a0000" size="00029000" version="0.800.6"/>
    <module path="/usr/lib/libz.so.1.2.3" address="b72cc000" size="00014000" version="1.2.3"/>
    <module path="/usr/lib/libgdk-x11-2.0.so.0.800.6" address="b72e1000" size="0007d000" version="0.800.6"/>
    <module path="/usr/lib/libwxscintilla.so.0.0.1" address="b745c000" size="00004000" version="0.0.1"/>
    <module path="/lib/tls/i686/cmov/libc-2.3.5.so" address="b7461000" size="0012c000" version="2.3.5"/>
    <module path="/lib/libgcc_s.so.1" address="b758f000" size="0000a000" version="1"/>
    <module path="/lib/tls/i686/cmov/libm-2.3.5.so" address="b75ba000" size="00001000" version="2.3.5"/>
    <module path="/usr/lib/libstdc++.so.6.0.7" address="b7686000" size="00005000" version="6.0.7"/>
    <module path="/usr/lib/libwx_baseu-2.6.so.0.0.0" address="b7690000" size="00117000" version="0.0.0"/>
    <module path="/usr/lib/libwx_baseu_net-2.6.so.0.0.0" address="b77b5000" size="00029000" version="0.0.0"/>
    <module path="/usr/lib/libwx_baseu_xml-2.6.so.0.0.0" address="b77e6000" size="00001000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_core-2.6.so.0.0.0" address="b7a80000" size="00022000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_adv-2.6.so.0.0.0" address="b7aa8000" size="00095000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_html-2.6.so.0.0.0" address="b7b3e000" size="00085000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_qa-2.6.so.0.0.0" address="b7bc4000" size="0001f000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_xrc-2.6.so.0.0.0" address="b7c5e000" size="00004000" version="0.0.0"/>
    <module path="/lib/tls/i686/cmov/libdl-2.3.5.so" address="b7c63000" size="00003000" version="2.3.5"/>
    <module path="/lib/tls/i686/cmov/libpthread-2.3.5.so" address="b7c75000" size="00001000" version="2.3.5"/>
    <module path="/usr/lib/libcodeblocks.so.0.0.1" address="b7c78000" size="00336000" version="0.0.1"/>
    <module path="/lib/tls/i686/cmov/libnsl-2.3.5.so" address="b7fb8000" size="00013000" version="2.3.5"/>
    <module path="/lib/ld-2.3.5.so" address="b7fd0000" size="00016000" version="2.3.5"/>
  </modules>
  <stack>
    <frame level="2" function="wxStackWalker::Walk(unsigned int)" offset="00000030"/>
    <frame level="3" function="wxDebugReport::AddContext(wxDebugReport::Context)" offset="00000a16"/>
    <frame level="4" function="wxDebugReport::AddAll(wxDebugReport::Context)" offset="00000018"/>
    <frame level="5" function="wxHtmlWindow::LoadPage(wxString const&amp;)" offset="00000c0c"/>
    <frame level="6" function="wxFatalSignalHandler" offset="00000026"/>
    <frame level="7"/>
    <frame level="8"/>
    <frame level="9" function="MainFrame::OnSettingsEnvironment(wxCommandEvent&amp;)" offset="0000004a"/>
    <frame level="10" function="wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&amp;), wxEvent&amp;) const" offset="00000031"/>
    <frame level="11" function="wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&amp;, wxEvtHandler*, wxEvent&amp;)" offset="0000007d"/>
    <frame level="12" function="wxEventHashTable::HandleEvent(wxEvent&amp;, wxEvtHandler*)" offset="00000074"/>
    <frame level="13" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="000000bd"/>
    <frame level="14" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="15" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="16" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="17" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="18" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="19" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="00000063"/>
    <frame level="20"/>
    <frame level="21" function="g_cclosure_marshal_VOID__VOID" offset="00000043"/>
    <frame level="22" function="g_closure_invoke" offset="0000011e"/>
    <frame level="23"/>
    <frame level="24" function="g_signal_emit_valist" offset="000006ab"/>
    <frame level="25" function="g_signal_emit" offset="00000029"/>
    <frame level="26" function="gtk_widget_activate" offset="0000008a"/>
    <frame level="27" function="gtk_menu_shell_activate_item" offset="000000d0"/>
    <frame level="28"/>
    <frame level="29"/>
    <frame level="30" function="_gtk_marshal_BOOLEAN__BOXED" offset="00000058"/>
    <frame level="31"/>
    <frame level="32" function="g_closure_invoke" offset="0000011e"/>
    <frame level="33"/>
    <frame level="34" function="g_signal_emit_valist" offset="0000041e"/>
    <frame level="35" function="g_signal_emit" offset="00000029"/>
    <frame level="36"/>
    <frame level="37" function="gtk_propagate_event" offset="000000c1"/>
    <frame level="38" function="gtk_main_do_event" offset="00000325"/>
    <frame level="39"/>
    <frame level="40" function="g_main_context_dispatch" offset="000001dc"/>
    <frame level="41"/>
    <frame level="42" function="g_main_loop_run" offset="000001a1"/>
    <frame level="43" function="gtk_main" offset="000000b4"/>
    <frame level="44" function="wxEventLoop::Run()" offset="00000055"/>
    <frame level="45" function="wxAppBase::MainLoop()" offset="0000004c"/>
    <frame level="46" function="wxAppBase::OnRun()" offset="00000021"/>
    <frame level="47"/>
    <frame level="48" function="wxEntry(int&amp;, wchar_t**)" offset="0000005c"/>
    <frame level="49" function="wxEntry(int&amp;, char**)" offset="00000032"/>
    <frame level="50" function="EditorBase::CreateContextSubMenu(int)" offset="000002ac"/>
  </stack>
</report>

Offline aarti_pl

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 22 march 2006 build is out.
« Reply #7 on: March 22, 2006, 09:50:10 pm »
aaa... I almost forget there is also gdc compiler of "D" for Linux :-)

BR
Aarti_pl

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: The 22 march 2006 build is out.
« Reply #8 on: March 22, 2006, 09:52:40 pm »
There is standard DigitalMars dmd compiler for linux - I use it, so there must be one :-)
I meant there is no support for D compilers in the linux version of Code::Blocks. The only "out of the box" supported compilers in Code::Blocks when using the linux version are the ones I posted.
Life would be so much easier if we could just look at the source code.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 march 2006 build is out.
« Reply #9 on: March 22, 2006, 10:06:27 pm »
Now that I got you online:
Code: diff
Index: src/sdk/projectmanager.cpp
===================================================================
--- src/sdk/projectmanager.cpp  (revision 2227)
+++ src/sdk/projectmanager.cpp  (working copy)
@@ -46,6 +46,7 @@
     #include "xtra_classes.h"
     #include <wx/dir.h>
     #include "globals.h"
+    #include "cbexception.h"
 #endif

 #include <wx/utils.h>
Index: src/sdk/projectfileoptionsdlg.cpp
===================================================================
--- src/sdk/projectfileoptionsdlg.cpp   (revision 2227)
+++ src/sdk/projectfileoptionsdlg.cpp   (working copy)
@@ -28,6 +28,7 @@

 #ifndef CB_PRECOMP
     #include "cbproject.h"
+    #include "compilerfactory.h"
     #include <wx/xrc/xmlres.h>
     #include <wx/intl.h>
     #include <wx/choice.h>

For building without precompiled headers in linux (well you know the case)...

will adjust it tomorrow, thanks for the feedback


[EDIT] : done : rev 2229
« Last Edit: March 23, 2006, 09:13:11 am by killerbot »

Offline aarti_pl

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 22 march 2006 build is out.
« Reply #10 on: March 22, 2006, 10:08:07 pm »
It's quite obvious that there is no support - I can not see it on compiler list. So that's why I wrote that I would be happy to have such a support. It shouldn't be so complicated as Windows version of CB works with D compiler very good. There is no difference regarding invoking options between Windows dmd and Linux dmd.

And BTW please do not forget about this bug causing CB crash which I reported earlier in this thread...

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 22 march 2006 build is out.
« Reply #11 on: March 23, 2006, 10:15:25 am »
Hello,

I have got a problem with that build. I can't open my projects anymore.
I double click on my Test.cbp file and I have this first error message



I close it and I have the second one. I click on the button OK and C::B enter in a infinite loop.
I stay on the splash screen, my CPU is used to 100% and nothing else happen  :(



You can find my "project" here: http://www.badongo.com/file/344520

I am using Windows 2000 sp4.

For the moment, I going back to the previous version which work for me.

Have a nice day.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 22 march 2006 build is out.
« Reply #12 on: March 23, 2006, 10:55:40 am »
I have got a problem with that build. I can't open my projects anymore...

i could load, convert, save and reload your sample project without problems using CB svn rev. 2228.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 march 2006 build is out.
« Reply #13 on: March 23, 2006, 11:18:44 am »
Hello,

I have got a problem with that build. I can't open my projects anymore.
I double click on my Test.cbp file and I have this first error message



I close it and I have the second one. I click on the button OK and C::B enter in a infinite loop.
I stay on the splash screen, my CPU is used to 100% and nothing else happen  :(



You can find my "project" here: http://www.badongo.com/file/344520

I am using Windows 2000 sp4.

For the moment, I going back to the previous version which work for me.

Have a nice day.


I have tried your project also (winXP rev 2228), and it worked ok.

However, that first dialog box : I have the impression that's the DDE bug again (it has to do with showing dialog boxes too early, like with the tooltips a few weeks ago).

The second part, no idea at all. :-(

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 22 march 2006 build is out.
« Reply #14 on: March 23, 2006, 11:20:30 am »
Hello ,

Quote
i could load, convert, save and reload your sample project without problems using CB svn rev. 2228

rev. 2228? How is it possible. The last build seems to be the 2227.

Otherwise, I found what is the problem. It only occurs when "Show Spash screen at startup" option is enaled
If I disable this option I can see the following message box and my project is converted normally.



I hope this problem will be fix in a future release.

Should I have to post this bug on BerliOS site?

Thanks and have a nice day.