www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Problem with stdlib.d

reply "constantine" <kostas751 yahoo.gr> writes:
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.
Aug 05 2012
parent "Simen Kjaeraas" <simen.kjaras gmail.com> writes:
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
Aug 05 2012