On Monday, 20 May 2013 at 07:16:57 UTC, evilrat wrote:
On Sunday, 19 May 2013 at 11:45:10 UTC, MrSmith wrote:
I have also tried to use previous versions of Derelict and
versions of my library.
you use old lib compiled with older dmd? or using same compiler
version you update derelict?
anyway here is little tips:
1) every time you update ur dmd do full rebuild since some
internals of the phobos API may frequently change.
2) do full rebuild anything that was used lib X before and
after it's updated.
I have tried to rebuild all libraries that i use. Even tried to
build the project on newly created VM, but result is the same.
Now i decided to try exlxlude files from LibCore until the
problem disappears, to find the file that causes problem.
Thanks for your answer!