News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 29 January 2007 build is out. (contains serious bug, don't download)

Started by killerbot, January 29, 2007, 06:17:16 PM

Previous topic - Next topic

killerbot

contributed plugins are in different project files (each has one), but they are gathered in a workspace in the codeblocks src dir

Biplab

Quote from: 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
Thanks for the reply. I'll try after my class.  :D
Be a part of the solution, not a part of the problem.

stahta01

Quote from: 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.

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Pecan

Quote from: stahta01 on January 30, 2007, 01:24:26 PM
Quote from: 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.

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

Biplab

Quote from: stahta01 on January 30, 2007, 01:24:26 PM
Quote from: 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.

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 -
Quotelibtoolize: `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.

TDragon

Quote from: Biplab on January 30, 2007, 04:17:07 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.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Biplab

Quote from: TDragon on January 30, 2007, 04:26:16 PM
Quote from: Biplab on January 30, 2007, 04:17:07 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.