Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 29, 2007, 06:17:16 pm

Title: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: killerbot on January 29, 2007, 06:17:16 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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 29 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070129_rev3548_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070129_rev3548_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070129_rev3548_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070129_rev3548_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 29 January 2007 build is out.
Post by: Biplab on January 29, 2007, 08:04:37 pm
The 29 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_200701_rev3548_win32.7z

There is a Typo in the link. Correct link should be-
Quote
http://prdownload.berlios.de/codeblocks/CB_20070129_rev3548_win32.7z

Also this nightly has the bug which causes the project files to be wiped out after saving.
Title: Re: The 29 January 2007 build is out.
Post by: killerbot on January 29, 2007, 08:11:55 pm
link fixed.

I would suggest no to download this nightly because of that projects bug !!!
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 08:14:03 pm
:shock:  Glad I didn't download this one since I'm doing a homework assignment  :lol:

Also is there a way to export the file (to rtf/pdf/etc) with the line numbers, like it does when it prints?

Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Trikko on January 29, 2007, 08:56:39 pm
:shock:  Glad I didn't download this one since I'm doing a homework assignment  :lol:

Also is there a way to export the file (to rtf/pdf/etc) with the line numbers, like it does when it prints?



Print file as pdf... search pdfcreator on sourceforge and install it... it creates a virtual pdf printer for you...
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 11:15:41 pm
No no no, Code blocks already has an export feature to those formats, But you can't export them with line numbers.  I wanted to know of a way to do so.

Also I'm still having problems with the build messages not jumping to the error when I click it.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: MortenMacFly on January 29, 2007, 11:23:37 pm
Also I'm still having problems with the build messages not jumping to the error when I click it.
Nice. mind telling a *little* more (OS, C::B revision, demo project, step-by-step guide...)? What would you expect from such less information?! :shock:
With regards, Morten.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 11:26:28 pm
Basically the problem is when I build and there are errors.  Usually I double click on the error and the editor focuses on the exact line where the error occurs, putting a red square next to the line itself.  I tried the past three (aside from this one's) releases and I still don't get any progress.  I tried a clean install as well.  The one at my job works correctly, but not the one here at home.

Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: MortenMacFly on January 29, 2007, 11:27:24 pm
The one at my job works correctly, but not the one here at home.
Well... it works for me. Mind preparing/sharing a little project where it doesn't work?
With regards, Morten.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 11:28:59 pm
Okay I went ahead and tried creating a new project to see if it works and it did, and it works, just not on the other projects I have.  I guess I have to re-save all those other projects.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: mandrav on January 29, 2007, 11:36:27 pm
Okay I went ahead and tried creating a new project to see if it works and it did, and it works, just not on the other projects I have.  I guess I have to re-save all those other projects.

It's not a matter of re-saving. Try to find out what are the main differences. Like, are the other projects in paths with spaces or other "strange" characters?
For the project that clicking the error doesn't work, does it contain a line number in "build messages"? How is the error reported in the "build log"? (copy-paste it here)
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 11:43:31 pm
Okay the error shows as follows
Quote
:: === project, Debug ===
++\Codeblocks Projects\COP 4338\project\urlSearcher.h:36: error: expected `;' before "if"
:: === Build finished: 1 errors, 0 warnings ===

When I created a new project with all the files from scratch, I can jump to the errors, but when I create a new project with the past files, it won't jump to.  I'm not sure what differences between before it worked and after.  It is contained in a directory who's parent directory has a space, but even before it was in the same directory and it worked fine.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: indigo0086 on January 29, 2007, 11:48:49 pm
Okay narrowed it down to the parent folder being named using [].  Sorry for causing the ruckus.  Once I took the [] out of the parent folder name it works great.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: killerbot on January 30, 2007, 11:07:22 am
see here : http://forums.codeblocks.org/index.php?topic=5044.msg39530#msg39530

fixes later today
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Biplab on January 30, 2007, 11:13:47 am
I have downloaded Revision 3551 and the project save bug is not present.

But I have one question. Why does my compiled version does not have all the plugins?? What am I missing?  :shock:

I download from svn://svn.berlios.de/codeblocks/trunk and use C::B project file to compile the nightly.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: killerbot on January 30, 2007, 11:20:07 am
contributed plugins are in different project files (each has one), but they are gathered in a workspace in the codeblocks src dir
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Biplab on January 30, 2007, 11:31:33 am
contributed plugins are in different project files (each has one), but they are gathered in a workspace in the codeblocks src dir
Thanks for the reply. I'll try after my class.  :D
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: stahta01 on January 30, 2007, 01:24:26 pm
I have downloaded Revision 3551 and the project save bug is not present.

But I have one question. Why does my compiled version does not have all the plugins?? What am I missing?  :shock:

I download from svn://svn.berlios.de/codeblocks/trunk and use C::B project file to compile the nightly.

Did you compile the ContribPlugins workspace projects?
Note: running update.bat before compiling ContribPlugins workspace projects works best for me, your results may vary.

Tim S
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Pecan on January 30, 2007, 04:10:01 pm
I have downloaded Revision 3551 and the project save bug is not present.

But I have one question. Why does my compiled version does not have all the plugins?? What am I missing?  :shock:

I download from svn://svn.berlios.de/codeblocks/trunk and use C::B project file to compile the nightly.

Did you compile the ContribPlugins workspace projects?
Note: running update.bat before compiling ContribPlugins workspace projects works best for me, your results may vary.

Tim S

I've found that if I run update.bat *before* ...\src\ContribPlugins.workspace I don't get the updated contribs in the ../output plugins directory.

If you run it after compiling core CB, then you also have to run it after compiling contribs also or you won't have a contrib backup and they won't be available if you hose .../devel
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Biplab on January 30, 2007, 04:17:07 pm
I have downloaded Revision 3551 and the project save bug is not present.

But I have one question. Why does my compiled version does not have all the plugins?? What am I missing?  :shock:

I download from svn://svn.berlios.de/codeblocks/trunk and use C::B project file to compile the nightly.

Did you compile the ContribPlugins workspace projects?
Note: running update.bat before compiling ContribPlugins workspace projects works best for me, your results may vary.

Tim S

Thanks Tim for your suggestion. I found that file and compiled the plugins.

I was trying to use configure script to compile in Windows. I'm using MSYS+MinGW combination. When I type ./bootstrap I get an error that -
Quote
libtoolize: `configure.ac' does not exist
Try `libtoolize --help' for more information

I have autoconf-2.61, automake-1.9.6, libtool-1.5.23a installed. I have followed similar procedure in Linux and it works without any problem.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: TDragon on January 30, 2007, 04:26:16 pm
I was trying to use configure script to compile in Windows.
Someone correct me if I'm wrong, but I don't think the bootstrap/configure/make build process is designed to be able to create Windows builds. killerbot's nightlies and CodeBlocks.cbp are your friend here.
Title: Re: The 29 January 2007 build is out. (contains serious bug, don't download)
Post by: Biplab on January 30, 2007, 04:30:55 pm
I was trying to use configure script to compile in Windows.
Someone correct me if I'm wrong, but I don't think the bootstrap/configure/make build process is designed to be able to create Windows builds. killerbot's nightlies and CodeBlocks.cbp are your friend here.

Thanks for the info, TDragon.  :D

I thought the process would work here, too.