and I can not export Makefile now.
help please
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?
the cvs head version
Quote from: hongxing on May 29, 2006, 02:49:29 PM
the cvs head version
We 're not using cvs since last November/December...
Maybe he means SVN trunk.... :?
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 :)
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..... :)
you are right, its svn head.
I build CB from scratch, but find that the export Makefile menu item is greyed.
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.
thou I think it is a important feature. it's a pity :( :( :( if CB can not support export Makefile.
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.
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
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...
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.