Author Topic: The 21 november 2006 build is out.  (Read 27422 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 21 november 2006 build is out.
« on: November 21, 2006, 06:58:57 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

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 21 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061121_rev3253_fc4+5.rpm (not yet)


Resolved Fixed:

  • wxMac: watch out for PID=0 too
  • added build in support for Tiny C Compiler (tcc) [might need some better options tuning and need some more work for linux]

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)

« Last Edit: November 21, 2006, 08:17:46 pm by killerbot »

sethjackson

  • Guest
Re: The 21 november 2006 build is out.
« Reply #1 on: November 21, 2006, 07:34:52 pm »
Windows ANSI build here.

vdumont

  • Guest
Re: The 21 november 2006 build is out.
« Reply #2 on: November 21, 2006, 07:47:08 pm »
I get these error messages when running Code::blocks after upgrading to this nighty build

Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: cbprofiler.zip
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip


I can compile/build projects without any problem though..


Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 21 november 2006 build is out.
« Reply #3 on: November 21, 2006, 08:18:55 pm »
I get these error messages when running Code::blocks after upgrading to this nighty build

Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: cbprofiler.zip
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip


I can compile/build projects without any problem though..



go into that share directory and plug directory and delete those files  you listed (the zip version and the dll version)
(they are old and not needed anymore)

or

install the nightly in a fresh directory

vdumont

  • Guest
Re: The 21 november 2006 build is out.
« Reply #4 on: November 21, 2006, 08:29:23 pm »
Works! Thanks.

Also,
If I have a C project, and have a struct, let's say:

Code
typedef struct Flex
{
    char *text;
    struct Flex *next;
} Flexion;

If I use that structure somewhere
Like:

Code
Flexion f
f.
Is the code-completion feature supposed to list me the members of that structure when I type the dot after 'f' ?


One last thing, non-related:
Does anyone know how to AVOID the Windows XP Console to run fullscreen!? It always run fullscreen when building/compiling with Code::Blocks or any other IDE. I'm so tired of that fullscreen console! In the registry "Fullscreen" is set to 0...

« Last Edit: November 21, 2006, 08:53:01 pm by vdumont »

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 21 november 2006 build is out.
« Reply #5 on: November 21, 2006, 08:36:09 pm »
This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Code::Blocks package maintainer for Fedora and EPEL

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 21 november 2006 build is out.
« Reply #6 on: November 21, 2006, 08:53:07 pm »
Ubuntu 6.10 (Edgy) build here.
Get 6.06 (Dapper) build from link in first post by killerbot.

Edit: Pulled the 6.10 file from the site. Several errors when opening CB of not finding a zip file that contains images and the start page, etc. I would assume the 6.06 build is doing the same thing. Errors logged below:

06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/edit_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/contents_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-missing.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-modified.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-readonly.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-added.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-conflict.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-missing.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-modified.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-outofdate.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-uptodate.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-requireslock.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-external.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-gotlock.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-lockstolen.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-mismatch.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-noncontrolled.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/gohome.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/codeblocks.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/folder_open.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/vfolder_open.png': file does not exist.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/folder_open.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/ascii.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/modified_file.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/16x16/filefind.png': file does not exist.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.

Unable to open requested HTML document: /usr/local/share/codeblocks/start_here.zip#zip:start_here.html

When I try to open plugins menu:

06:48:33 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:48:33 AM: XRC resource 'dlgConfigurePlugins' (class 'wxDialog') not found!
« Last Edit: November 22, 2006, 12:51:13 pm by cstudent »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 21 november 2006 build is out.
« Reply #7 on: November 21, 2006, 09:10:13 pm »
If I have a C project, and have a struct, let's say: [...]
...it works if you implement it this way:

Code
struct Flex
{
    char *text;
    struct Flex *next;
};
typedef struct Flex Flex;

With regards, Morten.
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 gjsmo

  • Multiple posting newcomer
  • *
  • Posts: 28
  • i luv computers
    • My Blog
Re: The 21 november 2006 build is out.
« Reply #8 on: November 22, 2006, 12:33:08 am »
If I have a C project, and have a struct, let's say:

Code
typedef struct Flex
{
    char *text;
    struct Flex *next;
} Flexion;

If I use that structure somewhere
Like:

Code
Flexion f
f.
Is the code-completion feature supposed to list me the members of that structure when I type the dot after 'f' ?
Yes, but only if you have saved the file containing the code for your structure.
EDIT:Check your code completion settings, too. On my system (WinXP,svn build 3253) the default is to start code completion after I type 4 letters.
« Last Edit: November 22, 2006, 12:40:39 am by gjsmo »
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

vdumont

  • Guest
Re: The 21 november 2006 build is out.
« Reply #9 on: November 22, 2006, 12:42:27 am »
Thanks Morten, it works.


Still got to figure out how to stop getting the fullscreen console
« Last Edit: November 22, 2006, 01:11:10 am by vdumont »

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 21 november 2006 build is out.
« Reply #10 on: November 22, 2006, 12:56:28 pm »
I asked to killerbot if it was possible to make the "autoclose" options for these symbols ( [ { " ' I don't know if he had time to implement this option, I would like to know if it is easy to do this via the SDK plugin?
maybe I'll try
WinSplit Revolution http://reptils.free.fr

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 21 november 2006 build is out.
« Reply #11 on: November 22, 2006, 03:58:14 pm »
Yes, but only if you have saved the file containing the code for your structure.
Sure that is. Otherwise you'd have to re-parse the whole file every time you type/delete a character. This is *very* time consuming.

On my system (WinXP,svn build 3253) the default is to start code completion after I type 4 letters.
...or CTRL + Space. That's what I do if it's less than 4 characters and I want to see the members anyway.

With regards, Morten.
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

qwertz

  • Guest
Re: The 21 november 2006 build is out.
« Reply #12 on: November 22, 2006, 05:27:03 pm »
Ubuntu 6.10 (Edgy) build here.
Get 6.06 (Dapper) build from link in first post by killerbot.

Edit: Pulled the 6.10 file from the site. Several errors when opening CB of not finding a zip file that contains images and the start page, etc. I would assume the 6.06 build is doing the same thing. Errors logged below:

06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/edit_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/contents_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-missing.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-modified.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-readonly.png': file does not exist.

[...]

When I try to open plugins menu:

06:48:33 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:48:33 AM: XRC resource 'dlgConfigurePlugins' (class 'wxDialog') not found!


I get the same error on Edgy. Tried to set the correct path with "--prefix" and "CODEBLOCKS_DATA_DIR", but that also doesn't work.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 21 november 2006 build is out.
« Reply #13 on: November 22, 2006, 08:00:15 pm »
I asked to killerbot if it was possible to make the "autoclose" options for these symbols ( [ { " ' I don't know if he had time to implement this option, I would like to know if it is easy to do this via the SDK plugin?
maybe I'll try

slipped my mind, could you refresh my memory please

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 21 november 2006 build is out.
« Reply #14 on: November 22, 2006, 08:24:50 pm »
I think that a possibility to autoclose the symbols ( [ { " ' would be interesting, but maybe you have more important bugs/improvement to implement before  :?
WinSplit Revolution http://reptils.free.fr