So I've been bringing everything up to snuff and here's what I'm now getting after getting everything needed on a clean machine:

cd /path/to/dlang.org
make -f posix.mak

=======================
...
dub build --root=../tools/dpl-docs --compiler=../dmd/src/dmd
Error executing command build: Failed to invoke the compiler ../dmd/src/dmd to determine the build platform: Error: cannot find source code for runtime library file 'object.d' dmd might not be correctly installed. Run 'dmd -man' for installation instructions.
Specify path to file 'object.d' with -I switch


make: *** [dpl-docs] Error 2
=======================

Martin, Sönke, do you think we can bring dub to the point we don't rely on machine specifics (i.e. dmd.conf) to build everything? That might mean extra options.


Thanks,

Andrei

On 10/25/14 5:50 PM, Martin Nowak wrote:
On 10/16/2014 04:12 AM, Andrei Alexandrescu wrote:
Do I need to get the tar, or just go with the normal build process? I
just updated dlang.org from github and attempted a "make" to get:

So what is up with the website?
This is the last step missing for the 2.066.1 release.

_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to