Author Topic: The 23 July 2007 build (4300) is out.  (Read 25305 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 23 July 2007 build (4300) is out.
« on: July 23, 2007, 06:17:08 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 23 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070723_rev4300_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070723_rev4300_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070723_rev4300_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070723_rev4300_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070723_rev4300_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Source Exporter: bugfix: Wrong output of tabs in ODT.
  • Fixed: Compilation error (related to wxCharBuffer::==) in certain build configurations
  • On Windows the search in PATH environment variable, in CompilerGCC::SetEnvironmentForCompiler(), would now be case-insensitive. This would help avoid adding duplicate entries in PATH
  • Updated: Automake files and C::B-unix project file to build new logmanager

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: July 24, 2007, 02:57:56 pm by killerbot »

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 23 July 2007 build (4300) is out.
« Reply #1 on: July 23, 2007, 06:54:09 pm »
Hi all !

Bug !!!

When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2

Dje

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 23 July 2007 build (4300) is out.
« Reply #2 on: July 23, 2007, 07:03:53 pm »
Hi all !

Bug !!!

When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2

Dje
tried on linux : works for me

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 23 July 2007 build (4300) is out.
« Reply #3 on: July 23, 2007, 08:29:30 pm »
tried on linux : works for me

Hi Lieven !

What do you mean by work ? Same behaviour or no bug ?
The easiest example is a word selection then Ctrl + Tab to switch editor, the word is replaced by a tab

Do you think it has something to do with the event.Skip() added in this post ?

Dje

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 23 July 2007 build (4300) is out.
« Reply #4 on: July 23, 2007, 08:51:01 pm »
it works, no bug.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 23 July 2007 build (4300) is out.
« Reply #5 on: July 23, 2007, 09:47:40 pm »
Hi all !

Bug !!!

When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2

Dje
works for me as usual (no bug)...
same system (SVN 4300 on WXP sp2)


Enygma

  • Guest
Re: The 23 July 2007 build (4300) is out.
« Reply #6 on: July 23, 2007, 09:50:20 pm »
Pretty please make a linux rpm... Fedora 7 preferable...  :cry:

stefanos_

  • Guest
Re: The 23 July 2007 build (4300) is out.
« Reply #7 on: July 23, 2007, 10:09:46 pm »
Hello Everyone.

I just tried the new 4300 version. I couldn't re-build, build, or even run a simple .cpp file, project or whatsoever. A constant message "cannot build/re-build, Process failed" and while displaying the error the cursor was blinking very fast with Code::Blocks crashing.

I switched back to version 4256 and everything works just fine :)

I use Windows XP SP2, MinGW 5.1.3, and wxWidgets 2.8.4...

Regards,

Stefanos

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 23 July 2007 build (4300) is out.
« Reply #8 on: July 23, 2007, 10:11:08 pm »
You could use my Ubuntu.deb if you want as long as CStudent is busy on his own ;)

@ Enygma: I could not make any .rpm but you could try built it on your own, it's not that dificult ;)

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 23 July 2007 build (4300) is out.
« Reply #9 on: July 23, 2007, 10:12:11 pm »
Hi there!

Some strange behavior noticed after upgrading to current from 4261, nothing was changed in settings

Quote
-------------- Build: FL in Project45 ---------------
mingw32-g++.exe -g  -IE:\LibS\fltk\png -IE:\LibS\fltk\zlib -IE:\LibS\fltk\include -IE:\LibS\boost -IC:\MinGW\include  -c E:\Black_Mesa\Project45\fl_main.cpp -o obj\FL\fl_main.o
Execution of 'mingw32-g++.exe -g  -IE:\LibS\fltk\png -IE:\LibS\fltk\zlib -IE:\LibS\fltk\include -IE:\LibS\boost -IC:\MinGW\include  -c E:\Black_Mesa\Project45\fl_main.cpp -o obj\FL\fl_main.o' in 'E:\Black_Mesa\Project45' failed.
Nothing to be done.

Also tried virgin installation (clear AppData folder, clear C::B folder, set toolchain path and envvars). All was compiling perfectly on 4261. XP, 2.8.4

Regards,
Roman
« Last Edit: July 23, 2007, 10:14:01 pm by Roman »
CB LSI (C::B as a Little Secret Initiative)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 23 July 2007 build (4300) is out.
« Reply #10 on: July 23, 2007, 10:14:21 pm »
FYI:

When testing my Windows Non Precompiled Headers, I get a missing header.

Tim S

Code
Index: src/include/logger.h
===================================================================
--- src/include/logger.h (revision 4300)
+++ src/include/logger.h (working copy)
@@ -9,6 +9,8 @@
 
 #include <stdio.h>
 
+#include "configmanager.h"
+
 class wxWindow;
 
 namespace
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 nenin

  • Almost regular
  • **
  • Posts: 201
Re: The 23 July 2007 build (4300) is out.
« Reply #11 on: July 23, 2007, 10:39:24 pm »
Now self-buid under Suse 10.2 AMD64 hung after attempt to create new project with message in console:
Code
(codeblocks:10857): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
Other last word:
Code
lab9212-01:/opt/codeblocks-svn/bin # ./codeblocks
*** glibc detected *** ./codeblocks: corrupted double-linked list: 0x0000000001417770 ***
======= Backtrace: =========
/lib64/libc.so.6[0x2ac4edff78fe]
/lib64/libc.so.6[0x2ac4edff8aed]
/lib64/libc.so.6(cfree+0x76)[0x2ac4edff8f36]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNode5ClearEv+0x21)[0x2ac4ec4e8ba1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElement9ClearThisEv+0x12)[0x2ac4ec4e9ad2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElementD0Ev+0x24)[0x2ac4ec4eac74]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNode5ClearEv+0x21)[0x2ac4ec4e8ba1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElement9ClearThisEv+0x12)[0x2ac4ec4e9ad2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElementD0Ev+0x24)[0x2ac4ec4eac74]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNode5ClearEv+0x21)[0x2ac4ec4e8ba1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElement9ClearThisEv+0x12)[0x2ac4ec4e9ad2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElementD0Ev+0x24)[0x2ac4ec4eac74]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNode5ClearEv+0x21)[0x2ac4ec4e8ba1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElement9ClearThisEv+0x12)[0x2ac4ec4e9ad2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElementD0Ev+0x24)[0x2ac4ec4eac74]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNode5ClearEv+0x21)[0x2ac4ec4e8ba1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElement9ClearThisEv+0x12)[0x2ac4ec4e9ad2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN12TiXmlElementD0Ev+0x24)[0x2ac4ec4eac74]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN9TiXmlNodeD2Ev+0x2f)[0x2ac4ec4eaa5f]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN13TiXmlDocumentD0Ev+0x31)[0x2ac4ec4ef4f1]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN10CfgMgrBldr5CloseEv+0x4a)[0x2ac4ec36e25a]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN10CfgMgrBldrD0Ev+0x77)[0x2ac4ec36e407]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN7ManagerD1Ev+0x162)[0x2ac4ec3db4e2]
/opt/codeblocks-svn/lib/libcodeblocks.so.0(_ZN7Manager4FreeEv+0x15)[0x2ac4ec3db585]
./codeblocks[0x427f10]
/usr/local/lib/libwx_gtk2u-2.8.so.0(_Z7wxEntryRiPPw+0x5a)[0x2ac4ecc2caba]
./codeblocks[0x427f42]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x2ac4edfa8ae4]
./codeblocks(_ZN19wxTopLevelWindowGTK14OnInternalIdleEv+0xe9)[0x427d39]
======= Memory map: ========
00400000-00496000 r-xp 00000000 03:02 1868015                            /opt/codeblocks-svn/bin/codeblocks
00695000-0069d000 r--p 00095000 03:02 1868015                            /opt/codeblocks-svn/bin/codeblocks
0069d000-0069f000 rw-p 0009d000 03:02 1868015                            /opt/codeblocks-svn/bin/codeblocks
0069f000-014f6000 rw-p 0069f000 00:00 0                                  [heap]
40000000-40001000 ---p 40000000 00:00 0
40001000-40801000 rw-p 40001000 00:00 0
40801000-40802000 ---p 40801000 00:00 0
40802000-41002000 rw-p 40802000 00:00 0
41002000-41003000 ---p 41002000 00:00 0
41003000-41803000 rw-p 41003000 00:00 0
41803000-41804000 ---p 41803000 00:00 0
41804000-42004000 rw-p 41804000 00:00 0
42004000-42005000 ---p 42004000 00:00 0
42005000-42805000 rw-p 42005000 00:00 0
42805000-42806000 ---p 42805000 00:00 0
42806000-43006000 rw-p 42806000 00:00 0
2aaaaaaac000-2aaaaaab2000 r-xp 00000000 03:02 1740488                    /opt/gnome/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
2aaaaaab2000-2aaaaacb1000 ---p 00006000 03:02 1740488                    /opt/gnome/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
2aaaaacb1000-2aaaaacb3000 rw-p 00005000 03:02 1740488                    /opt/gnome/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
2aaaaacb3000-2aaaaace2000 r-xp 00000000 03:02 1868020                    /opt/codeblocks-svn/share/codeblocks/plugins/libastyle.so
2aaaaace2000-2aaaaaee2000 ---p 0002f000 03:02 1868020                    /opt/codeblocks-svn/share/codeblocks/plugins/libastyle.so
2aaaaaee2000-2aaaaaee4000 r--p 0002f000 03:02 1868020                    /opt/codeblocks-svn/share/codeblocks/plugins/libastyle.so
2aaAborted


« Last Edit: July 24, 2007, 12:11:11 am by nenin »

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 23 July 2007 build (4300) is out.
« Reply #12 on: July 23, 2007, 10:42:38 pm »
I have the same problem like Roman and stefanos_ with my own compiler. I works OK with earlier versions like 4282. Maybe this bug was introduced in revision 4296... just guessing... I will try to look at this problem tomorrow if it will still persist.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 23 July 2007 build (4300) is out.
« Reply #13 on: July 23, 2007, 10:45:14 pm »
Quote
Hi all !

Bug !!!

When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2

Dje

Well, it comes from my default.conf.
When I rename it, it is created and behaviour is OK.
Is it interesting to post it ?

Dje

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 23 July 2007 build (4300) is out.
« Reply #14 on: July 23, 2007, 10:50:41 pm »
Build for Ubuntu 7.04 i386 can be found here

Best regards,

pasgui
« Last Edit: July 23, 2007, 10:58:57 pm by pasgui »