digitalmars.D.learn - Fail to compile phobos
- JJDuck (10/10) Sep 25 2014 I tried to compile phobos according to the last paragraph in this
- John Colvin (5/15) Sep 25 2014 Nothing in the phobos build process (either the instructions or
- monarch_dodra (2/12) Sep 25 2014 Please provide the command that produced this output.
- H. S. Teoh via Digitalmars-d-learn (11/27) Sep 25 2014 He said it was from the bottom of the page at
I tried to compile phobos according to the last paragraph in this page: http://dlang.org/dmd-linux.html but this is the error I have fatal: Not a git repository (or any of the parent directories): .git I dont know what happened, i have tried for a few days. BTW, should I place my dmd2 folder at ~ or /usr/local/share. which will have less prblem in installing and maintaining? Thanks
Sep 25 2014
On Thursday, 25 September 2014 at 17:20:42 UTC, JJDuck wrote:I tried to compile phobos according to the last paragraph in this page: http://dlang.org/dmd-linux.html but this is the error I have fatal: Not a git repository (or any of the parent directories): .git I dont know what happened, i have tried for a few days. BTW, should I place my dmd2 folder at ~ or /usr/local/share. which will have less prblem in installing and maintaining? ThanksNothing in the phobos build process (either the instructions or posix.mak) mention git, so I have no idea what's going on there. Do you actually need to build phobos? Some distros have packages available for dmd.
Sep 25 2014
On Thursday, 25 September 2014 at 17:20:42 UTC, JJDuck wrote:I tried to compile phobos according to the last paragraph in this page: http://dlang.org/dmd-linux.html but this is the error I have fatal: Not a git repository (or any of the parent directories): .git I dont know what happened, i have tried for a few days. BTW, should I place my dmd2 folder at ~ or /usr/local/share. which will have less prblem in installing and maintaining? ThanksPlease provide the command that produced this output.
Sep 25 2014
On Thu, Sep 25, 2014 at 06:43:14PM +0000, monarch_dodra via Digitalmars-d-learn wrote:On Thursday, 25 September 2014 at 17:20:42 UTC, JJDuck wrote:He said it was from the bottom of the page at http://dlang.org/dmd-linux.html which says: cd ~/dmd2/src/druntime make -f posix.mak DMD=~/dmd2/linux/bin/dmd cd ../phobos make -f posix.mak DMD=~/dmd2/linux/bin/dmd T -- All problems are easy in retrospect.I tried to compile phobos according to the last paragraph in this page: http://dlang.org/dmd-linux.html but this is the error I have fatal: Not a git repository (or any of the parent directories): .git I dont know what happened, i have tried for a few days. BTW, should I place my dmd2 folder at ~ or /usr/local/share. which will have less prblem in installing and maintaining? ThanksPlease provide the command that produced this output.
Sep 25 2014