Code::Blocks Forums
User forums => Nightly builds => Topic started 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:
- Virtual folders now display correctly even in different platforms than the one they were created in.
- Include() and Require() script functions now look in the current script's directory too.s
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) (is fixed with our special wx263/wx28 dll)
-
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-
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.
-
link fixed.
I would suggest no to download this nightly because of that projects bug !!!
-
: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?
-
: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...
-
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.
-
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.
-
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.
-
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.
-
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.
-
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)
-
Okay the error shows as follows
:: === 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.
-
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.
-
see here : http://forums.codeblocks.org/index.php?topic=5044.msg39530#msg39530
fixes later today
-
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.
-
contributed plugins are in different project files (each has one), but they are gathered in a workspace in the codeblocks src dir
-
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
-
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 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
-
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 -
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.
-
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.
-
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.