nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Undefined symbol InversionList in std.uni #12

Closed etcimon closed 10 years ago

etcimon commented 10 years ago

I had to update to phobos head for some reasons and now I'm getting these errors:

externals\tkd\build\tkd.lib(uni) 
 Error 42: Symbol Undefined _D3std3uni38__T13InversionListTS3std3uni8GcPolicyZ13InversionList11addIntervalMFNaNeiikZk
externals\tkd\build\tkd.lib(uni) 
 Error 42: Symbol Undefined _D3std3uni38__T13InversionListTS3std3uni8GcPolicyZ13InversionList8dropUpToMFNaNekkZk
externals\tkd\build\tkd.lib(uni) 
 Error 42: Symbol Undefined _D3std3uni38__T13InversionListTS3std3uni8GcPolicyZ13InversionList8skipUpToMFNaNekkZk

I'm not sure where you may be using std.uni, this library is quite big O_o

nomad-software commented 10 years ago

Sorry, i can't support head versions of the compiler or phobos as these could quite easily be bugs or regressions and would make me chase my tail for too long. Tkd will only support stable versioned compiler releases.

etcimon commented 10 years ago

Oh, good idea! =)