Author Topic: The 29 January 2007 build is out. (contains serious bug, don't download)  (Read 19308 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
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)

« Last Edit: January 29, 2007, 08:12:19 pm by killerbot »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 January 2007 build is out.
« Reply #1 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.
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 29 January 2007 build is out.
« Reply #2 on: January 29, 2007, 08:11:55 pm »
link fixed.

I would suggest no to download this nightly because of that projects bug !!!

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #3 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?


Trikko

  • Guest
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #4 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...

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #5 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.
« Last Edit: January 29, 2007, 11:17:26 pm by indigo0086 »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #6 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #7 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.

« Last Edit: January 29, 2007, 11:28:44 pm by indigo0086 »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #8 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #9 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #10 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)
Be patient!
This bug will be fixed soon...

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #11 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.

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #12 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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #14 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.
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #15 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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #16 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
Be a part of the solution, not a part of the problem.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #17 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
« Last Edit: January 30, 2007, 01:25:57 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2769
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #18 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
« Last Edit: January 30, 2007, 04:11:55 pm by Pecan »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #19 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.
Be a part of the solution, not a part of the problem.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #20 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 29 January 2007 build is out. (contains serious bug, don't download)
« Reply #21 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.
Be a part of the solution, not a part of the problem.