Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: cfdev on January 26, 2008, 11:18:42 am

Title: to export an MakeFile...
Post by: cfdev on January 26, 2008, 11:18:42 am
hi all,

I know it's not possible but, I'm very interested by this:
Create an makefile of an codeblocks project.

thanks ++
Title: Re: to export an MakeFile...
Post by: Jenna on January 26, 2008, 11:44:49 am
hi all,

I know it's not possible but, I'm very interested by this:
Create an makefile of an codeblocks project.

thanks ++


cbMakefileGen plugin (http://forums.codeblocks.org/index.php/topic,6241.0.html) might be what you are looking for.
I never tried it.
Title: Re: to export an MakeFile...
Post by: cfdev on January 29, 2008, 05:56:11 pm
Thanks,
For windows it's good...but a makefile is very interesting under linux...
and this plugin don't work under linux now.
:(

++
Title: Re: to export an MakeFile...
Post by: kisoft on January 30, 2008, 07:56:11 am
Thanks,
For windows it's good...but a makefile is very interesting under linux...
and this plugin don't work under linux now.
:(

++
I have no Linux now, then I can't compile my plugin on Linux. :(
You can compile this plugin yourself only (URL for sources see below).
This plugin worked on Linux, I test it.
Title: Re: to export an MakeFile...
Post by: cfdev on February 05, 2008, 11:53:48 am
Ok the compilation work when I comment all "messagemanager" references.
I have the *.so
but how to integre it in CB?

Why your plugin is not in the codeblocks plugin by default ?
thanks
Title: Re: to export an MakeFile...
Post by: dje on February 05, 2008, 01:56:00 pm
Why your plugin is not in the codeblocks plugin by default ?
Default provided plugins have to run both on Linux and Windows.

Ok the compilation work when I comment all "messagemanager" references.
Some times ago, manager implementation changed. You may look in current source code to see how to get managers.

Dje
Title: Re: to export an MakeFile...
Post by: kisoft on February 05, 2008, 02:00:52 pm
Ok the compilation work when I comment all "messagemanager" references.
I have the *.so
but how to integre it in CB?

Hmmm, messagemanager already erased from my sources into repository on BerliOS. My last revision is 20.
For integre you can create
zip -j9 libcbMakefileGen.cbplugin cbMakefileGen.so cbMakefileGen.zip.
and install this libcbMakefileGen.cbplugin to your C::B

Why your plugin is not in the codeblocks plugin by default ?
I don't ask the C::B authors about this procredure.

For dje: my plugin worked on windows and linux.
Title: Re: to export an MakeFile...
Post by: dje on February 05, 2008, 02:04:15 pm
For dje: my plugin worked on windows and linux.
Sorry, I misunderstood the beginning of the post  :oops:

Dje
Title: Re: to export an MakeFile...
Post by: cfdev on February 05, 2008, 05:15:10 pm
on Berlios this is cbMakefileGen_src_0.1 only ?!

Quote
For integre you can create
zip -j9 libcbMakefileGen.cbplugin cbMakefileGen.so cbMakefileGen.zip.
and install this libcbMakefileGen.cbplugin to your C::B
I'll try this...


Quote
I don't ask the C::B authors about this procredure.
Ask them.. ;)

thanks ++
Title: Re: to export an MakeFile...
Post by: kisoft on February 06, 2008, 06:53:22 am
on Berlios this is cbMakefileGen_src_0.1 only ?!

Check out repository, please, (see URL below) for last version of sources.

Good_luck++ ;)
Title: Re: to export an MakeFile...
Post by: f1ufx_ on April 29, 2008, 09:26:08 pm
But I undestend =(
I install cb-dev, wx2.8-headers and libwxbase-dev
run this commands: svn checkout svn://svn.berlios.de/cbmakegen/trunk
open cbmakegen-unix.cbp
config some compliler -Includes derictories
build...
 ..and have many errors.
I can giv u buitl-log.html..

Do you can relised cbmakegen-bin for linux or bsd?
Title: Re: to export an MakeFile...
Post by: kisoft on April 30, 2008, 08:43:31 am
But I undestend =(
I install cb-dev, wx2.8-headers and libwxbase-dev
run this commands: svn checkout svn://svn.berlios.de/cbmakegen/trunk
open cbmakegen-unix.cbp
config some compliler -Includes derictories
build...
 ..and have many errors.
I can giv u buitl-log.html..

Do you can relised cbmakegen-bin for linux or bsd?
Sorry, I can't build plugin on linux. My Ubuntu is no configured for builds.

Send me your build-log.html on my email, please. May be I can help you.

Good luck!
Title: Re: to export an MakeFile...
Post by: f1ufx_ on April 30, 2008, 09:50:02 pm
hmm, I send mail you ~13 hours ago. You take it?
Title: Re: to export an MakeFile...
Post by: kisoft on May 05, 2008, 08:02:22 am
hmm, I send mail you ~13 hours ago. You take it?
Yes, I does send answer to you yesterday.