April 19, 2006
Thanks for help,
For some reason though I get the error for each end every source file about module all cannot read file dwt\all.d I have this file in
\dwt\packages\dwt\examples\controlexample
\dwt\packages\dwt\examples
\dwt\packages\dwt
\dwt\import\dwt

Where should this file be?

Thanks in advance
April 20, 2006
Thanks,
I only downloaded the docs and windows exe, I just downloaded source and got file from there.

I managed to build the libs and extras without problem, but can't build any of the examples, keeps moaning about dwt\all.d not being able to read the file.

I copied this file into every directory within dwt but still can't build any examples.

would this have anything to do with removing the -w switch in the build switch?

DBloke
May 25, 2006
In article <e23mnt$16l9$1@digitaldaemon.com>, DBloke says...
>
>Thanks,
>Still got a strange problem though,
>Build seems to be looking in C:\dmd\bin\lib as I am getting
>C:\dmd\bin\lib is not recognised as an internal or external command,
>operable program or batch file

Copy lib.exe from c:\dm\bin to directory c:\dmd\bin\

it's work for me


May 25, 2006
In article <e23mnt$16l9$1@digitaldaemon.com>, DBloke says...
>
>Thanks,
>Still got a strange problem though,
>Build seems to be looking in C:\dmd\bin\lib as I am getting
>C:\dmd\bin\lib is not recognised as an internal or external command,
>operable program or batch file

Copy lib.exe from c:\dm\bin to directory c:\dmd\bin\

it's work for me


May 25, 2006
On Thu, 25 May 2006 06:24:19 +0000 (UTC), Hengky Hartono wrote:

> In article <e23mnt$16l9$1@digitaldaemon.com>, DBloke says...
>>
>>Thanks,
>>Still got a strange problem though,
>>Build seems to be looking in C:\dmd\bin\lib as I am getting
>>C:\dmd\bin\lib is not recognised as an internal or external command,
>>operable program or batch file

It will do this if it doesn't know where the librarian is located. It normally finds it because it gets that from the sc.ini file supplied by digitalmars. If you don't have one of those then can create a build.cfg file in the same directory that Build lives in, that contains the line ...

LIBCMD=C:\dm\bin\lib.exe

-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocracy!"
25/05/2006 4:43:04 PM
1 2 3
Next ›   Last »