www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - [TkD] X11 Error(Possible bug?)

reply "Jack" <Jackoz530 gmail.com> writes:
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
parent reply Rikki Cattermole <alphaglosined gmail.com> writes:
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
parent reply "Jack" <Jackoz530 gmail.com> writes:
On Friday, 26 December 2014 at 07:23:34 UTC, Rikki Cattermole 
wrote:
 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.
Grr Grr indeed. Now to figure out how to switch dub to dmd again. Thanks
Dec 25 2014
parent "Gary Willoughby" <dev nomad.so> writes:
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:
 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.
Grr Grr indeed. Now to figure out how to switch dub to dmd again. Thanks
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.3
Dec 27 2014