|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - Work on D front end compilation
OK, I'm starting this thread mostly so people can post their progress
on getting the front end to a runnable state in linux.
On that note, I've started writing a billion little functions that
to get rid of all the undefined references to backend methods that
pop up when you build.
i.e.
// JON: stub function
struct elem * MulExp::toElem(IRState *irs)
{
printf("MulExp::toElem() in expression.c\n");
}
Is this worthwhile do you think?
-Jon
Jul 29 2002
STOP STOP STOP!!! THIS IS ALL ALREADY DONE!!! Jan Jonathan Andrew wrote: Jul 29 2002
If you want to help, request CVS access so you can access the latest sources! Jan Jonathan Andrew wrote: Jul 29 2002
OK, I just updated the .tar.gz. at http://www.opend.org/ Download it and you probably will find all these things already done. I have tried to do it in such a way that I could leave the original code as untouched as possible so that upgrading to a newer front-end would be as easy as possible. Please READ the messages in this newsgroup as I do update it frequently. The last thing we want is double work as there is going to be enough work to do. Jan Jonathan Andrew wrote: Jul 29 2002
Jan Knepper wrote:OK, I just updated the .tar.gz. at http://www.opend.org/ Download it and you probably will find all these things already done. I have tried to do it in such a way that I could leave the original code as untouched as possible so that upgrading to a newer front-end would be as easy as possible. Please READ the messages in this newsgroup as I do update it frequently. The last thing we want is double work as there is going to be enough work to do. Jan Jul 29 2002
You know how to use CVS? Jonathan Andrew wrote:Jan Knepper wrote:OK, I just updated the .tar.gz. at http://www.opend.org/ Download it and you probably will find all these things already done. I have tried to do it in such a way that I could leave the original code as untouched as possible so that upgrading to a newer front-end would be as easy as possible. Please READ the messages in this newsgroup as I do update it frequently. The last thing we want is double work as there is going to be enough work to do. Jan Jul 29 2002
Jan Knepper wrote:You know how to use CVS? Jul 29 2002
start here www.cvshome.org If you're a windows type investigate wincvs, but I encourage you to learn the command line (it will facillitate knowledge) Jonathan Andrew wrote:Jan Knepper wrote:You know how to use CVS? Jul 29 2002
andy wrote:start here www.cvshome.org If you're a windows type investigate wincvs, but I encourage you to learn the command line (it will facillitate knowledge) Jul 29 2002
"andy" <acoliver apache.org> wrote in message news:3D45F2BC.8070903 apache.org...You know how to use CVS? Jul 30 2002
I'll be doing all my work in Linux, so as for right now, its going to be command line all the way. If I find a nice graphical CVS proggy for linux I will be sure to let the group know. Thanks for letting me know about these other programs though. -Jon Jul 30 2002
"Jonathan Andrew" <jon ece.arizona.edu> wrote in message news:3D46EC31.CAE65C6E ece.arizona.edu...I'll be doing all my work in Linux, so as for right now, its going to be command line all the way. If I find a nice graphical CVS proggy for linux I will be sure to let the group know. Thanks for letting me know about these other programs though. Jul 31 2002
"V. Krishnakumar" <lvimala eth.net> wrote in message news:ai8if7$nor$1 digitaldaemon.com...Actually, using cvs from the commandline is much more comfortable than Jul 31 2002
|