View previous topic :: View next topic |
Author |
Message |
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Sun Sep 09, 2007 10:29 pm Post subject: Can't build current trunk |
|
|
I am trying to build the current trunk to test out your XML parser, and I am getting the following error:
Code: | sendero\xml\IXmlTokenIterator.d(10): module NodeType cannot read file 'sendero\xml\NodeType.d' |
Any ideas? |
|
Back to top |
|
|
Carlos
Joined: 19 Mar 2004 Posts: 396 Location: Canyon, TX
|
Posted: Mon Sep 10, 2007 7:27 am Post subject: |
|
|
Seems like you need to add -Ipath/to/source |
|
Back to top |
|
|
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Mon Sep 10, 2007 9:31 am Post subject: |
|
|
There is actually a bad import on line 10. Commenting it out fixed the problem. |
|
Back to top |
|
|
aaronc542
Joined: 22 May 2007 Posts: 35 Location: NJ, USA
|
Posted: Mon Sep 10, 2007 9:34 am Post subject: |
|
|
Sorry about that!
Try building the current trunk and let me know how it goes.
Aaron |
|
Back to top |
|
|
|