Author Topic: The 25 April 2007 build is out.  (Read 31161 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 25 April 2007 build is out.
« on: April 25, 2007, 07:49:37 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_wx283.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 25 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith: That will possibly fix build issues on MAC (thanks to afb) and small typo
  • Windows : switch to wx2.8.3

Regressions/Confirmed/Annoying/Common bugs:

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


Offline gjsmo

  • Multiple posting newcomer
  • *
  • Posts: 28
  • i luv computers
    • My Blog
Re: The 25 April 2007 build is out.
« Reply #1 on: April 25, 2007, 08:52:05 pm »
quick, xaviou!!!! we need a linux build FAST!
http://www.danasoft.com/sig/gjsmo.jpg i luv linux.
There are 10 types of people in this world - those who understand binary and those who don't.
oh yeah: "I didn't really say everything I said."      -Yogi Berra

wxLearner

  • Guest
Re: The 25 April 2007 build is out.
« Reply #2 on: April 25, 2007, 09:25:46 pm »
quick, xaviou!!!! we need a linux build FAST!
Is it due to the possibly fixed build issues on MAC or is it due to the switch to wx2.8.3 on windows? :wink:

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 25 April 2007 build is out.
« Reply #3 on: April 25, 2007, 09:34:58 pm »
What tidings does WxWidgets 2.8.3 bring us?

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 25 April 2007 build is out.
« Reply #4 on: April 25, 2007, 09:44:39 pm »
quick, xaviou!!!! we need a linux build FAST!

Be patient.
You know, building on a P3 200Mhz with 32Mo Ram, and uploading with a basic 56k connection takes a lot of time  :lol:

Ubuntu 6.10 build is ready, but there is a problem with wxSmith (see yesterday's Nightly Build post for more infos)
This package can be installed on 7.04 too.

Edit : Oooops, I forgot the url.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 25 April 2007 build is out.
« Reply #5 on: April 25, 2007, 10:47:14 pm »
wx2.6 or wx2.8 built?

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 25 April 2007 build is out.
« Reply #6 on: April 25, 2007, 10:50:48 pm »
wx2.6 or wx2.8 built?

If the question was for me : wx2.6
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 25 April 2007 build is out.
« Reply #7 on: April 25, 2007, 11:58:37 pm »
quick, xaviou!!!! we need a linux build FAST!

Be patient.
You know, building on a P3 200Mhz with 32Mo Ram, and uploading with a basic 56k connection takes a lot of time  :lol:

Ubuntu 6.10 build is ready, but there is a problem with wxSmith (see yesterday's Nightly Build post for more infos)
This package can be installed on 7.04 too.

Edit : Oooops, I forgot the url.

Where did you find that dinosaur? Are you sure that CPU works without mistakes? (I  threw away pentium 233 MGz in 1999 :shock:)
gcc+winXP+suse.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 25 April 2007 build is out.
« Reply #8 on: April 26, 2007, 12:00:15 am »
Hi,

I'm happy to see that cb has changed to wx 2.8 although I do have some wired toolbar-background-color-bug:

Maybe some bug in fetching the system colors.

Regards raph

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 25 April 2007 build is out.
« Reply #9 on: April 26, 2007, 04:24:12 am »
Hello there!, I'm having a problem under Windows (perhaps it's related with the new wx2.8 dll). If I select a text with the mouse, and then I try to copy it by using the ctrl+c input, and then select another text to be relaced by this one, when I attemp to past the text to replace it with the copied one, it just insert the new text including all the line where the source text was placed, and also it doesn't delete the new one, just push it back...

How to reproduce it:
1) Select a simple word of any line.
2) Then press ctrl+c to copy
3) Select another word in another line
4) press ctrl+v to replace it with the first word.
5) Instead of the replace, you'll get an "insert line" thing...

Regards,
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 25 April 2007 build is out.
« Reply #10 on: April 26, 2007, 05:13:23 am »
Hello there!, I'm having a problem under Windows (perhaps it's related with the new wx2.8 dll). If I select a text with the mouse, and then I try to copy it by using the ctrl+c input, and then select another text to be relaced by this one, when I attemp to past the text to replace it with the copied one, it just insert the new text including all the line where the source text was placed, and also it doesn't delete the new one, just push it back...

How to reproduce it:
1) Select a simple word of any line.
2) Then press ctrl+c to copy
3) Select another word in another line
4) press ctrl+v to replace it with the first word.
5) Instead of the replace, you'll get an "insert line" thing...

Regards,


Delete cbKeyBinder10.ini in codeblocks data directory.
The menu structure has changed.

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 25 April 2007 build is out.
« Reply #11 on: April 26, 2007, 09:30:49 am »
Quote
    * Windows : switch to wx2.8.3   
only window$ or and linux(*nix) OS

danielking

  • Guest
Re: The 25 April 2007 build is out.
« Reply #12 on: April 26, 2007, 09:36:29 am »
Debugging windows can not be open? Is this a bug or probleam of my computer?

wxLearner

  • Guest
Re: The 25 April 2007 build is out.
« Reply #13 on: April 26, 2007, 09:48:43 am »
Now that Code::Blocks has switched to wx2.8.3 on windows, I would like to bring up the issue of the editor settings dialog size again. Has anybody an idea about it?

danielking

  • Guest
Re: The 25 April 2007 build is out.
« Reply #14 on: April 26, 2007, 09:51:24 am »
Debugging windows can not be open? Is this a bug or probleam of my computer?

I think it's a bug. Debugging windows work fine in version svn 3885.

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 25 April 2007 build is out.
« Reply #15 on: April 26, 2007, 10:29:36 am »
Debugging windows can not be open? Is this a bug or probleam of my computer?

I think it's a bug. Debugging windows work fine in version svn 3885.
I haven't got this problem on Windows 2000 sp4


Otherwise, is it me or this version of C::B seems to be faster to open?
It's cool  :D

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 25 April 2007 build is out.
« Reply #16 on: April 26, 2007, 10:38:34 am »
Code
ERROR: SDK version mismatch for wxSmithMime (1.11.10). Expecting 1.11.11
ERROR: SDK version mismatch for wxSmith (1.11.10). Expecting 1.11.11
rev 3891 Ubuntu 7.04 wx2.6.3

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 25 April 2007 build is out.
« Reply #17 on: April 26, 2007, 12:05:33 pm »
I have the same issue, even when I do a make clean and then make ????

What could be wrong ?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 25 April 2007 build is out.
« Reply #18 on: April 26, 2007, 12:12:50 pm »
Did you try with   make clean-zipfiles  ?
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 25 April 2007 build is out.
« Reply #19 on: April 26, 2007, 12:27:49 pm »
Did you try with   make clean-zipfiles  ?

no luck

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 25 April 2007 build is out.
« Reply #20 on: April 26, 2007, 12:39:20 pm »
Bad..  :(

I'll compile it in Linux before I leave and will let you know. :)
Be a part of the solution, not a part of the problem.

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 25 April 2007 build is out.
« Reply #21 on: April 26, 2007, 01:03:46 pm »
Hello there!, I'm having a problem under Windows (perhaps it's related with the new wx2.8 dll). If I select a text with the mouse, and then I try to copy it by using the ctrl+c input, and then select another text to be relaced by this one, when I attemp to past the text to replace it with the copied one, it just insert the new text including all the line where the source text was placed, and also it doesn't delete the new one, just push it back...

How to reproduce it:
1) Select a simple word of any line.
2) Then press ctrl+c to copy
3) Select another word in another line
4) press ctrl+v to replace it with the first word.
5) Instead of the replace, you'll get an "insert line" thing...

Regards,


Delete cbKeyBinder10.ini in codeblocks data directory.
The menu structure has changed.


I think it would be intresting to document this migratino on the wiki. Because several unexperienced users (like me) are trying to upgrade the revision and they will hang with this issue... so, just by deleting the entire codeblocks directory into the data dir solved the problem.

Thanks!!
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 25 April 2007 build is out.
« Reply #22 on: April 26, 2007, 04:10:32 pm »
isnt settings->editor dialog a bit big?  :?

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 25 April 2007 build is out.
« Reply #23 on: April 26, 2007, 04:17:41 pm »
isnt settings->editor dialog a bit big?  :?
It is nice with a 19'' screen  :wink:

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 25 April 2007 build is out.
« Reply #24 on: April 26, 2007, 04:26:10 pm »
isnt settings->editor dialog a bit big?  :?
It is nice with a 19'' screen  :wink:
heh not that cool on my notebook with only 1024x768 resolution  :(

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 25 April 2007 build is out.
« Reply #25 on: April 26, 2007, 04:37:44 pm »
Hi all !

I was trying to update my dev environment to latest SVN revision (3892).
scintilla link didn't work so I decided to restart C::B with an alt+F4 to close it.
It crashed; RPT report :
Code
-------------------

Error occured on Thursday, April 26, 2007 at 15:59:54.

C:\DevSofts\CodeBlocks\codeblocks.exe caused an Access Violation at location 6184a447 in module C:\DevSofts\CodeBlocks\codeblocks.dll Reading from location 0000003c.

Registers:
eax=00000000 ebx=00b40518 ecx=00000001 edx=00000001 esi=091b86a8 edi=0022ee60
eip=6184a447 esp=0022ec50 ebp=0022ec58 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
6184A447  C:\DevSofts\CodeBlocks\codeblocks.dll:6184A447  _ZN13EditorManager15GetActiveEditorEv
617DA27F  C:\DevSofts\CodeBlocks\codeblocks.dll:617DA27F  _ZN8cbEditor16OnEditorUpdateUIER16wxScintillaEvent
6CD06685  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD06685  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CD078D1  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD078D1  _ZN12wxEvtHandler23SearchDynamicEventTableER7wxEvent
6CD07988  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD07988  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CE955EB  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CE955EB  _ZN12wxWindowBase9TryParentER7wxEvent
6CD0795E  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD0795E  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CA0941B  C:\DevSofts\CodeBlocks\wxscintilla.dll:6CA0941B  _ZN11wxScintilla12NotifyParentEP14SCNotification
6C987704  C:\DevSofts\CodeBlocks\wxscintilla.dll:6C987704
6C9A4870  C:\DevSofts\CodeBlocks\wxscintilla.dll:6C9A4870
6C9A0D61  C:\DevSofts\CodeBlocks\wxscintilla.dll:6C9A0D61
6C988927  C:\DevSofts\CodeBlocks\wxscintilla.dll:6C988927
6CA08472  C:\DevSofts\CodeBlocks\wxscintilla.dll:6CA08472  _ZN11wxScintilla7OnPaintER12wxPaintEvent
6CD06685  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD06685  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CD069DC  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD069DC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CD079A9  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD079A9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD74A51  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD74A51  _ZN8wxWindow11HandlePaintEv
6CD79DE3  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD79DE3  _ZN8wxWindow13MSWWindowProcEjjl
6CD71560  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD71560  _Z9wxWndProcP6HWND__jjl@16
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E398816  C:\WINDOWS\system32\USER32.dll:7E398816  GetDC
7E39B4C0  C:\WINDOWS\system32\USER32.dll:7E39B4C0  DefWindowProcW
7E39B50C  C:\WINDOWS\system32\USER32.dll:7E39B50C  DefWindowProcW
7C91EAE3  C:\WINDOWS\system32\ntdll.dll:7C91EAE3  KiUserCallbackDispatcher
7E398A10  C:\WINDOWS\system32\USER32.dll:7E398A10  DispatchMessageW
7E3AD99D  C:\WINDOWS\system32\USER32.dll:7E3AD99D  IsDialogMessageW
6CD70D85  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD70D85  _ZN8wxWindow17MSWProcessMessageEP6tagMSG
6CD4C706  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD4C706  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
6CD4C629  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD4C629  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CD4CA3A  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD4CA3A  _ZN11wxEventLoop8DispatchEv
6CE225A6  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CE225A6  _ZN17wxEventLoopManual3RunEv
6CDF126E  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDF126E  _ZN9wxAppBase8MainLoopEv
00404CAC  C:\DevSofts\CodeBlocks\codeblocks.exe:00404CAC
6CC8E447  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC8E447  _Z14wxUninitializev
6CD0FE1C  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD0FE1C  _Z7wxEntryP11HINSTANCE__S0_Pci
0040189C  C:\DevSofts\CodeBlocks\codeblocks.exe:0040189C
00461C7A  C:\DevSofts\CodeBlocks\codeblocks.exe:00461C7A
00401237  C:\DevSofts\CodeBlocks\codeblocks.exe:00401237
00401288  C:\DevSofts\CodeBlocks\codeblocks.exe:00401288
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle



Win XP SP2
GCC 3.4.5
C::B nightly SVN 3888

Note that after this crash, I
  • started C::B
  • reconfigured all 2.6.3 to 2.8.3 global/environment variables
  • closed/restarted C::B to avoid a third configuration
and scintilla link and other following succeeded.

Dje

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: The 25 April 2007 build is out. Problem with internationalization
« Reply #26 on: April 26, 2007, 06:44:21 pm »
With this new nightly, it seems that my codeblocks.mo file (to obtain menu items in french) is no longer recognized. It was OK with build 3885.
I use Win XP, the nightly and the new wx dll directly downloaded from Berlios.
I tried to delete default.conf to force codeblocks to regenerate it, but it does not solve the problem.
My settings in Environment/View is as previously : with Internationalization checked and the choice (system default).

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline branleb

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 25 April 2007 build is out.
« Reply #27 on: April 26, 2007, 08:47:29 pm »
one question that comes in my minds:

Why don't you release suse rpm packages anymore ?
the last one is a long time ago ...
Don't hate the Hacker. Hate the Code!

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 25 April 2007 build is out.
« Reply #28 on: April 26, 2007, 08:52:53 pm »
Hello all!, I'm having a new problem under windows with this nightly build:

I can't unselect the "Categorize by file type" and "Display folders as on Disk" options... even by deleting the codeblocks directory in the app data  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 25 April 2007 build is out.
« Reply #29 on: April 26, 2007, 09:26:59 pm »
Hi !

in the Windows Share Config project (...\codeblocks\src\tools\cb_share_config\cb_share_config.cbp), there is a remaining wxmsw26$(WX_SUFFIX).

Dje

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 25 April 2007 build is out.
« Reply #30 on: April 26, 2007, 10:31:18 pm »
in the Windows Share Config project (...\codeblocks\src\tools\cb_share_config\cb_share_config.cbp), there is a remaining wxmsw26$(WX_SUFFIX).
...not anymore... ;-) Thanks!
With regards, Morten.
Ps.: SVN r3894.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 25 April 2007 build is out.
« Reply #31 on: April 27, 2007, 08:43:24 am »
Did you try with   make clean-zipfiles  ?

no luck

Recompiled the source. But I'm still getting SDK version mismatch error for wxSmith and wxSmithMime plugins. I'm using OpenSUSE 10.2. :(
Be a part of the solution, not a part of the problem.