www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - new error in compailer

reply naama <naama767 walla.co.il> writes:
C:\Program Files\D\DSciTE\bud.exe -DCPATHC:\Program Files\D\DSciTE\dmd\bin
-IC:\Program Files\D\DSciTE\lib -I..  -I..\.. -full -debug -g -unittest -w
detest.d
** File 'Files\D\DSciTE\dmd\bin.d' not found.
** File 'Files\D\DSciTE\lib.d' not found.
Error: bud:Not all supplied files exist.
Exit cod
How am I fix it?
Jan 31 2009
next sibling parent "Tim M" <a b.com> writes:
On Sun, 01 Feb 2009 11:15:43 +1300, naama <naama767 walla.co.il> wrote:

 C:\Program Files\D\DSciTE\bud.exe -DCPATHC:\Program  
 Files\D\DSciTE\dmd\bin -IC:\Program Files\D\DSciTE\lib -I..  -I..\..  
 -full -debug -g -unittest -w detest.d
 ** File 'Files\D\DSciTE\dmd\bin.d' not found.
 ** File 'Files\D\DSciTE\lib.d' not found.
 Error: bud:Not all supplied files exist.
 Exit cod
How am I fix it?
To fix the compiler error don't use directories with spaces. "Program Files" is the cause probably.
Jan 31 2009
prev sibling next sibling parent reply naama <naama767 walla.co.il> writes:
OK, but now it worte me the first error: 

C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
Exit code: 1
what am I do now? Tim M Wrote:
 On Sun, 01 Feb 2009 11:15:43 +1300, naama <naama767 walla.co.il> wrote:
 
 C:\Program Files\D\DSciTE\bud.exe -DCPATHC:\Program  
 Files\D\DSciTE\dmd\bin -IC:\Program Files\D\DSciTE\lib -I..  -I..\..  
 -full -debug -g -unittest -w detest.d
 ** File 'Files\D\DSciTE\dmd\bin.d' not found.
 ** File 'Files\D\DSciTE\lib.d' not found.
 Error: bud:Not all supplied files exist.
 Exit cod
How am I fix it?
To fix the compiler error don't use directories with spaces. "Program Files" is the cause probably.
Jan 31 2009
next sibling parent Derek Parnell <derek psych.ward> writes:
On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:

 OK, but now it worte me the first error: 
 
C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
prev sibling parent Jarrett Billingsley <jarrett.billingsley gmail.com> writes:
On Sat, Jan 31, 2009 at 5:43 PM, naama <naama767 walla.co.il> wrote:
 OK, but now it worte me the first error:

C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
Exit code: 1
what am I do now?
How about you try installing the compiler and bud to the places where the installation instructions tell you to? That you have to use the -DCPATH flag to bud tells me that you're probably doing something really ridiculous.
Jan 31 2009
prev sibling next sibling parent reply naama <naama767 walla.co.il> writes:
but in  C:\D\DSciTE\dmd I have 'bin' folder only! 



Derek Parnell Wrote:

 On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:
 
 OK, but now it worte me the first error: 
 
C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
parent Ary Borenszweig <ary esperanto.org.ar> writes:
Do you have sc.ini in the bin folder?

naama escribió:
 but in  C:\D\DSciTE\dmd I have 'bin' folder only! 
 
 
 
 Derek Parnell Wrote:
 
 On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:

 OK, but now it worte me the first error: 

 C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
 Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
prev sibling parent reply naama <naama767 walla.co.il> writes:
In bin folder at dmd  I have' but in DSciTE I havn't (because I have there only
dmd\lib folder).
and access the command line I alse didnwt succeed to build the program.

Ary Borenszweig Wrote:

 Do you have sc.ini in the bin folder?
 
 naama escribió:
 but in  C:\D\DSciTE\dmd I have 'bin' folder only! 
 
 
 
 Derek Parnell Wrote:
 
 On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:

 OK, but now it worte me the first error: 

 C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
 Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
next sibling parent Derek Parnell <derek psych.ward> writes:
On Sat, 31 Jan 2009 18:28:02 -0500, naama wrote:

 In bin folder at dmd  I have' but in DSciTE I havn't (because I have there
only dmd\lib folder).
 and access the command line I alse didnwt succeed to build the program.
 Which location DO you actually have sc.ini in? 

 -- 
I do not understand your answer. Can you tell us the full path that contains sc.ini? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
prev sibling next sibling parent Ary Borenszweig <ary esperanto.org.ar> writes:
Copy the sc.ini file you have in your bin folder from dmd and copy it to 
C:\D\DSciTE\dmd\bin

naama escribió:
 In bin folder at dmd  I have' but in DSciTE I havn't (because I have there
only dmd\lib folder).
 and access the command line I alse didnwt succeed to build the program.
 
 Ary Borenszweig Wrote:
 
 Do you have sc.ini in the bin folder?

 naama escribió:
 but in  C:\D\DSciTE\dmd I have 'bin' folder only! 



 Derek Parnell Wrote:

 On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:

 OK, but now it worte me the first error: 

 C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
 Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
Jan 31 2009
prev sibling parent reply naama <naama767 walla.co.il> writes:
naama Wrote:

 In bin folder at dmd  I have' but in DSciTE I havn't (because I have there
only dmd\lib folder).
 and access the command line I alse didnwt succeed to build the program.
 
 Ary Borenszweig Wrote:
 
 Do you have sc.ini in the bin folder?
 
 naama escribió:
 but in  C:\D\DSciTE\dmd I have 'bin' folder only! 
 
 
 
 Derek Parnell Wrote:
 
 On Sat, 31 Jan 2009 17:43:00 -0500, naama wrote:

 OK, but now it worte me the first error: 

 C:\D\DSciTE\bud.exe -DCPATHC:\D\DSciTE\dmd\bin -IC:\D\DSciTE\lib -I..  -I..\..
-full -debug -g -unittest -w naama.d
Error: bud:Unable to find Config File 'sc.ini' in [.\,,C:\Documents and Settings\Administrator,C:\D\DSciTE\dmd\bin\]
 Exit code: 1
what am I do now?
Bud is telling you that it was expecting "sc.ini" to be in one of the folders ... .\ C:\Documents and Settings\Administrator C:\D\DSciTE\dmd\bin\ but sc.ini is not in any of these places. Which location DO you actually have sc.ini in? -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
hat am I need to do to install D compailer from the begining? (I open zip of dmc, dmd folders, and run the sell file, and set link &lib path) what now?
Jan 31 2009
parent "Saaa" <empty needmail.com> writes:
I'd recommend these tutorials:

http://d.whosme.de/index.php?language=en&site=tutorials 
Jan 31 2009