August 05, 2012 Problem with stdlib.d | ||||
---|---|---|---|---|
| ||||
I try to use DSMFL to learn about game programming and I got this error. D:\Programming\DSFML\samples\dsfml>dsss build pong\pong.d => bin/pong ../../import\dsfml\system\alloc.d(9): module stdlib cannot read file 'std\c\stdl ib.d' Command D:\Programming\Tools\dsss\bin\rebuild.exe returned with code 1, aborting . Error: Command failed, aborting. As far as I know the file is located here in my hard drive D:\Program Files\D\dmd2\src\phobos\std\c P.S. I think that there could be the space between Program Files, just as right 10 minutes ago I had the same program with DSSS, due to a space in the filename. But I need to investigate it first and I'll be back. |
August 05, 2012 Re: Problem with stdlib.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to constantine | On Sun, 05 Aug 2012 16:53:24 +0200, constantine <kostas751@yahoo.gr> wrote: > I try to use DSMFL to learn about game programming and I got this error. > > > > > D:\Programming\DSFML\samples\dsfml>dsss build > pong\pong.d => bin/pong > > > ../../import\dsfml\system\alloc.d(9): module stdlib cannot read file 'std\c\stdl > ib.d' > > > Command D:\Programming\Tools\dsss\bin\rebuild.exe returned with code 1, aborting > . > Error: Command failed, aborting. > > > > > As far as I know the file is located here in my hard drive > D:\Program Files\D\dmd2\src\phobos\std\c > > > P.S. I think that there could be the space between Program Files, just as right 10 minutes ago I had the same program with DSSS, due to a space in the filename. But I need to investigate it first and I'll be back. This newsgroup is for automated posts from Bugzilla only. Please move your discussion to digitalmars.D.learn. -- Simen |
Copyright © 1999-2021 by the D Language Foundation