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

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: 2775
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.