Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hongxing on May 29, 2006, 06:52:47 am

Title: question: Export Makefile menu item is disabled
Post by: hongxing on May 29, 2006, 06:52:47 am
and I can not export Makefile now.

help please
Title: Re: question: Export Makefile menu item is disabled
Post by: sethjackson 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?
Title: Re: question: Export Makefile menu item is disabled
Post by: hongxing on May 29, 2006, 02:49:29 pm
the cvs head version
Title: Re: question: Export Makefile menu item is disabled
Post by: mandrav on May 29, 2006, 03:54:49 pm
the cvs head version

We 're not using cvs since last November/December...
Title: Re: question: Export Makefile menu item is disabled
Post by: sethjackson on May 29, 2006, 06:43:02 pm
Maybe he means SVN trunk....  :?
Title: Re: question: Export Makefile menu item is disabled
Post by: mandrav on May 29, 2006, 07:21:22 pm
Maybe he means SVN trunk....  :?

Could be.
What I 'm asking is more info :)
Title: Re: question: Export Makefile menu item is disabled
Post by: sethjackson 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.....  :)
Title: Re: question: Export Makefile menu item is disabled
Post by: hongxing 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.
Title: Re: question: Export Makefile menu item is disabled
Post by: Game_Ender 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.
Title: Re: question: Export Makefile menu item is disabled
Post by: hongxing 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.
Title: Re: question: Export Makefile menu item is disabled
Post by: MortenMacFly 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.
Title: Re: question: Export Makefile menu item is disabled
Post by: tiger683 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
Title: Re: question: Export Makefile menu item is disabled
Post by: mandrav 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...
Title: Re: question: Export Makefile menu item is disabled
Post by: MortenMacFly 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.