Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

cbMakefileGen plugin

<< < (27/29) > >>

kisoft:

--- Quote from: Halan on April 01, 2010, 01:35:11 am ---Any Updates on this? Makefile generation is a big feature that i miss in code::blocks...

--- End quote ---
You can install plugin your self. Download binary and install it.
Any problems?

meeba:
There is a problem. Due to recent updates from CB. The plug in, no longer works. You'll get a incompatible error.

grischka:

--- Quote from: Halan on April 01, 2010, 01:35:11 am ---Any Updates on this? Makefile generation is a big feature that i miss in code::blocks...

--- End quote ---

There is also the standalone conversion tool cbp2mak:
http://forums.codeblocks.org/index.php/topic,9731.msg69835.html#msg69835

It used to work for the cb project itself (unix & windows), maybe still does.

Sasquatch_47:
I am currently running Fedora 12 with SVN build of CodeBlock 10.05 and cbMakeFileGen_03.11.10. I ran into a couple of problems generating a Makefile for multiple build configurations.

Problem 1: @g++  -o bin/Debug/SomeProject $(Debug) was returning an error for g++ "no input files"
After looking at the source I found that line 358 in Makefile.cpp was using l_TargetName as a command argument instead of l_ObjsName.

Problem 2:  OBJS_RELEASE includes both Debug and Release objects.
Solved problem by adding m_Objs.clear(); on line 384 of Makefile.cpp see the attached source for changes. I renamed the Makefile.cpp to Makefile.txt in order to be able to attach it.

I no longer am having issues so I figured I would pass this on.

[attachment deleted by admin]

kisoft:
Sasquatch_47 Thank you. I will try check this problem and build new version for CB 10.05.
meeba Thanks for report. I try check this problem.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version