News:

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

Main Menu

The 23 october 2006 build is out.

Started by killerbot, October 23, 2006, 08:41:27 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

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 23 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061023_rev3129_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061023_rev3129_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061023_rev3129_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061023_rev3129_fc4+5.rpm (not yet)


Resolved Fixed:


  • Fixed broken warnings/errors display of compiler output
  • Clear any remaining build jobs in case of build errors. When a workspace was built and failed, next try to build it would continue with the next target instead...
  • Added option to control whether the build log will be saved to HTML file or not, after the build finishes
  • Added "Copy to" buttons in link libraries and directories in compiler options. Allow to copy the respective settings to another build target (or the project)

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)


sethjackson


Grom

Could you make installer type nightly builds once week (united with mingw gcc + wxwidgets). That would be really grate. :idea:
gcc+winXP+suse.

pasgui

Great works,

It seems there is a problem with the profiler.zip file to rename in CBProfiler.zip in the ubuntu 6.06 version.
Could you confirm ?

thanks,

pasgui

nev0

Quote from: pasgui on October 24, 2006, 01:46:15 AM
Great works,

It seems there is a problem with the profiler.zip file to rename in CBProfiler.zip in the ubuntu 6.06 version.
Could you confirm ?

thanks,

pasgui

Yes, I had to do that too.

Also, I'm getting the ERROR: Plugin resource not found: libsymtab.zip message.

SymTab.zip exist in /usr/share/codeblocks - I tried renaming that to libsymtab.zip but the message still comes out every time I boot CB.

Another error I found is that when you click on "Manage plugin" in ubuntu, I get a "Failed to create a temporary file name: Permission Denied" message

killerbot

Quote from: nev0 on October 24, 2006, 10:27:20 AM
Quote from: pasgui on October 24, 2006, 01:46:15 AM
Great works,

It seems there is a problem with the profiler.zip file to rename in CBProfiler.zip in the ubuntu 6.06 version.
Could you confirm ?

thanks,

pasgui

Yes, I had to do that too.

Also, I'm getting the ERROR: Plugin resource not found: libsymtab.zip message.

SymTab.zip exist in /usr/share/codeblocks - I tried renaming that to libsymtab.zip but the message still comes out every time I boot CB.

Another error I found is that when you click on "Manage plugin" in ubuntu, I get a "Failed to create a temporary file name: Permission Denied" message

I am working on the symtab issue, it has to do with case-sensitivity, things were not consistent. I already commited something, but now it doesn't build on my linux box, still struggling.

If anyone can tell me where 'libSymTab.c' could come from, now I have an error there's no rule to make libSymTab.c needed for libSymTab.lo ...

killerbot

problem fixed,  could be you need to do the following on linux  :

- make cleandist

or even

- ./bootstrap
- ./configure --enable-contrib


first before you can do make again

skirby

Hello,

I have found a little problem with the Find dialog box.
Here is the way to reproduce it.
- Create a new file an paste this piece of code for example:
aaa TestFind bbb
ccc TestFind ddd

Now select the text TestFind on the first line and press Ctrl+F
Press Enter key to find the text => you should find TestFind on the second line

Now select the text Test on the fisrt line, press Ctrl+F and press Enter => you stay on the first line
Press F3 to go to the next occurence => Nothing happen

Can you reproduce it?

If yes, do you want me to add this problem on BerliOS?

Thanks and have a nice day.

tiwag

Quote from: skirby on October 24, 2006, 05:20:16 PM
I have found a little problem with the Find dialog box.
...

should be corrected in the next nightly build

MortenMacFly

    Quote from: killerbot on October 23, 2006, 08:41:27 PM
    • Added "Copy to" buttons in link libraries and directories in compiler options. Allow to copy the respective settings to another build target (or the project)
    Whoever did this (I'm too lazy to have a look) - my full respect. This is one of the most useful additions in the last couple of... [please choose: month, weeks, days].
    Honestly: A BIG thanks for this.
    With regards, Morten.[/list]
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
    C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

    gmiranda

    Quote from: Grom on October 23, 2006, 11:00:12 PM
    Could you make installer type nightly builds once week (united with mingw gcc + wxwidgets). That would be really grate. :idea:
    I'll make a setup using Inno Script (but will onlu include mingw dll and wxwidgets). MinGW is too big for me to distribute. However, if anyone can host it for me...

    killerbot

    Quote from: skirby on October 24, 2006, 05:20:16 PM
    Hello,

    I have found a little problem with the Find dialog box.
    Here is the way to reproduce it.
    - Create a new file an paste this piece of code for example:
    aaa TestFind bbb
    ccc TestFind ddd

    Now select the text TestFind on the first line and press Ctrl+F
    Press Enter key to find the text => you should find TestFind on the second line

    Now select the text Test on the fisrt line, press Ctrl+F and press Enter => you stay on the first line
    Press F3 to go to the next occurence => Nothing happen

    Can you reproduce it?

    If yes, do you want me to add this problem on BerliOS?

    Thanks and have a nice day.

    works like a charm overhere --> which revision are you using ? which OS ?

    mandrav

    Quoteworks like a charm overhere --> which revision are you using ? which OS ?

    I believe tiwag fixed it in the meantime ;).
    Be patient!
    This bug will be fixed soon...

    gmiranda

    Quote from: gmiranda on October 24, 2006, 08:58:27 PM
    Quote from: Grom on October 23, 2006, 11:00:12 PM
    Could you make installer type nightly builds once week (united with mingw gcc + wxwidgets). That would be really grate. :idea:
    I'll make a setup using Inno Script (but will onlu include mingw dll and wxwidgets). MinGW is too big for me to distribute. However, if anyone can host it for me...

    The script I've created is attached. You can download the setup here. This software is provided as is, without any warranty.


    PLEASE do not download the setup just for fun, my bandwidth is very limited. It would be nice if anyone is willing to host it.

    [attachment deleted by admin]

    tiwag

    Quote from: mandrav on October 24, 2006, 09:25:39 PM
    Quoteworks like a charm overhere --> which revision are you using ? which OS ?

    I believe tiwag fixed it in the meantime ;).

    i hope so  8)

    there can still be a minor bug with searching from cursor position, sometimes it will find the actual selected
    and not the next occurrence of a string, but i didn't find a reproducible testcase for this ...
    but i'm looking at and will fix this too ...

    anyhow, thanks for reporting the bugs !