You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu 16.10, with dmd configured to produced PIE executables (-fPIC -defaultlib=libphobos2.so), ddox compiles but does not run, with the following error:
Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.71':
The module 'std.experimental.allocator.common' is already defined in '~/.dub/packages/ddox-0.15.15/ddox/ddox'.
Program exited with code 1
Looks like the experimental_allocator package is conflicting with the Phobos' std.experimental.allocator package.
The text was updated successfully, but these errors were encountered:
On Ubuntu 16.10, with dmd configured to produced PIE executables (
-fPIC -defaultlib=libphobos2.so), ddox compiles but does not run, with the following error:Looks like the
experimental_allocatorpackage is conflicting with the Phobos'std.experimental.allocatorpackage.The text was updated successfully, but these errors were encountered: