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:

======================================
dub build --root=../tools/dpl-docs --compiler=../dmd/src/dmd
vibe-d: ["vibe-d", "libevent", "openssl"]
ddox: ["ddox", "vibe-d", "libevent", "openssl"]
dpl-docs: ["dpl-docs", "ddox", "vibe-d", "libevent", "openssl"]
Building vibe-d configuration "libevent", build type debug.
Running ../dmd/src/dmd...
../../../.dub/packages/vibe-d-0.7.20/source/vibe/core/drivers/libevent2.d(853): Warning: instead of C-style syntax, use D-style syntax 'char[64] buf' ../../../.dub/packages/vibe-d-0.7.20/source/vibe/internal/win32.d(64): Warning: instead of C-style syntax, use D-style syntax 'WCHAR[1] FileName' ../../../.dub/packages/vibe-d-0.7.20/source/vibe/internal/win32.d(98): Warning: instead of C-style syntax, use D-style syntax 'wchar[WSAPROTOCOL_LEN + 1] szProtocol' ../../../.dub/packages/vibe-d-0.7.20/source/vibe/internal/win32.d(103): Warning: instead of C-style syntax, use D-style syntax 'DWORD[MAX_PROTOCOL_CHAIN] ChainEntries' ../../../.dub/packages/vibe-d-0.7.20/source/vibe/internal/win32.d(212): Warning: instead of C-style syntax, use D-style syntax 'ubyte[8] Data4' ../../../.dub/packages/vibe-d-0.7.20/source/vibe/stream/ssl.d(168): Warning: instead of C-style syntax, use D-style syntax 'ubyte[64] m_peekBuffer'
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] = ../../../.dub/packages/vibe-d-0.7.20/source
import path[1] = ../../../.dub/packages/libevent-master
import path[2] = ../../../.dub/packages/openssl-master
FAIL ../../../.dub/packages/vibe-d-0.7.20/.dub/build/libevent-debug-posix.osx-x86_64-../dmd/src/dmd-0BF69E492363E81A17578E2B6902FD4A vibe-d staticLibrary
Error executing command build: DMD compile run failed with exit code 1

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

Do I need to update dub manually?

Andrei

On 10/15/14, 6:15 PM, Martin Nowak via dmd-beta wrote:
On 10/15/2014 10:35 PM, Martin Nowak via dmd-beta wrote:
I'm currently working at rebuilding dlang.org

I rebuilt the website.

The merge of 2.066 is still outstanding
(https://github.com/D-Programming-Language/dlang.org/pull/675) so I
merged it locally and rebuild the site.
Also some fixes for the dpl-docs tool were needed
(https://github.com/D-Programming-Language/tools/pull/150).

You can see the result here.
     https://dlang.dawg.eu/
I also packaged everything up in a tar.
     https://dlang.dawg.eu/downloads/dmd.2.066.1/dlang.org.tar.gz
Can you please use the latter to update the website Andrei?
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to