Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 24, 2008, 04:04:55 pm

Title: The 24 July 2008 build (5160) is out.
Post by: killerbot on July 24, 2008, 04:04:55 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 24 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080724_rev5160_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 24 July 2008 build (5160) is out.
Post by: indigo0086 on July 24, 2008, 04:28:42 pm
You know if you have the line highlight on and a opening and close bracket or parenthesis on the same line, those won't show highlighting, the line highlight masks it.
Title: Re: The 24 July 2008 build (5160) is out.
Post by: pasgui on July 24, 2008, 08:50:29 pm
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Xaviou on July 25, 2008, 12:32:26 am
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 24 July 2008 build (5160) is out.
Post by: SR on July 25, 2008, 12:49:05 am
Build for Slackware 12.1 updated:
http://sr.uz/index.php/packages/?p=127&more=1&c=1
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Acki on July 25, 2008, 01:12:03 am
still the double click problem !!! :? :(
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Loaden on July 25, 2008, 05:02:55 am
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.

[attachment deleted by admin]
Title: Re: The 24 July 2008 build (5160) is out.
Post by: rittwik on July 25, 2008, 06:27:08 am
Same problem here...
Quote
Originally posted by Acki

still the double click problem !!!  :? :(
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Loaden on July 25, 2008, 02:03:37 pm
Settings->Editor->General Settings->Other options :
uncheck 'Highlight occurrences, when i edit some code, CB will changed to:


[attachment deleted by admin]
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Jenna on July 25, 2008, 02:52:07 pm
I had to work outside the office for the last four days.
So I could not update my repo earlier.
I just uploaded binaries for debian and a tar-ball (svn r5162) to my server (http://apt.jenslody.de/).
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Acki on July 25, 2008, 05:28:10 pm
Same problem here...
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.
pew, at least I'm not the only one !!!  :lol:
Title: Re: The 24 July 2008 build (5160) is out.
Post by: matioupi on July 25, 2008, 11:08:04 pm
Build of SVN 5165 for Mac OS X (Intel only) with Xcode 3.1 (gcc 4.2.1) is available at :

CodeBlocksSVN-5165-OSX-Intel.zip (http://dl.free.fr/qMv7W4QUq)

Build is against (and bundled with) the svn trunk version of wxWidget 2.8 wich do incorporate a requiered patch wich is NOT available in official 2.8.8 tarball (and result in C::B crash if not present)

Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

Size md5 and sha1 digests are :

Code
mathieu$ openssl dgst -sha1 CodeBlocksSVN-5165-OSX-Intel.zip 
SHA1(CodeBlocksSVN-5165-OSX-Intel.zip)= a47e10f94e069dea9c15c635c479f734de300af2
mathieu$ openssl dgst -md5 CodeBlocksSVN-5165-OSX-Intel.zip
MD5(CodeBlocksSVN-5165-OSX-Intel.zip)= 70ce04ef3f7982ce2a46c62234e578e7
mathieu$ ls -l CodeBlocksSVN-5165-OSX-Intel.zip
-rw-r--r--  1 mathieu  staff  12198803 25 jul 22:48 CodeBlocksSVN-5165-OSX-Intel.zip

[attachment deleted by admin]
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Jenna on July 25, 2008, 11:21:51 pm
Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

You should either edit your patches before posting, or tell your diff program to ignore changes in whitespace (option "-w" on linux) .
The greatest part of your patch-file shows differences in line-endings, but not in code.
That makes it a little hard to figure out what is really changed.
Title: Re: The 24 July 2008 build (5160) is out.
Post by: LaneMcNair on July 29, 2008, 01:51:13 am
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

For an example, paste this into the editor:

class TestClass
{
     public:
          TestClass();
          ~TestClass();
     private:
          int TestData;
};


Then, change it to this:

class TestClass
{
     public:
          /*
          */
          TestClass();
          ~TestClass();
     private:
          int TestData;
};

Note that you must actually type the change, or the bug will not appear. Also, the error seems to self-correct after several minutes. This bug is not due to Code::Blocks being run on a slow computer (my computer is quite fast).

Thank you.
Title: Re: The 24 July 2008 build (5160) is out.
Post by: denk_mal on July 29, 2008, 10:48:40 am
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

what happens if you set/unset 'Highlight occurrences'?
(see the post #9 above from Loaden)

denk_mal
Title: Re: The 24 July 2008 build (5160) is out.
Post by: LaneMcNair on July 29, 2008, 11:30:00 pm
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

what happens if you set/unset 'Highlight occurrences'?
(see the post #9 above from Loaden)

denk_mal

I still have the problem when I change the option.
Title: Re: The 24 July 2008 build (5160) is out.
Post by: Wahooney on July 31, 2008, 11:58:02 am
I still have the problem when I change the option.

I have that problem too, before and after switching the option off.
Title: Re: The 24 July 2008 build (5160) is out.
Post by: matioupi on August 01, 2008, 08:01:33 am
SVN 5172 build available for Mac OSX (Intel) build with gcc 4.2.1 against up to date SVN wxWidget 2.8 branch

http://dl.free.fr/rdMZP4JJe (http://dl.free.fr/rdMZP4JJe)

Code
laptop-mp:Desktop mathieu$ openssl dgst -sha1 CodeBlocksSVN-5172-OSX-Intel.zip 
SHA1(CodeBlocksSVN-5172-OSX-Intel.zip)= e60449eae965a2a764e76dd5f7e5ad64a49640b8
laptop-mp:Desktop mathieu$ openssl dgst -md5 CodeBlocksSVN-5172-OSX-Intel.zip
MD5(CodeBlocksSVN-5172-OSX-Intel.zip)= 50c957d3b9f5ee2492fdf4050995d825
laptop-mp:Desktop mathieu$ ls -l CodeBlocksSVN-5172-OSX-Intel.zip
-rw-r--r--  1 mathieu  staff  12204059  1 aoĆ» 07:29 CodeBlocksSVN-5172-OSX-Intel.zip
Title: Re: The 24 July 2008 build (5160) is out.
Post by: AntonioCS on August 01, 2008, 04:52:10 pm
I have here an image of a highlight bug I found.

I was just trying some code and then I placed a /* */ around the code and then I placed // in front of the */ and that kind of messed thing s up.


I am on winxp pro sp3




[attachment deleted by admin]
Title: Re: The 24 July 2008 build (5160) is out.
Post by: phireis on August 02, 2008, 05:32:33 am
The colouring got wrong with comments and the typing is slower in this nightly, with highlight ocurrences on or off.
I'm on Debian (jens repository).

Philipe