www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - New D tutorial found, with broken web compilation

reply "Carl Sturtivant" <sturtivant gmail.com> writes:
Go to
http://www.tutorialspoint.com/d_programming/d_programming_environment.htm

and click "Try It!" on the upper right hand corner of the sample 
code to compile it. Their D compiler installation is defective. 
The same is true for all such in that tutorial that I tried. I am 
also posting this to dlang.org as they ignored my earlier attempt 
to communicate about this. Here's what happens in the browser. 
Maybe someone else can get through to them.

Compiling the source code....
$dmd -I./ main.d -ofdemo.amx 2>&1

Error: cannot find source code for runtime library file 'object.d'
        dmd might not be correctly installed. Run 'dmd -man' for 
installation instructions.
import path[0] = ./
import path[1] = /usr/local/dmd2/druntime/import
import path[2] = /usr/local/dmd2/phobos
import path[3] = /usr/bin/../../src/phobos
import path[4] = /usr/bin/../../src/druntime/import
Jan 26 2015
parent "Laeeth Isharc" <laeethnospam nospamlaeeth.com> writes:
I sent your post to them:
  Address: 388-A , Road no 22, Jubilee Hills, Hyderabad AP, 
INDIA-500033

  Email: contact tutorialspoint.com

  Website: www.tutorialspoint.com


On Monday, 26 January 2015 at 18:12:59 UTC, Carl Sturtivant wrote:
 Go to
 http://www.tutorialspoint.com/d_programming/d_programming_environment.htm

 and click "Try It!" on the upper right hand corner of the 
 sample code to compile it. Their D compiler installation is 
 defective. The same is true for all such in that tutorial that 
 I tried. I am also posting this to dlang.org as they ignored my 
 earlier attempt to communicate about this. Here's what happens 
 in the browser. Maybe someone else can get through to them.

 Compiling the source code....
 $dmd -I./ main.d -ofdemo.amx 2>&1

 Error: cannot find source code for runtime library file 
 'object.d'
        dmd might not be correctly installed. Run 'dmd -man' for 
 installation instructions.
 import path[0] = ./
 import path[1] = /usr/local/dmd2/druntime/import
 import path[2] = /usr/local/dmd2/phobos
 import path[3] = /usr/bin/../../src/phobos
 import path[4] = /usr/bin/../../src/druntime/import
Jan 26 2015