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

DSSS does not build with linux/gdc

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



Joined: 22 May 2007
Posts: 1

PostPosted: Tue May 22, 2007 3:08 pm    Post subject: DSSS does not build with linux/gdc Reply with quote

I tried to build dsss 0.65 on linux with gdc.

It fails at this point:
make -f Makefile.gdc.posix
...
...
./rebuild/rebuild -full -Irebuild sss/main.d -ofdsss
sss/main.d(31): module file cannot read file 'std/file.d'
make: *** [dsss] Error 1

I have gdc installed under /usr/gdc, and it works fine by itself.
The problem is that rebuild does not use the proper include path:

If I issue this command by hand it works:

./rebuild/rebuild -full -Irebuild -I/usr/gdc/include/d/4.1.1 -I/usr/gdc/include/d/4.1.1/i686-pc-linux-gnu/ sss/main.d -ofdsss

How can I tell rebuild to use the proper include path?
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