Author Topic: The 18 January 2007 build is out.  (Read 19556 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: 2778
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!

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 18 January 2007 build is out.
« Reply #15 on: January 19, 2007, 02:40:27 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?

Run Code::Blocks from terminal:

Code
$ codeblocks

see what it outputs.

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 18 January 2007 build is out.
« Reply #16 on: January 19, 2007, 03:50:19 pm »
It doesn't output anything in the terminal: a cursor on the next line while the splash screen is shown....that's all..



Offline lapique

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 18 January 2007 build is out.
« Reply #17 on: January 19, 2007, 04:17:17 pm »
When I start C::B, I get an error in C::B log window. Here is the complete startup log :

Manager initialized
Scanning for lexers in C:\Documents and Settings\picard\Application Data\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\Program Files\CodeBlocks/share/codeblocks/lexers/...
Found 27 lexers
Configured 3 tools
Scanning for plugins in C:\Documents and Settings\picard\Application Data\codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: SDK version mismatch for ClearCase (1.11.6). Expecting 1.11.7  <<<<< HERE IT IS <<<<<
Found 27 plugins
Loading: AStylePlugin Autosave BYOGames CB_Koders ClassWizard CodeCompletion CodeSnippets CodeStat Compiler copystrings Debugger FilesExtensionHandler DevPakUpdater cbDragScroll EnvVars Exporter HelpPlugin cbKeyBinder lib_finder Profiler RegExTestbed ScriptedWizard SymTab ToDoList wxSmith wxSmithMime wxSmithWizard WindowsXPLookNFeel
Opening E:\prog\projets\VhProcess\VhProcess.cbp: done
Opening E:\prog\projets\VhProParam\VhProParam\VhProParam.cbp: done
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 January 2007 build is out.
« Reply #18 on: January 19, 2007, 04:44:19 pm »
damn, my clearcase plug-in got into a nightly, I am building already for 2 weeks on a different machine and have been very careful so it would not be in the nightly, and damn it got in. Go into the share directory of your CB and get rid of ClearCase zip and dll (dll is 1 level more down (plugins dir))

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 18 January 2007 build is out.
« Reply #19 on: January 19, 2007, 04:44:58 pm »
i think i find bug in ide Editor when i try zoom in and out the number side don't zoom as will , and i can't upload the pic to forums !
i get that ( You already submitted this post! You might have accidently double clicked, or tried to refresh. )

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 18 January 2007 build is out.
« Reply #20 on: January 19, 2007, 05:01:20 pm »
my clearcase plug-in got into a nightly, I am building already for 2 weeks on a different machine and have been very careful so it would not be in the nightly
Been there for quite some time; 2007-01-08 nightly has it. (No errors, and I didn't know what it was so I disabled it.)
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 18 January 2007 build is out.
« Reply #21 on: January 19, 2007, 05:33:26 pm »
does someone know whether a 64bits build will work on Suse 10.2 or whether the nightly 32bit version can be installed on suse 10.2 ? and if it can, is it possible to produce 64bit executables with the 32 bit version?

sorry to put the question here...didn't know where to put it elsewhere....

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 18 January 2007 build is out.
« Reply #22 on: January 19, 2007, 05:48:03 pm »
Install manually wxGTK 32 bit on to SUSE 10.2 64 bit. it may ask to install some packages, I was lucky and it asked only one package, don't remember which one. After that you can install CB i586 for SUSE 10.
gcc+winXP+suse.

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 18 January 2007 build is out.
« Reply #23 on: January 19, 2007, 09:45:28 pm »
Thanks Grom, at least CB runs now (in 32bits).
Do you know whether it is possible to compile 64bit programs with this version? whenever I try to compile I get the error:
g++: no input files
while it seems the input file is there in the command prompt. This problem I do not have on my 32bit machine. Any idea?

thanks!

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 18 January 2007 build is out.
« Reply #24 on: January 20, 2007, 01:14:51 am »
On my SUSE 10.2 CB for 32 bit compiles 64 bit projects. It interacts with gcc only throw scripts. Here should be stupid bug, probably you didn't configure your project well or your CB was not tuned well to interact with gcc. Check compiler options.
gcc+winXP+suse.

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 18 January 2007 build is out.
« Reply #25 on: January 25, 2007, 09:07:45 am »
How come the Ubuntu build isn't specific anymore? That's really great.
Everyday i come to see how Code::Blocks is going and everyday i see that you make it better and better ;) .
Thanks for all the good work you have made until there. I'll continue to learn to program ny my side ;) .
BTW continue the good works guys.

Kurapix
Code::Blocks package building script