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

target += $EXE_EXT causes problems on Ubuntu 64-bit

 
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: Thu Apr 28, 2011 6:18 pm    Post subject: target += $EXE_EXT causes problems on Ubuntu 64-bit Reply with quote

I'm in Ubuntu 10.04 64-bit, with DMD v2.052 and DSSS 0.78, and I can't build a very simple project.

main.d:
Code:

void main()
{
}


dsss.conf:
Code:

[main.d]
target = SimpleProject
target += $EXE_EXT


Output:
Code:

me@lappy486:~/devl/d/SimpleProject$ dsss build
main.d => SimpleProject
ELF.d: module ELF cannot read file 'ELF.d'
Command /usr/bin/rebuild returned with code 256, aborting.
Error: Command failed, aborting.

Where the blank spaces are weird characters which don't seem to render properly.

Removing the last line of dsss.conf causes it to build fine.
Back to top
View user's profile Send private message
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Sat Apr 30, 2011 11:48 am    Post subject: Reply with quote

What is $EXE_EXT? DSSS/rebuild will handle the executable extension for you, if that is what you're trying to do.
Back to top
View user's profile Send private message
RobotGymnast



Joined: 06 Jan 2011
Posts: 23

PostPosted: Sat Apr 30, 2011 11:50 am    Post subject: Reply with quote

doob wrote:
What is $EXE_EXT? DSSS/rebuild will handle the executable extension for you, if that is what you're trying to do.


$EXE_EXT is documented in http://www.dsource.org/projects/dsss/wiki/DSSSForSoftwareEngineers, but if the extension us automatic, it's alright..
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