CyberShadow / DBuildStat

Tools to measure and visualize performance of building D programs
17 stars 1 forks source link

Unable to build with DMD 2.068.2 #3

Closed whitebyte closed 8 years ago

whitebyte commented 8 years ago

Hi, I'm trying to build DBuildStat with the latest DMD on openSUSE Tumbleweed x64. Unfortunatenely I recieve a whole bunch of cryptic error messages (https://gist.github.com/whitebyte/246fb5a949186aa1953a). I don't have guts to handle it on my own, could you point me to the right direction?

MartinNowak commented 8 years ago

Looks like you're not compiling the ae library. Have you checked out and updated the git submodule?

whitebyte commented 8 years ago

Tried to do this, still no luck.

CyberShadow commented 8 years ago

Pushed some changes that were lying on my hard drive plus some build fixes. Builds fine for me now with 2.067 and 2.068.

whitebyte commented 8 years ago

It works, thanks.