digitalmars.D - Compiling dmd on Windows
- Paulo Pinto (8/8) Feb 01 2014 Hi,
- Andrej Mitrovic (5/8) Feb 01 2014 This is the guide that I wrote a while ago:
- Paulo Pinto (5/14) Feb 01 2014 Thanks for point it out, going though it now.
- Andrej Mitrovic (5/6) Feb 01 2014 Those makefiles should be just one makefile that works across
- Trass3r (5/11) Feb 02 2014 Actually there should something along the lines of a
- Kapps (3/11) Feb 01 2014 Last I tried, all that was needed was to download dmc and run
- luka8088 (2/13) Feb 01 2014 https://dl.dropboxusercontent.com/u/18386187/contribute.html
- luka8088 (4/19) Feb 01 2014 Just a disclaimer (as I see that author is not pointer out). This was
Hi, is there any page on how to compile the whole dmd, druntime and phobos on Windows? I am facing a few issues with me hacking around win32.mak files, related to tools location, missing tools(detab) and expected UNIX tools (e.g. cp instead of copy). -- Paulo
Feb 01 2014
On 2/1/14, Paulo Pinto <pjmlp progtools.org> wrote:Hi, is there any page on how to compile the whole dmd, druntime and phobos on Windows?This is the guide that I wrote a while ago: http://wiki.dlang.org/Using_Git_on_Windows If you get ASM errors while building: http://wiki.dlang.org/Building_DMD#Common_Windows_issues
Feb 01 2014
Am 01.02.2014 09:33, schrieb Andrej Mitrovic:On 2/1/14, Paulo Pinto <pjmlp progtools.org> wrote:Thanks for point it out, going though it now. Shouldn't those makefiles use Windows only tools? -- PauloHi, is there any page on how to compile the whole dmd, druntime and phobos on Windows?This is the guide that I wrote a while ago: http://wiki.dlang.org/Using_Git_on_Windows If you get ASM errors while building: http://wiki.dlang.org/Building_DMD#Common_Windows_issues
Feb 01 2014
On 2/1/14, Paulo Pinto <pjmlp progtools.org> wrote:Shouldn't those makefiles use Windows only tools?Those makefiles should be just one makefile that works across platforms by using GNU Make, but some people love the idea of maintaining 10 different makefiles that are already awfully out of sync, all because DM Make exists.
Feb 01 2014
On Saturday, 1 February 2014 at 19:28:54 UTC, Andrej Mitrovic wrote:On 2/1/14, Paulo Pinto <pjmlp progtools.org> wrote:Actually there should something along the lines of a CMakeLists.txt so you are free to use whatever you want, including IDEs.Shouldn't those makefiles use Windows only tools?Those makefiles should be just one makefile that works across platforms by using GNU Make, but some people love the idea of maintaining 10 different makefiles that are already awfully out of sync, all because DM Make exists.
Feb 02 2014
On Saturday, 1 February 2014 at 08:13:17 UTC, Paulo Pinto wrote:Hi, is there any page on how to compile the whole dmd, druntime and phobos on Windows? I am facing a few issues with me hacking around win32.mak files, related to tools location, missing tools(detab) and expected UNIX tools (e.g. cp instead of copy). -- PauloLast I tried, all that was needed was to download dmc and run make -f win32.mak.
Feb 01 2014
On 1.2.2014. 9:13, Paulo Pinto wrote:Hi, is there any page on how to compile the whole dmd, druntime and phobos on Windows? I am facing a few issues with me hacking around win32.mak files, related to tools location, missing tools(detab) and expected UNIX tools (e.g. cp instead of copy). -- Paulohttps://dl.dropboxusercontent.com/u/18386187/contribute.html
Feb 01 2014
On 1.2.2014. 10:40, luka8088 wrote:On 1.2.2014. 9:13, Paulo Pinto wrote:Just a disclaimer (as I see that author is not pointer out). This was not written by me, and I found this link somewhere on the newsgroup some time ago.Hi, is there any page on how to compile the whole dmd, druntime and phobos on Windows? I am facing a few issues with me hacking around win32.mak files, related to tools location, missing tools(detab) and expected UNIX tools (e.g. cp instead of copy). -- Paulohttps://dl.dropboxusercontent.com/u/18386187/contribute.html
Feb 01 2014