Re: Problem with stdlib.d

2012-08-05 Thread Simen Kjaeraas

On Sun, 05 Aug 2012 16:53:24 +0200, constantine  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


Problem with stdlib.d

2012-08-05 Thread constantine
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.