digitalmars.D.learn - .patch
- Dimitar Kolev <DimitarRosenovKolev hotmail.com> Jul 24 2009
- BCS <none anon.com> Jul 24 2009
- Dimitar Kolev < DimitarRosenovKolev hotmail.com> Jul 24 2009
- Don <nospam nospam.com> Aug 05 2009
Hello I am new to D. My question is: How do you apply a .patch file? And then I guess I have to compile the compiler again? If yes which file do I pass to bud? Well more than 1 question.
Jul 24 2009
Hello Dimitar,Hello I am new to D.
Hello, welcome.My question is: How do you apply a .patch file?
this seems to be somewhat usefull: http://docs.moodle.org/en/Development:How_to_apply_a_patch windows tools (linux will already have them): http://gnuwin32.sourceforge.net/packages/patch.htmAnd then I guess I have to compile the compiler again? If yes which file do I pass to bud?
Unless you are primarily interested in compiler development, I'd suggest you just use DMD as is. (I'm assuming you are referring to patching DMD.)
Jul 24 2009
BCS Wrote:Hello Dimitar,Hello I am new to D.
Hello, welcome.My question is: How do you apply a .patch file?
this seems to be somewhat usefull: http://docs.moodle.org/en/Development:How_to_apply_a_patch windows tools (linux will already have them): http://gnuwin32.sourceforge.net/packages/patch.htmAnd then I guess I have to compile the compiler again? If yes which file do I pass to bud?
Unless you are primarily interested in compiler development, I'd suggest you just use DMD as is. (I'm assuming you are referring to patching DMD.)
I would like to apply patch for 2569.
Jul 24 2009
Dimitar Kolev wrote:BCS Wrote:Hello Dimitar,Hello I am new to D.
My question is: How do you apply a .patch file?
http://docs.moodle.org/en/Development:How_to_apply_a_patch windows tools (linux will already have them): http://gnuwin32.sourceforge.net/packages/patch.htmAnd then I guess I have to compile the compiler again? If yes which file do I pass to bud?
you just use DMD as is. (I'm assuming you are referring to patching DMD.)
I would like to apply patch for 2569.
Aug 05 2009








Don <nospam nospam.com>