Author Topic: The 18 January 2007 build is out.  (Read 19525 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 18 January 2007 build is out.
« on: January 18, 2007, 09:20:35 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/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.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

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

The 18 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070118_rev3504_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070118_rev3504_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070118_rev3504_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070118_rev3504_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Debugger now uses absolute filenames to set breakpoints
  • Fixed a couple of debugger regressions caused by patch #1814
  • Added three new script functions for wizard scripts: SetCompilerDefault, SetDebugTargetDefaults and SetReleaseTargetDefaults. To be used when no compiler page is added to the wizard

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: January 18, 2007, 10:53:11 pm by killerbot »

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 18 January 2007 build is out.
« Reply #1 on: January 18, 2007, 09:29:45 pm »
Codeblocks rev 3505 self compiled, on amd64, debian.

found a Bug: It displays a file as an empty file if it got this letter:



i think it originally was the (c) . after deleting that char it was fine.

--Ano

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 January 2007 build is out.
« Reply #2 on: January 18, 2007, 09:32:00 pm »
use the correct encoding in CB.

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 18 January 2007 build is out.
« Reply #3 on: January 18, 2007, 09:42:56 pm »
Which one is correct one!? And can we have a simple functionality for that particular case... That something was opened and was not presented it will give a dialog with list of codings to choose. :idea:
gcc+winXP+suse.

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 18 January 2007 build is out.
« Reply #4 on: January 18, 2007, 10:08:39 pm »
well i have no idea which is the correct one. i got this file and wanted to open it and bam.. empty.

later i found out that it was just in codeblocks empty.
vim e.g. displayed it. (well all but the � char).

it really can't be on my side to do s.th. that the file is openable..other more simple editors can do it, i am sure you can do it also :)

Great IDE btw :)


--Ano

Offline Darck

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 18 January 2007 build is out.
« Reply #5 on: January 19, 2007, 12:09:54 am »
-------------- Build: Release in fff ---------------
Compiling: newtona.c
Execution of 'mingw32-gcc.exe -Wall -O2 -ansi  -ID:\CodeBlocks\DevPacks\include  -c D:\projekt\kartka\fff\newtona.c -o obj\Release\newtona.o' in 'D:\projekt\kartka\fff' failed.
Nothing to be done.

Nothing to be done.

What's wrong with my C::B, i have that error with every file i try to compile "failed." ?

basurapr

  • Guest
Little Bugs
« Reply #6 on: January 19, 2007, 12:13:38 am »
Hi Code::Blocks developers and fans,

This is the best OS C++ IDE in the world :D. I discovered an error (bug) while trying to compile a program with a resource file (rc). This is the message I got.

======================================
::warning: `-x c' after last input file has no effect
:: no resources
======================================

I'm proud of these IDE, keep the Great Job. 8)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2775
Re: The 18 January 2007 build is out.
« Reply #7 on: January 19, 2007, 12:56:27 am »
-------------- Build: Release in fff ---------------
Compiling: newtona.c
Execution of 'mingw32-gcc.exe -Wall -O2 -ansi  -ID:\CodeBlocks\DevPacks\include  -c D:\projekt\kartka\fff\newtona.c -o obj\Release\newtona.o' in 'D:\projekt\kartka\fff' failed.
Nothing to be done.

Nothing to be done.

What's wrong with my C::B, i have that error with every file i try to compile "failed." ?

CB cannot find your compiler. Check the paths set in Settings->compiler&Debugger=>Programs

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: The 18 January 2007 build is out.
« Reply #8 on: January 19, 2007, 08:47:47 am »
Hi,
Same problem here than basurapr, with windows 2000.
Here is the log (in french):
****************************************************
-------------- Génère: default dans Application 1 - V3 ---------------
Exécution des étapes de pré-construction de la cible
cmd /C mktclapp -f kontex.mta >tcl_kontex.c
Compilation : double.c
Compilation : tcl_kontex.c
Compilation : Application1_CB.rc
gcc: D:\users\Gerard\Programmes: No such file or directory
gcc: en: No such file or directory
gcc: C\CodeBlocks\Appli_partiel_GD_PC\Application1_CB.rc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
windres.exe: no resources
Le processus s'est terminé avec le statut 1 (0 minutes, 7 secondes)
1 erreurs, 1 avertissements
****************************************************

Obviously a (the !) problem with blank characters in the path name.
Normally should be in my case :  "D:\users\Gerard\Programmes en C\CodeBlocks\Appli_partiel_GD_PC\Application1_CB.rc"

Gd_on
« Last Edit: January 19, 2007, 08:59:17 am by 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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 January 2007 build is out.
« Reply #9 on: January 19, 2007, 09:03:43 am »
another person mentioned that yesterday also : it seems rc files don't get quoted correctly.
Can you check with last nights nightly ? Oh, you did, otherwise the post won't be here. Duh.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: The 18 January 2007 build is out.
« Reply #10 on: January 19, 2007, 09:30:41 am »
Sorry, but I don't try each nightly and have not seen the yesterday post. My apologises!
But, to help, I have downloaded and tried this morning a few nightlies to see when the bug was introduced.
10 january, rev 3474 : OK
17 january, rev 3500 : bug
18 january, rev 3504 : bug
So, it was introduced between 3474 and 3500. No more precision because no published executable nightlies between those 2 dates.

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).

bigbug

  • Guest
Re: The 18 January 2007 build is out.
« Reply #11 on: January 19, 2007, 12:40:19 pm »
Hello,
the "whitespace issue" is also present, if you've chosen to explicitely add the directory of the currently compiling file to the search dirs (in Settings->Compiler and debugger->Other) and the directory has spaces.

basurapr

  • Guest
Most important bugs
« Reply #12 on: January 19, 2007, 01:39:40 pm »
Sorry, but I don't try each nightly and have not seen the yesterday post. My apologises!
But, to help, I have downloaded and tried this morning a few nightlies to see when the bug was introduced.
10 january, rev 3474 : OK
17 january, rev 3500 : bug
18 january, rev 3504 : bug
So, it was introduced between 3474 and 3500. No more precision because no published executable nightlies between those 2 dates.

gd_on

Like gd_on says,

the 10 january, rev 3474 works perfectly! But after that, bugs on debugger and rc files compiling where introduced. I'm actually using rev 3474, it works like a charm.

Offline Darck

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 18 January 2007 build is out.
« Reply #13 on: January 19, 2007, 01:49:23 pm »
now C::B says "syntax error before '/' token". i cannont use // comments. Why? I haven't been changing anything.

another wired error:
D:\projekt\kartka\nevilea.c:35: error: 'for' loop initial declaration used outside C99 mode
:: === Build finished: 1 errors, 0 warnings ===

i want to compile just 1 .c file, not project. When i do that at windows desktop it works. After changing location of file to D:\projekt\kartka\ it shows that error.

code is simple:
"int main(){
    double x[]={-3,-2,0,3,4,8};
    double f[]={10,6,-2,-5,2,11};
    for(int i=-3;i<9;i++) printf("%d %f\n",i,neville(x,f,i));
}"
-----
I checked more. It's really wired. Code doesn't compile anywhere else than at desktop od subfolder of desktop.
« Last Edit: January 19, 2007, 03:59:02 pm by Darck »

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 18 January 2007 build is out.
« Reply #14 on: January 19, 2007, 01:59:08 pm »
Hello,
due to a new system (SuSE 10.2, 64 bit) I decided to switch to a recent codeblocks version. But I couldn't find any 64bit nightlies and I don't know how to install the 32bit rpm (this gives huge problems between the 64bit and the 32bit versions of wx). Therefore I downloaded the svn version and built it (rev 3505). This went fine, but when I start codeblocks I just get the splash screen and nothing more. I tried several revisions but with no different results.
Does anyone have an idea what's going wrong?

Thanks!