error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Guillaume Chatelet
I'm trying to build the following helloworld on Linux Gentoo : import std.stdio; void main () { writefln(hello world !!); } invoking 'dmd hello.d -v' gives parse hello semantic hello importobject(/opt/dmd/src/phobos/object.d) importstd.stdio

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Don
Guillaume Chatelet wrote: Alright my first post is almost unreadable so restarting with the http version... Hope it's going to be better. Why are you using version 2.008??? It was one of the first 'proof of concept' alpha test versions. It wasn't intended for serious use. Any version prior

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Guillaume Chatelet
On Sat, Oct 30, 2010 at 3:33 PM, Don nos...@nospam.com wrote: Guillaume Chatelet wrote: Alright my first post is almost unreadable so restarting with the http version... Hope it's going to be better. Why are you using version 2.008??? It was one of the first 'proof of concept' alpha test

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Jonathan M Davis
On Saturday 30 October 2010 07:33:05 Guillaume Chatelet wrote: On Sat, Oct 30, 2010 at 3:33 PM, Don nos...@nospam.com wrote: Guillaume Chatelet wrote: Alright my first post is almost unreadable so restarting with the http version... Hope it's going to be better. Why are you using

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Guillaume Chatelet
Thx a lot Jonathan for all the good news. I thought only the rpms were actually containing the binaries and the zip only a source archive for people to build locally. As you might know rpms are not really the Gentoo's philosophy so I wanted to stick to Gentoo's portage. I just gave a try to the