News:

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

Main Menu

to export an MakeFile...

Started by cfdev, January 26, 2008, 11:18:42 AM

Previous topic - Next topic

cfdev

hi all,

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

thanks ++
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

Jenna

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


cbMakefileGen plugin might be what you are looking for.
I never tried it.

cfdev

Thanks,
For windows it's good...but a makefile is very interesting under linux...
and this plugin don't work under linux now.
:(

++
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

kisoft

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

++
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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

cfdev

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
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

dje

Quote from: cfdev on February 05, 2008, 11:53:48 AM
Why your plugin is not in the codeblocks plugin by default ?
Default provided plugins have to run both on Linux and Windows.

Quote from: cfdev on February 05, 2008, 11:53:48 AM
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

kisoft

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

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

Quote from: cfdev on February 05, 2008, 11:53:48 AM
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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

dje

Quote from: kisoft on February 05, 2008, 02:00:52 PM
For dje: my plugin worked on windows and linux.
Sorry, I misunderstood the beginning of the post  :oops:

Dje

cfdev

on Berlios this is cbMakefileGen_src_0.1 only ?!

QuoteFor 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...


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

thanks ++
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

kisoft

Quote from: cfdev on February 05, 2008, 05:15:10 PM
on Berlios this is cbMakefileGen_src_0.1 only ?!

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

Good_luck++ ;)
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

f1ufx_

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?

kisoft

Quote from: 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?
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!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

f1ufx_

hmm, I send mail you ~13 hours ago. You take it?

kisoft

Quote from: f1ufx_ on April 30, 2008, 09:50:02 PM
hmm, I send mail you ~13 hours ago. You take it?
Yes, I does send answer to you yesterday.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]