Thread overview
ldc + gtkd
Oct 23, 2013
bioinfornatics
Oct 23, 2013
David Nadlinger
Oct 24, 2013
Mike Wey
Oct 29, 2013
bioinfornatics
Oct 29, 2013
Mike Wey
Oct 30, 2013
bioinfornatics
October 23, 2013
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
October 23, 2013
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
October 24, 2013
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
October 29, 2013
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
October 29, 2013
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
October 30, 2013
Thanks yes that build without -property flags