Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 27, 2006, 06:06:47 pm

Title: The 27 august 2006 build is out.
Post by: killerbot on August 27, 2006, 06:06:47 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 27 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 27 august 2006 build is out.
Post by: Encryptor on August 27, 2006, 08:17:39 pm
As I was unsuccessful at finding relevant posts in the forum, can someone please give me a link to a guide on how to create Linux distribution specific packages for Code::Blocks?
I am mainly interested in how to create a amd64 Ubuntu package.
Thanks!
Title: Re: The 27 august 2006 build is out.
Post by: Szabadember on August 27, 2006, 08:33:20 pm
Copy-Construct is displayed now correctly in the symbol browser, but the normal constructor is missing from the list now  :shock:

One more weird Symbol browser bug:
There are more symbols in the current file than in the whole workspace :)
Title: Re: The 27 august 2006 build is out.
Post by: mmebane on August 28, 2006, 12:12:43 am
Codecompletion is working much better than the build I was using from last week. A couple of things, though:

- The filckering box is gone, but while I am typing, the most cursor filckers between text and busy.

There are other issues, but I assume they will be solved eventually. I can post them if necessary.
Title: Re: The 27 august 2006 build is out.
Post by: ahlongxp on August 28, 2006, 11:45:11 am
I found something weird about opening “wxWidgets/samples/opengl/cube/cube.cpp”
cb treats the file as a empty one as the screenshots shows.

It exists from Rev 2776(could be older) to the latest revistion.


ubuntu 6.06

[attachment deleted by admin]
Title: Re: The 27 august 2006 build is out.
Post by: skirby on August 28, 2006, 01:10:49 pm
Hello,

I have found a small bug with tooltip in debugger.

Here is a simple example in order to reproduce it:
Code
#include <windows.h>
#include <stdio.h>

int main()
{
  HRSRC hRsrc;
  HGLOBAL hGbl;
  int iData;

  hRsrc = 10;
  hGbl = 20;
  iData = 30;

  return 0;
}

Put a break point on hRsrc = 10;
Now debug the piece of code.
Press F7 and move your move over the variable hRsrc.
You can see that the tooltip is truncated.
Same thing with hGbl but not with iData.

(http://img85.imageshack.us/img85/4907/nokat4.th.png) (http://img85.imageshack.us/my.php?image=nokat4.png)

(http://img139.imageshack.us/img139/6538/okhi6.th.png) (http://img139.imageshack.us/my.php?image=okhi6.png)

I hope you could fix it.

Thanks and have a nice day.

ps: Bug reported on BerliOS
Title: Re: The 27 august 2006 build is out.
Post by: skirby on August 28, 2006, 02:08:31 pm
Another bug.
Create a new project (MS-Dos for example)
Put a breakpoint anywhere and press F8 to start the debugger.

When C::B stops on the breakpoint, close the application with the Cross (upper right)
You should have the following screen:
(http://img140.imageshack.us/img140/131/bugee2.th.png) (http://img140.imageshack.us/my.php?image=bugee2.png)

Press OK.
C::B is closed but if you take a look at the proccess list, you can see that C::B is alive.
You have to kill the process in order to quit definitely C::B

I hope you could fix it.

Thanks and have a nice day.

ps:Bug reported on BerliOS
Title: Re: The 27 august 2006 build is out.
Post by: kelo81 on August 28, 2006, 05:27:14 pm
Hello everybody.
I'm trying to follow the WIKI instructions to compile the source code from svn. I'm using slackware 10.2 without modifying anything, and I can successfully install the wxGTK packages. but whe I try to run the ./bootstrap command, I get the message: Permission denied.
I'm using a root account!, so, what could be wrong here?, may anyone help me please?  :(

Thanks in advance!!!