Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build with dmd 2.087.0 #115

Open
John-Colvin opened this issue Jul 5, 2019 · 4 comments
Open

Doesn't build with dmd 2.087.0 #115

John-Colvin opened this issue Jul 5, 2019 · 4 comments

Comments

@John-Colvin
Copy link
Contributor

 ~/Git/pyd (git)-[master] % dub build
Performing "debug" build using /home/john/dlang/dmd-2.087.0/linux/bin64/dmd for x86_64.
pyd 0.10.4+commit.8.gd21f7c3: building configuration "python27"...
infrastructure/util/multi_index.d(4905,5): Error: class allocators are obsolete, consider moving the allocation strategy outside of the class
infrastructure/util/multi_index.d(4909,5): Error: class deallocators are obsolete, consider moving the deallocation strategy outside of the class
infrastructure/util/multi_index.d(4042,5): Error: class allocators are obsolete, consider moving the allocation strategy outside of the class
infrastructure/util/multi_index.d(4046,5): Error: class deallocators are obsolete, consider moving the deallocation strategy outside of the class
infrastructure/util/multi_index.d(3551,26): Error: template instance `util.multi_index.Position!(MNode!(MultiIndexContainer!(Thread, IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z), MallocAllocator, MutableView), IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z), MallocAllocator, Inner!(IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z)), Thread, Thread))` error instantiating
infrastructure/pyd/thread.d(31,19):        instantiated from here: MultiIndexContainer!(Thread, IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z), MallocAllocator, MutableView)
infrastructure/util/multi_index.d-mixin-4978(4981,21): Error: mixin `util.multi_index.MultiIndexContainer!(Thread, IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z), MallocAllocator, MutableView).MultiIndexContainer.IndexMixin!(0LU, "a", "typeid(a).getHash(&a)", "a==b", false, SequencedRange, MultiIndexContainer!(Thread, IndexedBy!(__T6HashedVbi0VAyaa1_61VQja21_7479706569642861292e6765744861736828266129VQCga4_613d3d62Z), MallocAllocator, MutableView))` error instantiating
/home/john/dlang/dmd-2.087.0/linux/bin64/dmd failed with exit code 1.
@burner
Copy link

burner commented Jul 16, 2019

after removing the allocators from the code dmd dies on me.

@John-Colvin
Copy link
Contributor Author

@burner
Copy link

burner commented Jul 17, 2019

a fix has been already pulled into dmd-stable

@burner
Copy link

burner commented Jul 23, 2019

#116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants