www.digitalmars.com         C & C++   DMDScript  

DMDScript - errmsgs.d missing

reply bobef <bobef lessequal.com> writes:
When I import dmdscript.script it reports unexisting import caled 
dmdscript.errmsgs... Looks like it is missing from all versions. 
Creating empty file eliminates the error...
Jun 22 2005
parent reply Carlos Santander <csantander619 gmail.com> writes:
bobef escribió:
 When I import dmdscript.script it reports unexisting import caled 
 dmdscript.errmsgs... Looks like it is missing from all versions. 
 Creating empty file eliminates the error...
That file is automatically generated when you run make. -- Carlos Santander Bernal
Jun 22 2005
parent reply bobef <bobef lessequal.com> writes:
Carlos Santander wrote:
 bobef escribió:
 
 When I import dmdscript.script it reports unexisting import caled 
 dmdscript.errmsgs... Looks like it is missing from all versions. 
 Creating empty file eliminates the error...
That file is automatically generated when you run make.
Why should I run make when library is prebuilt?
Jun 23 2005
parent reply Carlos Santander <csantander619 gmail.com> writes:
bobef escribió:
 Carlos Santander wrote:
 
 bobef escribió:

 When I import dmdscript.script it reports unexisting import caled 
 dmdscript.errmsgs... Looks like it is missing from all versions. 
 Creating empty file eliminates the error...
That file is automatically generated when you run make.
Why should I run make when library is prebuilt?
To create that file? -- Carlos Santander Bernal
Jun 23 2005
parent bobef <bobef lessequal.com> writes:
Carlos Santander wrote:
 bobef escribió:
 
 Carlos Santander wrote:

 bobef escribió:

 When I import dmdscript.script it reports unexisting import caled 
 dmdscript.errmsgs... Looks like it is missing from all versions. 
 Creating empty file eliminates the error...
That file is automatically generated when you run make.
Why should I run make when library is prebuilt?
To create that file?
Yes :) I mean maybe it would be better if this file was already created or dmdscript.zip to come without precompiled libraries... At least it will download few seconds faster :)
Jun 24 2005