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

Issue with DSSS Installing

 
Post new topic   Reply to topic     Forum Index -> ArcLib
View previous topic :: View next topic  
Author Message
CodexArcanum



Joined: 23 Oct 2007
Posts: 8

PostPosted: Tue Oct 23, 2007 9:43 pm    Post subject: Issue with DSSS Installing Reply with quote

Hey all, I was interested in trying out ArcLib, since I really like what I'm seeing. I grabbed DSSS and ran the install, but it doesn't seem to be working. I'm using the correct package (arclib-tango-stable) but after it runs through, I get a final error "files.tmp not found" and then it doesn't seem to have installed ArcLib at all. I got the same error trying to install DerelictGL through DSSS as well, so perhaps it's related?

Any ideas on how to get ArcLib on my computer?
Back to top
View user's profile Send private message
dyh



Joined: 22 Jan 2006
Posts: 2

PostPosted: Wed Oct 24, 2007 7:03 am    Post subject: Reply with quote

Same here.

If I do as stated on the project page `dsss net install arclib`, it results in "That package does not appear to exist!" message.

Some forum message suggested to use `dsss net install arclib-phobos-stable`. Results are lots of output, and in the end usage help for rebuild following by message "Error: files.tmp: The system cannot find the file specified."

I wonder if anyone actually have succeed in net install?
_________________
serg.
Back to top
View user's profile Send private message
clayasaurus



Joined: 21 May 2004
Posts: 857

PostPosted: Wed Oct 24, 2007 8:04 pm    Post subject: Reply with quote

Ok, this is not an arclib problem, but this is a DerelictGL problem. Try installing DerelictGL by itself and see if you get the same error.
Back to top
View user's profile Send private message AIM Address
CodexArcanum



Joined: 23 Oct 2007
Posts: 8

PostPosted: Wed Oct 24, 2007 8:32 pm    Post subject: Reply with quote

clayasaurus wrote:
Ok, this is not an arclib problem, but this is a DerelictGL problem. Try installing DerelictGL by itself and see if you get the same error.


See, I noticed it doing it right there myself, so I did. DerelictGL does throw up the same issue, and also doesn't install. Should have made that clearer in my first post.

Maybe I could get DGL through their download, use DSSS to build it, and then get ArcLib?
Back to top
View user's profile Send private message
CodexArcanum



Joined: 23 Oct 2007
Posts: 8

PostPosted: Thu Oct 25, 2007 9:42 am    Post subject: Reply with quote

So, I installed Derelict manually (and Tango, decided to start a fresh copy of D). Went to install ArcLib and didn't get that one error. Got this one instead. Sad

Code:
arc\math\angle.d(25): module Math cannot read file 'tango\math\Math.d'
Command C:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.
Back to top
View user's profile Send private message
clayasaurus



Joined: 21 May 2004
Posts: 857

PostPosted: Thu Oct 25, 2007 11:19 am    Post subject: Reply with quote

Theoretically, 'dsss net install arclib-tango-stable' will be all that is required. However, currently, the derelict net installs seem to be broke.

Here's what you can do... I've done this and it works.

1. dsss net install tango. If you did this before, re-do it again. It gets broken every so often, but is quickly fixed.

2. svn co the derelict svn. Manually install derelict such that the command

dsss installed

gives...

DerelictAL
DerelictFT
DerelictGL
DerelictGLU
DerelictOgg
DerelictSDL
DerelictSDLimage
DerelictUtil
DerelictVorbis

This requires moving into each derelictGL/ derelictEtc/ subdir and typing 'dsss build' and 'dsss install'

3. dsss net install arclib-tango-stable

I've verified this process will work on windows. Once Derelict fixes it's net install, you should only need to do the third step.
Back to top
View user's profile Send private message AIM Address
CodexArcanum



Joined: 23 Oct 2007
Posts: 8

PostPosted: Thu Oct 25, 2007 9:26 pm    Post subject: Reply with quote

Well, I tried that method out, but I got that same Math.d error as before. I'm sorry to keep pestering you with this silly little issue. Thanks a lot for your help so far.
Back to top
View user's profile Send private message
ChristianK



Joined: 26 Sep 2006
Posts: 159
Location: Berlin, Germany

PostPosted: Fri Oct 26, 2007 12:15 am    Post subject: Reply with quote

I fixed the getting started page to give the correct dsss package name.

Your problem with tango.math.Math is probably a broken/unsuccessful tango installation, try compiling a tango "hello world" program with dsss:

Code:

helloworldtango.d
--------------
import tango.io.Stdout;

void main() {
  Stdout("Hello World").newline;
}


Code:

dsss.conf
--------------
[helloworldtango.d]


I expect it to give the error "cannot read file tango/io/Stdout.d", which'd mean tango isn't installed properly. I think DSSS uses tango's trunk for dsss net install tango; maybe a recent commit broke something there.

Edit:
I see you installed tango manually. Remember to switch dsss' rebuild to the tango profile and (probably) set the include path to your tango copy.
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Mon Oct 29, 2007 12:25 pm    Post subject: Reply with quote

Looks like I've gotten the Derelict DSSS issue sorted. I just tested out a net install of arc and all went well. Anymore problems, let me know.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
clayasaurus



Joined: 21 May 2004
Posts: 857

PostPosted: Mon Oct 29, 2007 1:28 pm    Post subject: Reply with quote

Thanks Mike! Very much appreciated.
Back to top
View user's profile Send private message AIM Address
CodexArcanum



Joined: 23 Oct 2007
Posts: 8

PostPosted: Tue Oct 30, 2007 10:29 am    Post subject: Reply with quote

Thanks so much everyone. I did a fresh install of D and got everything set up properly this time. Now to get coding!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> ArcLib 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