News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 18 January 2007 build is out.

Started by killerbot, January 18, 2007, 09:20:35 PM

Previous topic - Next topic

killerbot

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)


Marenz

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

killerbot


Grom

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.

Marenz

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

Darck

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

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)

Pecan

Quote from: Darck 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." ?

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

gd_on

#8
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
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

killerbot

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.

gd_on

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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

bigbug

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

Quote from: gd_on 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

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.

Darck

#13
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.

ASJ

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!