www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - ldc + gtkd

reply "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
Dear, with ldc rev 1d7fd40 gtkd build fail
  src/gtkc/gtktypes.d(39): Error: Function type does not match 
previously declared function with the same mangled name: 
_d_newclass

But with a previuos rev 967b986 gtkd build fine

build log
- with rev 967b986 
http://kojipkgs.fedoraproject.org//work/tasks/1287/6091287/build.log
- with rev 1d7fd40 
http://kojipkgs.fedoraproject.org//work/tasks/1372/6091372/build.log
Oct 23 2013
parent reply David Nadlinger <code klickverbot.at> writes:
On Wed, Oct 23, 2013 at 9:51 PM, bioinfornatics
<bioinfornatics fedoraproject.org> wrote:
 Dear, with ldc rev 1d7fd40 gtkd build fail
  src/gtkc/gtktypes.d(39): Error: Function type does not match previously
 declared function with the same mangled name: _d_newclass
(Untested) fix: https://github.com/ldc-developers/ldc/pull/526 David
Oct 23 2013
parent reply Mike Wey <mike-wey example.com> writes:
On 10/24/2013 12:34 AM, David Nadlinger wrote:
 On Wed, Oct 23, 2013 at 9:51 PM, bioinfornatics
 <bioinfornatics fedoraproject.org> wrote:
 Dear, with ldc rev 1d7fd40 gtkd build fail
   src/gtkc/gtktypes.d(39): Error: Function type does not match previously
 declared function with the same mangled name: _d_newclass
(Untested) fix: https://github.com/ldc-developers/ldc/pull/526 David
I can confirm it's fixed. -- Mike Wey
Oct 24 2013
parent reply "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
On Thursday, 24 October 2013 at 20:12:11 UTC, Mike Wey wrote:
 On 10/24/2013 12:34 AM, David Nadlinger wrote:
 On Wed, Oct 23, 2013 at 9:51 PM, bioinfornatics
 <bioinfornatics fedoraproject.org> wrote:
 Dear, with ldc rev 1d7fd40 gtkd build fail
  src/gtkc/gtktypes.d(39): Error: Function type does not match 
 previously
 declared function with the same mangled name: _d_newclass
(Untested) fix: https://github.com/ldc-developers/ldc/pull/526 David
I can confirm it's fixed.
and now i have : src/gio/DBusObjectT.d(125): Error: not a property _dBusObjectIF.onInterfaceAddedListeners src/gio/DBusObjectT.d(157): Error: not a property _dBusObjectIF.onInterfaceRemovedListeners build loq http://kojipkgs.fedoraproject.org//work/tasks/3418/6113418/build.log
Oct 29 2013
parent reply Mike Wey <mike-wey example.com> writes:
On 10/29/2013 08:13 PM, bioinfornatics wrote:
 On Thursday, 24 October 2013 at 20:12:11 UTC, Mike Wey wrote:
 On 10/24/2013 12:34 AM, David Nadlinger wrote:
 On Wed, Oct 23, 2013 at 9:51 PM, bioinfornatics
 <bioinfornatics fedoraproject.org> wrote:
 Dear, with ldc rev 1d7fd40 gtkd build fail
  src/gtkc/gtktypes.d(39): Error: Function type does not match
 previously
 declared function with the same mangled name: _d_newclass
(Untested) fix: https://github.com/ldc-developers/ldc/pull/526 David
I can confirm it's fixed.
and now i have : src/gio/DBusObjectT.d(125): Error: not a property _dBusObjectIF.onInterfaceAddedListeners src/gio/DBusObjectT.d(157): Error: not a property _dBusObjectIF.onInterfaceRemovedListeners build loq http://kojipkgs.fedoraproject.org//work/tasks/3418/6113418/build.log
I'll have to change some things in GtkD so it compiles with -property. -- Mike Wey
Oct 29 2013
parent "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
Thanks yes that build without -property flags
Oct 29 2013