digitalmars.D.learn - [TkD] X11 Error(Possible bug?)
- Jack (5/5) Dec 25 2014 Complete error code here: http://codepad.org/KcW7jhXl
- Rikki Cattermole (6/11) Dec 25 2014 Short answer:
- Jack (5/17) Dec 25 2014 Grr Grr indeed.
- Gary Willoughby (5/25) Dec 27 2014 I've removed the non-standard overload for XCreateWindow as it
Complete error code here: http://codepad.org/KcW7jhXl Apparently, there exists an incompatibility. Take note, I just listed tkd as a dependency on my dub.json, and I haven't really used the library as of the time of its building. So, is this a bug?
Dec 25 2014
On 26/12/2014 6:58 p.m., Jack wrote:Complete error code here: http://codepad.org/KcW7jhXl Apparently, there exists an incompatibility. Take note, I just listed tkd as a dependency on my dub.json, and I haven't really used the library as of the time of its building. So, is this a bug?Short answer: Don't build with ldc. Long answer: http://forum.dlang.org/post/m6m5tc$2c4d$1 digitalmars.com Grr grr grr.
Dec 25 2014
On Friday, 26 December 2014 at 07:23:34 UTC, Rikki Cattermole wrote:On 26/12/2014 6:58 p.m., Jack wrote:Grr Grr indeed. Now to figure out how to switch dub to dmd again. ThanksComplete error code here: http://codepad.org/KcW7jhXl Apparently, there exists an incompatibility. Take note, I just listed tkd as a dependency on my dub.json, and I haven't really used the library as of the time of its building. So, is this a bug?Short answer: Don't build with ldc. Long answer: http://forum.dlang.org/post/m6m5tc$2c4d$1 digitalmars.com Grr grr grr.
Dec 25 2014
On Friday, 26 December 2014 at 07:46:03 UTC, Jack wrote:On Friday, 26 December 2014 at 07:23:34 UTC, Rikki Cattermole wrote:I've removed the non-standard overload for XCreateWindow as it was not necessary anyway. https://github.com/nomad-software/x11/issues/6 https://github.com/nomad-software/x11/releases/tag/v1.0.3On 26/12/2014 6:58 p.m., Jack wrote:Grr Grr indeed. Now to figure out how to switch dub to dmd again. ThanksComplete error code here: http://codepad.org/KcW7jhXl Apparently, there exists an incompatibility. Take note, I just listed tkd as a dependency on my dub.json, and I haven't really used the library as of the time of its building. So, is this a bug?Short answer: Don't build with ldc. Long answer: http://forum.dlang.org/post/m6m5tc$2c4d$1 digitalmars.com Grr grr grr.
Dec 27 2014