Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 18, 2006, 07:54:18 pm

Title: The 18 July 2006 build is out.
Post by: killerbot on July 18, 2006, 07:54:18 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 (2.6.2) for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 18 July 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060718_rev2763_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060718_rev2763_Ubuntu6.06.deb (not this time)
         http://prdownload.berlios.de/codeblocks/CB_20060718_rev2763_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 18 July 2006 build is out.
Post by: cstudent on July 18, 2006, 10:16:10 pm
Ubuntu 6.06 rev2763 i386 deb available here:

http://www.savefile.com/projects.php?pid=766262

Title: Re: The 18 July 2006 build is out.
Post by: asdf on July 19, 2006, 05:19:56 am
how about copy and paste in the code context menu???
Title: Re: The 18 July 2006 build is out.
Post by: Ceniza on July 19, 2006, 05:23:15 am
Copy&Paste? Aren't those already in Edit (in the context menu)?
Title: Re: The 18 July 2006 build is out.
Post by: agent007se on July 19, 2006, 06:15:17 am
Copy&Paste? Aren't those already in Edit (in the context menu)?

Context menu -> edit -> copy/paste/...
Title: Re: The 18 July 2006 build is out.
Post by: Silicium62 on July 19, 2006, 09:01:04 am
hi

in Build menu, you have Build option but there isn't a Link option. It is a choice ? It can be useful to link a project without Build because only an lib has changed
Title: Re: The 18 July 2006 build is out.
Post by: Zingam on July 19, 2006, 09:17:27 am
I think that it is about time to add an improved find & replace dialogs. It's a shame that CB neglects this so important feature. Is is it so difficult to make this feature? It's something that all other editors do better.
Title: Re: The 18 July 2006 build is out.
Post by: Silicium62 on July 19, 2006, 11:46:08 am
hi

in Build menu, you have Build option but there isn't a Link option. It is a choice ? It can be useful to link a project without Build because only an lib has changed

ok, i use the dependency option in the options of Projet
Title: Re: The 18 July 2006 build is out.
Post by: Jan-Nik on July 19, 2006, 12:14:13 pm
Hi!

I have a problem: With all nightly builds, i can't open any c++-files. When i open a .cpp File then there is no content, it's blank, but when i open it in notepad it works. When i open files saved with the nightly build i can open them.
Is that a bug?
Title: Re: The 18 July 2006 build is out.
Post by: killerbot on July 19, 2006, 12:17:36 pm
seems to be a encoding problem, do your sources contain "diacritics" ?
and so bug in CB.
Title: Re: The 18 July 2006 build is out.
Post by: MortenMacFly on July 19, 2006, 12:33:12 pm
I have a problem: With all nightly builds, i can't open any c++-files.
Are you working under Windows? If so, could you please try:
- Settings -> Editor -> General settings -> "Default encoding when opening files",

Try set it (in this order) to:
- default
- UTF-8
- ISO encoding of your contry (central europe it is e.g. ISO-8859-1)
- Windows encoding of your country (Germany it is e.g. Windows-1252)

...and try opening the file(s) with all of these settings.

Does that change anything? If it works with any of these settings -> set this as default option. ;-)

Edit: For the ISO modes also have a look here: http://en.wikipedia.org/wiki/ISO-8859#The_Parts_of_ISO_8859 (http://en.wikipedia.org/wiki/ISO-8859#The_Parts_of_ISO_8859).
For the Windows encodings have a look here:
http://en.wikipedia.org/wiki/Code_page#Windows_.28ANSI.29_code_pages (http://en.wikipedia.org/wiki/Code_page#Windows_.28ANSI.29_code_pages)
Title: Re: The 18 July 2006 build is out.
Post by: Zingam on July 19, 2006, 01:07:15 pm
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?
Title: Re: The 18 July 2006 build is out.
Post by: Michael on July 19, 2006, 01:48:25 pm
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?

Hello,

Do you use the package provided by cstudent or did you build C::B by yourself?

Best wishes,
Michael
Title: Re: The 18 July 2006 build is out.
Post by: ahlongxp on July 19, 2006, 02:44:47 pm
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?
Code::Blocks works fine in my Ubuntu 6.06.
Title: Re: The 18 July 2006 build is out.
Post by: cstudent on July 19, 2006, 03:03:25 pm
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?

I don't know why it's crashing. I have tried out the .debs I've been building on 4 different machines running Ubuntu 6.06 and they seem to work fine. I was up late last night writing a little how-to on how to build the .debs and also build and install Code::Blocks using the ./configure, make & make install method. You can read up on that if you'd like by going here http://wjkirby.googlepages.com/

You might try using the ./configure-make method if you haven't already. If you're running an i686 machine you could try this .deb

http://prdownload.berlios.de/codeblocks/codeblocks_svn-2758-ubuntu_i686.deb

Title: Re: The 18 July 2006 build is out.
Post by: jpaterso on July 19, 2006, 03:39:53 pm
It's crashing for me under Windows XP when I quit. If I try the 17th of July build --> no problem...
Title: Re: The 18 July 2006 build is out.
Post by: killerbot on July 19, 2006, 04:36:54 pm
could you try this , but with the keybinder plug-in disabled ??
do you have an rpt file ? if so what does it say ?
Title: Re: The 18 July 2006 build is out.
Post by: Michael on July 19, 2006, 05:56:29 pm
I was up late last night writing a little how-to on how to build the .debs and also build and install Code::Blocks using the ./configure, make & make install method. You can read up on that if you'd like by going here http://wjkirby.googlepages.com/

Hello,

You might want to consider to put this useful info in the C::B wiki too :).

Best wishes,
Michael
Title: Re: The 18 July 2006 build is out.
Post by: Zingam on July 20, 2006, 10:05:22 am
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?

I don't know why it's crashing. I have tried out the .debs I've been building on 4 different machines running Ubuntu 6.06 and they seem to work fine. I was up late last night writing a little how-to on how to build the .debs and also build and install Code::Blocks using the ./configure, make & make install method. You can read up on that if you'd like by going here http://wjkirby.googlepages.com/

You might try using the ./configure-make method if you haven't already. If you're running an i686 machine you could try this .deb

http://prdownload.berlios.de/codeblocks/codeblocks_svn-2758-ubuntu_i686.deb



I've tried it and it crashes when I try to open an old project.
Title: Re: The 18 July 2006 build is out.
Post by: sethjackson on July 20, 2006, 02:39:07 pm
Code::Blocks for Linux doesn't sill work for me. It crashes when I try ot open a project. I've never been able to use CB on Linux due to constant crashes. I use Ubuntu 6.06. Have you more success with Linux?

I don't know why it's crashing. I have tried out the .debs I've been building on 4 different machines running Ubuntu 6.06 and they seem to work fine. I was up late last night writing a little how-to on how to build the .debs and also build and install Code::Blocks using the ./configure, make & make install method. You can read up on that if you'd like by going here http://wjkirby.googlepages.com/

You might try using the ./configure-make method if you haven't already. If you're running an i686 machine you could try this .deb

http://prdownload.berlios.de/codeblocks/codeblocks_svn-2758-ubuntu_i686.deb



I've tried it and it crashes when I try to open an old project.

Could you post the project to the forum?