FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Windows 7 + DMD v2.053

 
Post new topic   Reply to topic     Forum Index -> DSSS
View previous topic :: View next topic  
Author Message
RobotGymnast



Joined: 06 Jan 2011
Posts: 23

PostPosted: Tue May 31, 2011 5:00 am    Post subject: Windows 7 + DMD v2.053 Reply with quote

I'm running on 64-bit Windows 7 with DSSS 0.78 and DMD v2.053, and I'm getting issues.
I created a main.d:

Code:

import std.stdio;

void main()
{
    writeln("Hello");
}


and a dsss.conf:

Code:

[main.d]
buildflags = -w -v
debugflags = -debug -gc -unittest
releaseflags = -release -O -inline


When building, I receive this error (notice it's differently worded from the warnings DMD gives):
Code:

C:\Users\Me\devl\test>dsss build
main.d => main
parse     main
meta      main
import    std.stdio     (std\stdio.d)
main.d(1): module stdio cannot read file 'std\stdio.d'
Command C:\DSSS\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.


Simply compiling works fine:
Code:

C:\Users\Me\devl\test>dmd main.d



Can somebody shed some light on this?
Back to top
View user's profile Send private message
webwraith



Joined: 19 Mar 2009
Posts: 5
Location: Lavenham, near Ipswich, Suffolk, UK

PostPosted: Wed Feb 08, 2012 3:59 pm    Post subject: Reply with quote

Could it be that Rebuild is setting the search directory to be different to the default dmd one? Only a suggestion, and as I don't know how to check where it is set up to, probably a bad one, but that's the only thing I can think of, as the error is from Rebuild, which calls dmd itself.

EDIT: Whoo, looks like I know how to necro. I had to stop myself from necro-ing an even older thread (2008!!) just now.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DSSS All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group