Author Topic: question: Export Makefile menu item is disabled  (Read 9023 times)

hongxing

  • Guest
question: Export Makefile menu item is disabled
« on: May 29, 2006, 06:52:47 am »
and I can not export Makefile now.

help please

sethjackson

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #1 on: May 29, 2006, 01:42:16 pm »
and I can not export Makefile now.

help please

What version of C::B do you have?

hongxing

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #2 on: May 29, 2006, 02:49:29 pm »
the cvs head version

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: question: Export Makefile menu item is disabled
« Reply #3 on: May 29, 2006, 03:54:49 pm »
the cvs head version

We 're not using cvs since last November/December...
Be patient!
This bug will be fixed soon...

sethjackson

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #4 on: May 29, 2006, 06:43:02 pm »
Maybe he means SVN trunk....  :?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: question: Export Makefile menu item is disabled
« Reply #5 on: May 29, 2006, 07:21:22 pm »
Maybe he means SVN trunk....  :?

Could be.
What I 'm asking is more info :)
Be patient!
This bug will be fixed soon...

sethjackson

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #6 on: May 29, 2006, 08:38:24 pm »
Maybe he means SVN trunk....  :?

Could be.
What I 'm asking is more info :)

It would help if we knew some more.....  :)

hongxing

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #7 on: May 30, 2006, 02:04:27 am »
you are right, its svn head.
I build CB from scratch, but find that the export Makefile menu item is greyed.

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: question: Export Makefile menu item is disabled
« Reply #8 on: May 30, 2006, 04:19:27 am »
Its no longer supported because CB, build system has changed so much that the developers didn't have enough time to support it.  I don't think it will be supported until 1.5, but you should check out the Roadmap on the wiki.

hongxing

  • Guest
Re: question: Export Makefile menu item is disabled
« Reply #9 on: May 30, 2006, 06:05:56 am »
thou I think it is a important feature. it's a pity :( :( :( if CB can not support export Makefile.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: question: Export Makefile menu item is disabled
« Reply #10 on: May 30, 2006, 08:49:05 am »
thou I think it is a important feature. it's a pity :( :( :( if CB can not support export Makefile.
C::B still can (it's not impossible) but the code is currently inactive. It is better to wait until the changes for the project an build system are complete before adjusting the Makefile generator again.
If you want to, you can try to enable in in your copy of C::B or even help with the adjustments in the future. I personally have a copy of RC2 on my computer that allows me to create a "raw" Makefile for new projects and then usually the only thing I have to do is adding file(s) to it.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline tiger683

  • Multiple posting newcomer
  • *
  • Posts: 20
  • o_0
Re: question: Export Makefile menu item is disabled
« Reply #11 on: May 30, 2006, 12:31:17 pm »
If you want to, you can try to enable in in your copy of C::B or even help with the adjustments in the future.
Tried that a few days ago...disaster came upon me :shock:  :P
Well, actually the Makefile was simply scr***d.
 
I personally have a copy of RC2 on my computer that allows me to create a "raw" Makefile for new projects and then usually the only thing I have to do is adding file(s) to it.
Interesting Tip,

Thanks,
T
Where I work :P

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: question: Export Makefile menu item is disabled
« Reply #12 on: May 30, 2006, 01:50:02 pm »
If you want to, you can try to enable in in your copy of C::B or even help with the adjustments in the future.
Tried that a few days ago...disaster came upon me :shock:  :P
Well, actually the Makefile was simply scr***d.

This makes perfect sense. The makefile exporting has been disabled for quite some time now and it's left way behind in terms of compatibility...
Be patient!
This bug will be fixed soon...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: question: Export Makefile menu item is disabled
« Reply #13 on: May 30, 2006, 01:54:17 pm »
Tried that a few days ago...disaster came upon me :shock:  :P
I did not mean that it's as easy as to uncomment it. What I meant is that the possibility is still there -> the framework has all features required for a Makefile generator. Allthough I would recommend to implement this as a plugin in the future...
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ