Ticket #88 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

[makefile]src/gio/Volume.d:unable to resolve forward reference in definition

Reported by: bioinfornatics Assigned to: Mike Wey
Priority: major Milestone: Release 1.4
Component: gtkd - classes Version: TRUNK
Keywords: Cc: bioinfornatics@gmail.com

Description

hello,
I am a fedora packager anf or next feature on Fedora 14:
https://fedoraproject.org/wiki/Features/D_Programming[[BR]] i would like add gtkd project on official project
but i have a problem with LDC/Tango on GtkD revision 796:
_
...
...
ldc -O -Isrc -c src/gio/VolumeT.d -ofsrc/gio/VolumeT.o
src/gio/Volume.d(71): Error: class gio.Volume.Volume unable to resolve forward reference in definition
make: *** [src/gio/VolumeT.o] Error 1
_

Maybe is becauce import in VolumeT.d :
- gtkc.giotypes
- gtkc.gio
- glib.ConstructionException?
- gobject.Signals
- gtkc.gdktypes
- glib.Str
- glib.ErrorG
- glib.GException
- gobject.Signals

are not yet build by makefile order

Attachments

debug.txt (24.9 kB) - added by bioinfornatics on 07/04/10 21:35:27.
output with $ make -d -f GNUMakefile

Change History

07/04/10 21:35:27 changed by bioinfornatics

  • attachment debug.txt added.

output with $ make -d -f GNUMakefile

07/04/10 21:47:02 changed by bioinfornatics

debug output from ake is added

07/04/10 21:48:13 changed by bioinfornatics

s/ake/make/

07/04/10 21:49:52 changed by bioinfornatics

  • cc set to bioinfornatics@gmail.com.
  • component changed from Addon - gda to gtkd - classes.

07/05/10 05:40:56 changed by bioinfornatics

  • milestone set to Release 1.4.

07/05/10 14:26:43 changed by Mike Wey

07/19/10 05:04:02 changed by bioinfornatics

hi, Mike Wey,

i have talk with ldc upstream, they did a quick search for this bug but found nothing. Your project is hard to understand for somebody who doesn't use gtkD at all. For this reason can you talk with mwarning on #ldc for help him?
thanks

best regards

07/19/10 05:04:39 changed by bioinfornatics

  • owner changed from JJR to Mike Wey.

03/07/11 17:03:19 changed by Mike Wey

mwarning reported on the forum that gtkd now works with ldc.

http://www.dsource.org/forums/viewtopic.php?t=5731

03/10/11 16:53:43 changed by Mike Wey

  • status changed from new to closed.
  • resolution set to fixed.