Author Topic: to export an MakeFile...  (Read 9661 times)

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
to export an MakeFile...
« 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 ++
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: to export an MakeFile...
« Reply #1 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 might be what you are looking for.
I never tried it.

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: to export an MakeFile...
« Reply #2 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.
:(

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

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: to export an MakeFile...
« Reply #3 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: to export an MakeFile...
« Reply #4 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
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: to export an MakeFile...
« Reply #5 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

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: to export an MakeFile...
« Reply #6 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: to export an MakeFile...
« Reply #7 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

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: to export an MakeFile...
« Reply #8 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 ++
C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: to export an MakeFile...
« Reply #9 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++ ;)
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

f1ufx_

  • Guest
Re: to export an MakeFile...
« Reply #10 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?

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: to export an MakeFile...
« Reply #11 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!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

f1ufx_

  • Guest
Re: to export an MakeFile...
« Reply #12 on: April 30, 2008, 09:50:02 pm »
hmm, I send mail you ~13 hours ago. You take it?

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: to export an MakeFile...
« Reply #13 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen