News:

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

Main Menu

question: Export Makefile menu item is disabled

Started by hongxing, May 29, 2006, 06:52:47 AM

Previous topic - Next topic

hongxing

and I can not export Makefile now.

help please

sethjackson

Quote from: hongxing on May 29, 2006, 06:52:47 AM
and I can not export Makefile now.

help please

What version of C::B do you have?


mandrav

Be patient!
This bug will be fixed soon...

sethjackson


mandrav

Be patient!
This bug will be fixed soon...

sethjackson

Quote from: mandrav on May 29, 2006, 07:21:22 PM
Quote from: sethjackson on May 29, 2006, 06:43:02 PM
Maybe he means SVN trunk....  :?

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

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

hongxing

you are right, its svn head.
I build CB from scratch, but find that the export Makefile menu item is greyed.

Game_Ender

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

thou I think it is a important feature. it's a pity :( :( :( if CB can not support export Makefile.

MortenMacFly

Quote from: 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.
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

tiger683

Quote from: MortenMacFly on May 30, 2006, 08:49:05 AM
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.

Quote from: MortenMacFly on May 30, 2006, 08:49:05 AM
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

mandrav

Quote from: tiger683 on May 30, 2006, 12:31:17 PM
Quote from: MortenMacFly on May 30, 2006, 08:49:05 AM
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...

MortenMacFly

Quote from: tiger683 on May 30, 2006, 12:31: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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]