D Shared Software System version 0.3 released!
Gregor Richards
Richards at codu.org
Thu Nov 16 14:39:53 PST 2006
BCS wrote:
> What am I doing wrong? (beside using windows)
>
>
> C:\>dir f:\alt\src
> Volume in drive F has no label.
> Volume Serial Number is 5B36-AD21
>
> Directory of f:\alt\src
>
> 11/16/2006 10:54 AM <DIR> .
> 11/16/2006 10:54 AM <DIR> ..
> 0 File(s) 0 bytes
> 2 Dir(s) 17,695,354,880 bytes free
>
> C:\>dsss install --prefix=f:\alt\src
> WARNING: Section for nonexistant file ApplicationData.
> WARNING: Section for nonexistant file LocalSettings.
> WARNING: Section for nonexistant file MyDocuments.
> WARNING: Section for nonexistant file StartMenu.
> Installing DD-Cookies
> + making directory f:\alt\src\lib
> + copying SDD-Cookies.lib
> Error: f:\alt\src\lib\SDD-Cookies.lib: The system cannot find the file
> specified.
>
> C:\>dir f:\alt\src
> Volume in drive F has no label.
> Volume Serial Number is 5B36-AD21
>
> Directory of f:\alt\src
>
> 11/16/2006 10:56 AM <DIR> .
> 11/16/2006 10:56 AM <DIR> ..
> 11/16/2006 10:56 AM <DIR> lib
> 0 File(s) 0 bytes
> 3 Dir(s) 17,695,354,880 bytes free
>
> No file named SDD-Cookies.lib came with the distro. (dsss-0.3-dmd-win.zip)
Not sure what you're trying to compile, but basically you need your
working directory to be the directory of the sources (with dsss.conf).
Also, before installing you need to build with 'dsss build' :)
Oh and, if you're trying to install something from the net, you want
'dsss net install'.
- Gregor Richards
More information about the Digitalmars-d-announce
mailing list