BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

Atalan does not compile. #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Undefined symbols:
  "_ProcTypeFinalize", referenced from:
      _ParseType2 in parser.o

Original issue reported on code.google.com by jakub.hu...@gmail.com on 31 Jan 2011 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by jakub.hu...@gmail.com on 31 Jan 2011 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 31 Jan 2011 at 11:19

GoogleCodeExporter commented 9 years ago
No, it does not.

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 9:48

GoogleCodeExporter commented 9 years ago
Maybe you have something uncommited on the disk?

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 9:48

GoogleCodeExporter commented 9 years ago
Yes, I forgot to add type_proc.c, where the ProcTypeFinalize is implemented.
But I have added that.

Haven't you forgot to update?

Original comment by rudla.ku...@gmail.com on 1 Feb 2011 at 6:00

GoogleCodeExporter commented 9 years ago
During linking:

Undefined symbols:
  "_ProcTypeFinalize", referenced from:
      _ParseType2 in parser.o
ld: symbol(s) not found

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 7:31

GoogleCodeExporter commented 9 years ago
Ok, then I must add it to Makefile, and it will be good.

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by jakub.hu...@gmail.com on 1 Feb 2011 at 7:33