Author Topic: The 10 July 2007 build (4256) is out.  (Read 12694 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 10 July 2007 build (4256) is out.
« on: July 10, 2007, 07:00:55 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.

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 10 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_Ubuntu6.10+7.04_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Win32GUI Wizard: Added support for Dialog based app creation. (Thanks Skirby for the sample code)
  • Added: Support for $(PlatformName) macro in MSVC 7+ project file import
  • envvars plugin: added possibility to clone an envvar set and GUI enhancement for Linux, code cleanup
  • use more comfortable way to choose extra toolchain path's (this also allows the use of GCV's and improves consitency)
  • New plugin: ProjectsImporter. Moved all code that imports foreign projects/workspaces from the SDK to this new plugin
  • Code completion: Fixed [bug #11533] (class browser crash on windows)

Regressions/Confirmed/Annoying/Common bugs:

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


Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 10 July 2007 build (4256) is out.
« Reply #1 on: July 10, 2007, 08:27:38 pm »
  • Win32GUI Wizard: Added support for Dialog based app creation. (Thanks Skirby for the sample code)
Thanks Biplab for adding this feature  :D

I am waiting now for MDI Win32GUI wizard  :wink:


For those who want an excellent resources editor, you can use ResED.
See http://www.assembler.ca/radasm/projects/ResEd.zip

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 10 July 2007 build (4256) is out.
« Reply #2 on: July 10, 2007, 10:53:20 pm »
Missing Includes needed to compile on windows without precompiled headers.

Tim S


Index: src/plugins/projectsimporter/projectsimporter.cpp
===================================================================
--- src/plugins/projectsimporter/projectsimporter.cpp   (revision 4257)
+++ src/plugins/projectsimporter/projectsimporter.cpp   (working copy)
@@ -19,6 +19,10 @@
     #include "globals.h"
     #include "manager.h"
     #include "projectmanager.h"
+    #include "messagemanager.h"
+    #include "compilerfactory.h"
+    #include "cbproject.h"
+    #include "cbworkspace.h"
 #endif
 
 #include "projectsimporter.h"
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline JPlaroche

  • Multiple posting newcomer
  • *
  • Posts: 29
    • OMBREBLEU
Re: The 10 July 2007 build (4256) is out.
« Reply #3 on: July 11, 2007, 06:28:43 am »
I have a probleme of this kind(genre)

Thank you

Ps (the last one update realized)

j'ai un probleme de ce genre

merci

ps( dernier mise à jour réalisé)

size ecran 800/640http://www.ombrebleu.com/wxsrc/target_beug_800_640.jpg
chef de projet MASTER (AS400  RPGILE  C   and SYTEM)

student c++ and wxwidgets for validation acquis (Jean-Pierre) wxformbuilder

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 10 July 2007 build (4256) is out.
« Reply #4 on: July 11, 2007, 08:40:40 am »
Missing Includes needed to compile on windows without precompiled headers.

Tim S


Index: src/plugins/projectsimporter/projectsimporter.cpp
===================================================================
--- src/plugins/projectsimporter/projectsimporter.cpp   (revision 4257)
+++ src/plugins/projectsimporter/projectsimporter.cpp   (working copy)
@@ -19,6 +19,10 @@
     #include "globals.h"
     #include "manager.h"
     #include "projectmanager.h"
+    #include "messagemanager.h"
+    #include "compilerfactory.h"
+    #include "cbproject.h"
+    #include "cbworkspace.h"
 #endif
 
 #include "projectsimporter.h"

done

mariocup

  • Guest
Re: The 10 July 2007 build (4256) is out.
« Reply #5 on: July 11, 2007, 08:51:36 am »
Hi,

I' m working under linux and updated to svn 4258. There seems to be a fix grey box that is always in the foreground and overlaps with the manangement view or toolbars.

Thus other linux user have the same problem?

Bye,

Mario

[attachment deleted by admin]

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 10 July 2007 build (4256) is out.
« Reply #6 on: July 11, 2007, 09:15:16 am »
Disable the cbilplugin and see what happens. If it goes away and you still want that plugin, try rebuilding it.

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Crash in wxSmith UI -> wcslen
« Reply #7 on: July 11, 2007, 11:23:07 am »

I guess I might as well report it here while waiting, waiting, waiting, waiting, and guess what, yup, still waiting for the registration confirmation email from Berlios :D

When creating a wxWidgets project that uses wxSmith, right after pressing the Finish button on the wizard, the IDE tries to load wxSmith UI and crashes:

Code
<?xml version="1.0" encoding="utf-8"?>
<report version="1.0" kind="exception">
  <system description="Linux 2.6.21-ck i686"/>
  <modules>
    <module path="/usr/local/bin/codeblocks" address="08048000" size="00091000"/>
    <module path="[heap]" address="080de000" size="00ef2000"/>
    <module path="/usr/local/share/codeblocks/plugins/libdebugger.so" address="b2963000" size="00092000"/>
    <module path="/usr/local/share/codeblocks/plugins/libcompiler.so" address="b29fc000" size="000ff000"/>
    <module path="/usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf" address="b2c01000" size="00047000"/>
    <module path="/usr/local/share/codeblocks/plugins/libcb_koders.so" address="b2c5d000" size="00001000"/>
    <module path="/usr/local/share/codeblocks/plugins/libhelp_plugin.so" address="b2c70000" size="00001000"/>
    <module path="/usr/local/share/codeblocks/plugins/liblib_finder.so" address="b2c8b000" size="00002000"/>
    <module path="/usr/local/share/codeblocks/plugins/libautosave.so" address="b2c98000" size="00001000"/>
    <module path="/usr/local/share/codeblocks/plugins/libclasswizard.so" address="b2ca9000" size="00001000"/>
    <module path="/usr/local/share/codeblocks/plugins/libcodecompletion.so" address="b34ab000" size="000a8000"/>
    <module path="/usr/local/share/codeblocks/plugins/libprojectsimporter.so" address="b3560000" size="00028000"/>
    <module path="/usr/local/share/codeblocks/plugins/libRegExTestbed.so" address="b3589000" size="0000b000"/>
    <module path="/usr/local/share/codeblocks/plugins/libcodesnippets.so" address="b3595000" size="00091000"/>
    <module path="/usr/local/share/codeblocks/plugins/libbyogames.so" address="b362e000" size="0002e000"/>
    <module path="/usr/local/share/codeblocks/plugins/libscriptedwizard.so" address="b365f000" size="0005e000"/>
    <module path="/usr/local/lib/libwxsmithlib.so.0.0.1" address="b36c2000" size="0020d000" version="0.0.1"/>
    <module path="/usr/local/share/codeblocks/plugins/libwxsmithcontribitems.so" address="b38e5000" size="00040000"/>
    <module path="/usr/local/share/codeblocks/plugins/libexporter.so" address="b3929000" size="000b0000"/>
    <module path="/usr/local/share/codeblocks/plugins/libenvvars.so" address="b39de000" size="00019000"/>
    <module path="/usr/local/share/codeblocks/plugins/libProfiler.so" address="b39f9000" size="00018000"/>
    <module path="/usr/local/share/codeblocks/plugins/libtodo.so" address="b3a12000" size="00021000"/>
    <module path="/usr/local/share/codeblocks/plugins/libcodestat.so" address="b3a35000" size="00013000"/>
    <module path="/usr/local/share/codeblocks/plugins/libastyle.so" address="b3a49000" size="0002d000"/>
    <module path="/usr/local/share/codeblocks/plugins/libkeybinder.so" address="b3a78000" size="0003b000"/>
    <module path="/usr/share/fonts/TTF/DejaVuSans.ttf" address="b5aba000" size="0008b000"/>
    <module path="/SYSV00000000" address="b5bc9000" size="00060000"/>
    <module path="/usr/local/share/codeblocks/plugins/libSymTab.so" address="b5c42000" size="00002000"/>
    <module path="/usr/local/share/codeblocks/plugins/libdefaultmimehandler.so" address="b5c52000" size="00001000"/>
    <module path="/SYSV00000000" address="b5c6d000" size="00060000"/>
    <module path="/usr/lib/gconv/ISO8859-1.so" address="b5cf8000" size="00001000" version="1"/>
    <module path="/usr/local/share/codeblocks/plugins/libdragscroll.so" address="b5cfb000" size="00018000"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" address="b5d15000" size="00006000" version="xpm"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so" address="b5d1c000" size="00004000" version="png"/>
    <module path="/opt/kde/lib/libkdefx.so.4.2.0" address="b5d21000" size="00028000" version="4.2.0"/>
    <module path="/opt/kde/lib/kde3/plugins/styles/plastik.so" address="b5d4a000" size="0001c000"/>
    <module path="/var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2" address="b5d67000" size="00010000"/>
    <module path="/var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2" address="b5d81000" size="00018000"/>
    <module path="/var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86.cache-2" address="b5ddf000" size="00046000"/>
    <module path="/usr/lib/libXt.so.6.0.0" address="b5e70000" size="00004000" version="6.0.0"/>
    <module path="/usr/lib/libdrm.so.2.3.0" address="b5e7c000" size="00001000" version="2.3.0"/>
    <module path="/usr/lib/libXft.so.2.1.2" address="b5e8e000" size="00001000" version="2.1.2"/>
    <module path="/usr/lib/libXmu.so.6.2.0" address="b5ea3000" size="00001000" version="6.2.0"/>
    <module path="/usr/lib/libGL.so.1.2" address="b5efa000" size="00005000" version="1.2"/>
    <module path="/opt/qt/lib/libqt-mt.so.3.3.8" address="b5f00000" size="0067e000" version="3.3.8"/>
    <module path="/usr/share/locale/pl/LC_MESSAGES/libc.mo" address="b65c2000" size="00020000"/>
    <module path="/lib/libnss_files-2.6.so" address="b65ea000" size="00002000" version="2.6"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/engines/libqtengine.so" address="b660b000" size="00001000" version="2.0/2.10.0/engines/libqtengine"/>
    <module path="/usr/local/share/codeblocks/plugins/libwxsmith.so" address="b660e000" size="00001000"/>
    <module path="/usr/lib/locale/locale-archive" address="b6631000" size="0003d000"/>
    <module path="/usr/lib/libICE.so.6.3.0" address="b6871000" size="00015000" version="6.3.0"/>
    <module path="/usr/lib/libXdmcp.so.6.0.0" address="b6889000" size="00004000" version="6.0.0"/>
    <module path="/usr/lib/libXau.so.6.0.0" address="b688e000" size="00002000" version="6.0.0"/>
    <module path="/usr/lib/libexpat.so.1.5.2" address="b6892000" size="0001e000" version="1.5.2"/>
    <module path="/usr/lib/libtiff.so.3.8.2" address="b68b2000" size="00052000" version="3.8.2"/>
    <module path="/usr/lib/libjpeg.so.62.0.0" address="b6906000" size="0001f000" version="62.0.0"/>
    <module path="/usr/lib/libSM.so.6.0.0" address="b6926000" size="00007000" version="6.0.0"/>
    <module path="/usr/lib/libXxf86vm.so.1.0.0" address="b692f000" size="00004000" version="1.0.0"/>
    <module path="/lib/librt-2.6.so" address="b6934000" size="00007000" version="2.6"/>
    <module path="/usr/lib/libgthread-2.0.so.0.1200.12" address="b693d000" size="00003000" version="0.1200.12"/>
    <module path="/usr/lib/libfreetype.so.6.3.16" address="b6941000" size="00077000" version="6.3.16"/>
    <module path="/usr/lib/libpangoft2-1.0.so.0.1600.4" address="b69bc000" size="0002a000" version="0.1600.4"/>
    <module path="/lib/libz.so.1.2.3" address="b69e8000" size="00011000" version="1.2.3"/>
    <module path="/usr/lib/libXcursor.so.1.0.2" address="b69fa000" size="00008000" version="1.0.2"/>
    <module path="/usr/lib/libXrandr.so.2.1.0" address="b6a03000" size="00005000" version="2.1.0"/>
    <module path="/usr/lib/libXi.so.6.0.0" address="b6a09000" size="00007000" version="6.0.0"/>
    <module path="/usr/lib/libXinerama.so.1.0.0" address="b6a11000" size="00002000" version="1.0.0"/>
    <module path="/usr/lib/libXrender.so.1.3.0" address="b6a15000" size="00007000" version="1.3.0"/>
    <module path="/usr/lib/libXext.so.6.4.0" address="b6a1d000" size="0000d000" version="6.4.0"/>
    <module path="/usr/lib/libfontconfig.so.1.2.0" address="b6a2b000" size="00023000" version="1.2.0"/>
    <module path="/usr/lib/libXfixes.so.3.1.0" address="b6a56000" size="00004000" version="3.1.0"/>
    <module path="/usr/lib/libX11.so.6.2.0" address="b6a5b000" size="000e8000" version="6.2.0"/>
    <module path="/lib/libc-2.6.so" address="b6b48000" size="0012a000" version="2.6"/>
    <module path="/lib/libc-2.6.so" address="b6c73000" size="00002000" version="2.6"/>
    <module path="/usr/lib/libgcc_s.so.1" address="b6c78000" size="0000a000" version="1"/>
    <module path="/lib/libm-2.6.so" address="b6c83000" size="00022000" version="2.6"/>
    <module path="/usr/lib/libstdc++.so.6.0.9" address="b6ca7000" size="000de000" version="6.0.9"/>
    <module path="/usr/lib/libstdc++.so.6.0.9" address="b6d88000" size="00002000" version="6.0.9"/>
    <module path="/lib/libdl-2.6.so" address="b6d90000" size="00002000" version="2.6"/>
    <module path="/lib/libpthread-2.6.so" address="b6d94000" size="00013000" version="2.6"/>
    <module path="/usr/lib/libwx_baseu-2.8.so.0.0.0" address="b6dac000" size="00146000" version="0.0.0"/>
    <module path="/usr/lib/libwx_baseu_net-2.8.so.0.0.0" address="b6f01000" size="0002b000" version="0.0.0"/>
    <module path="/usr/lib/libwx_baseu_xml-2.8.so.0.0.0" address="b6f2e000" size="00009000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_core-2.8.so.0.0.0" address="b6f38000" size="00311000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_adv-2.8.so.0.0.0" address="b727b000" size="000b3000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_html-2.8.so.0.0.0" address="b733a000" size="00094000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_qa-2.8.so.0.0.0" address="b73d5000" size="0001d000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_xrc-2.8.so.0.0.0" address="b73f4000" size="0008c000" version="0.0.0"/>
    <module path="/usr/lib/libwx_gtk2u_aui-2.8.so.0.0.0" address="b7485000" size="0004b000" version="0.0.0"/>
    <module path="/usr/local/lib/libcodeblocks.so.0.0.1" address="b74d4000" size="004ba000" version="0.0.1"/>
    <module path="/usr/lib/libglib-2.0.so.0.1200.12" address="b79b0000" size="00091000" version="0.1200.12"/>
    <module path="/usr/lib/libgmodule-2.0.so.0.1200.12" address="b7a42000" size="00002000" version="0.1200.12"/>
    <module path="/usr/lib/libgobject-2.0.so.0.1200.12" address="b7a45000" size="00038000" version="0.1200.12"/>
    <module path="/usr/lib/libcairo.so.2.11.5" address="b7a7e000" size="00072000" version="2.11.5"/>
    <module path="/usr/lib/libpango-1.0.so.0.1600.4" address="b7af2000" size="0003b000" version="0.1600.4"/>
    <module path="/usr/lib/libpangocairo-1.0.so.0.1600.4" address="b7b2f000" size="00007000" version="0.1600.4"/>
    <module path="/usr/lib/libpng12.so.0.18.0" address="b7b38000" size="00021000" version="0.18.0"/>
    <module path="/usr/lib/libgdk_pixbuf-2.0.so.0.1000.13" address="b7b5a000" size="00015000" version="0.1000.13"/>
    <module path="/usr/lib/libatk-1.0.so.0.1809.1" address="b7b70000" size="00018000" version="0.1809.1"/>
    <module path="/usr/lib/libgdk-x11-2.0.so.0.1000.13" address="b7b8a000" size="0007e000" version="0.1000.13"/>
    <module path="/usr/lib/libgtk-x11-2.0.so.0.1000.13" address="b7c0b000" size="00336000" version="0.1000.13"/>
    <module path="/SYSV00000000" address="b7f4b000" size="00003000"/>
    <module path="/usr/lib/pango/1.6.0/modules/pango-basic-fc.so" address="b7f50000" size="00001000" version="fc"/>
    <module path="/usr/lib/gconv/ISO8859-2.so" address="b7f61000" size="00002000" version="2"/>
    <module path="/usr/lib/gconv/UTF-32.so" address="b7f65000" size="00002000" version="32"/>
    <module path="[vdso]" address="b7f69000" size="00001000"/>
    <module path="/lib/ld-2.6.so" address="b7f84000" size="00001000" version="2.6"/>
  </modules>
  <stack>
    <frame level="0" function="wxFatalSignalHandler" offset="00000026"/>
    <frame level="1"/>
    <frame level="2" function="wcslen" offset="00000008"/>
    <frame level="3" function="wxStringBase::InitWith(wchar_t const*, unsigned int, unsigned int)" offset="00000095"/>
    <frame level="4" function="wxPGChoices::Add(wchar_t const**, long const*)" offset="00000086"/>
    <frame level="5" function="wxEnumPropertyClass::wxEnumPropertyClass(wxString const&amp;, wxString const&amp;, wchar_t const**, long const*, int)" offset="0000006d"/>
    <frame level="6"/>
    <frame level="7" function="wxsColourProperty::PGCreate(wxsPropertyContainer*, wxPropertyGridManager*, wxPGId)" offset="00000030"/>
    <frame level="8" function="wxsPropertyContainer::Property(wxsProperty&amp;)" offset="00000160"/>
    <frame level="9" function="wxsBaseProperties::OnEnumProperties(long)" offset="0000015c"/>
    <frame level="10" function="wxsPropertyContainer::SubContainer(wxsPropertyContainer*, long)" offset="0000004c"/>
    <frame level="11" function="wxsItem::EnumItemProperties(long)" offset="00000401"/>
    <frame level="12" function="wxsItem::OnEnumProperties(long)" offset="0000004c"/>
    <frame level="13" function="wxsPropertyContainer::ShowInPropertyGrid()" offset="00000098"/>
    <frame level="14" function="wxsItemResData::SelectItem(wxsItem*, bool)" offset="00000070"/>
    <frame level="15" function="wxsItemResData::Load()" offset="000000ba"/>
    <frame level="16" function="wxsItemResData::wxsItemResData(wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxsCodingLang, wxTreeItemId, wxsItemEditor*, wxsItemResFunctions*)" offset="0000019f"/>
    <frame level="17" function="wxsItemEditor::InitializeResourceData()" offset="00000167"/>
    <frame level="18" function="wxsItemEditor::wxsItemEditor(wxWindow*, wxsItemRes*)" offset="0000014c"/>
    <frame level="19" function="wxsItemRes::OnCreateEditor(wxWindow*)" offset="0000003e"/>
    <frame level="20" function="wxsResource::EditOpen()" offset="0000006e"/>
    <frame level="21"/>
    <frame level="22" function="int SqPlus::Call&lt;void, cbProject*, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;&gt;(void (*)(cbProject*, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;), SQVM*, int)" offset="0000011d"/>
    <frame level="23" function="SqPlus::DirectCallFunction&lt;void (*)(cbProject*, wxString const&amp;, wxString const&amp;, wxString const&amp;, wxString const&amp;)&gt;::Dispatch(SQVM*)" offset="00000061"/>
    <frame level="24" function="SQVM::CallNative(SQNativeClosure*, int, int, bool, SQObjectPtr&amp;, bool&amp;)" offset="000002bb"/>
    <frame level="25" function="SQVM::Execute(SQObjectPtr&amp;, int, int, int, SQObjectPtr&amp;, unsigned int, SQVM::ExecutionType)" offset="00002dda"/>
    <frame level="26" function="SQVM::Call(SQObjectPtr&amp;, int, int, SQObjectPtr&amp;, unsigned int)" offset="0000008a"/>
    <frame level="27" function="sq_call" offset="0000006f"/>
    <frame level="28" function="Wiz::RunProjectWizard(wxString*)" offset="00000cf7"/>
    <frame level="29" function="Wiz::Launch(int, wxString*)" offset="00000eb2"/>
    <frame level="30" function="TemplateManager::NewFromTemplate(NewFromTemplateDlg&amp;, wxString*)" offset="00000052"/>
    <frame level="31" function="TemplateManager::New(TemplateOutputType, wxString*)" offset="000000c6"/>
    <frame level="32" function="MainFrame::OnFileNewWhat(wxCommandEvent&amp;)" offset="00000000" file="../../../trunk/src/src/main.cpp" line="2065"/>
    <frame level="33" function="wxStringBase::GetStringData() const" offset="00000000" file="/usr/include/wx-2.8/wx/string.h" line="265"/>
    <frame level="34" function="wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&amp;), wxEvent&amp;) const" offset="00000035"/>
    <frame level="35" function="wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&amp;, wxEvtHandler*, wxEvent&amp;)" offset="0000008f"/>
    <frame level="36" function="wxEventHashTable::HandleEvent(wxEvent&amp;, wxEvtHandler*)" offset="0000007b"/>
    <frame level="37" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="000000cf"/>
    <frame level="38" function="wxEvtHandler::ProcessPendingEvents()" offset="00000070"/>
    <frame level="39" function="wxAppConsole::ProcessPendingEvents()" offset="0000005f"/>
    <frame level="40" function="wxAppBase::OnIdle(wxIdleEvent&amp;)" offset="00000022"/>
    <frame level="41" function="wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&amp;), wxEvent&amp;) const" offset="00000035"/>
    <frame level="42" function="wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&amp;, wxEvtHandler*, wxEvent&amp;)" offset="0000008f"/>
    <frame level="43" function="wxEventHashTable::HandleEvent(wxEvent&amp;, wxEvtHandler*)" offset="0000007b"/>
    <frame level="44" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="000000cf"/>
    <frame level="45" function="wxAppBase::ProcessIdle()" offset="0000009c"/>
    <frame level="46"/>
    <frame level="47"/>
    <frame level="48" function="g_main_context_dispatch" offset="00000182"/>
    <frame level="49"/>
    <frame level="50" function="g_main_loop_run" offset="000001a9"/>
    <frame level="51" function="gtk_main" offset="000000b4"/>
    <frame level="52" function="wxEventLoop::Run()" offset="0000005c"/>
    <frame level="53" function="wxAppBase::MainLoop()" offset="0000004e"/>
    <frame level="54" function="wxAppBase::OnRun()" offset="00000021"/>
    <frame level="55" function="CodeBlocksApp::OnRun()" offset="00000000" file="../../../trunk/src/src/app.cpp" line="602"/>
  </stack>
</report>

When I build from SVN I always delete and recreate the build folder, bootstrap, configure, and make, so I guess the problem is not related to leftover files.


Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 10 July 2007 build (4256) is out.
« Reply #8 on: July 11, 2007, 11:58:05 am »
@szczepan

They most likely will need to know what version of wxWidgets you are using? Is it 2.8.4?

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Re: The 10 July 2007 build (4256) is out.
« Reply #9 on: July 11, 2007, 12:16:52 pm »
They most likely will need to know what version of wxWidgets you are using? Is it 2.8.4?

I assumed the generated report would contain this information. Well currently it is 2.8.0 (Arch Linux official package) but I have also tried with home built 2.8.4, same crash. Rebuilding now without ccache (see you in a few hours).

Berlios bug report.

Update: Rebuilt without ccache, same crash.
« Last Edit: July 11, 2007, 05:45:48 pm by szczepan »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 10 July 2007 build (4256) is out.
« Reply #10 on: July 11, 2007, 08:44:45 pm »
They most likely will need to know what version of wxWidgets you are using? Is it 2.8.4?

I assumed the generated report would contain this information. Well currently it is 2.8.0 (Arch Linux official package) but I have also tried with home built 2.8.4, same crash. Rebuilding now without ccache (see you in a few hours).

Berlios bug report.

Update: Rebuilt without ccache, same crash.

Can't reproduce the crash. Fedora Core 7, wxGTK-2.8.4, C::B-4261.
Be a part of the solution, not a part of the problem.