D - Compiler Question: why 'module util is in multiple packages sri.util'
- Andres Rodriguez (8/8) Jan 31 2004 I am trying to compile a d file, and I am getting the following
- Carlos Santander B. (9/19) Jan 31 2004 Probably you have something like this:
I am trying to compile a d file, and I am getting the following error. Can someone shed some light into what "being in multiple packages" means? Thanks. cd c:/dev/d/util/src/sri/util/tree/ make -k -f c:/dev/d/util/Makefile compile \dev\d\util\src\sri\util\tree\NodeIterator.d(3): make: *** [compile] Error 1 Compilation exited abnormally with code 2 at Sat Jan 31 17:10:57
Jan 31 2004
Andres Rodriguez wrote:Probably you have something like this: ----------sri\util.d module sri.util; ----------sri\otherModule.d module sri.util; But to be sure, you'd have to show part of your code. ----------------------- Carlos Santander BernalI am trying to compile a d file, and I am getting the following error. Can someone shed some light into what "being in multiple packages" means? Thanks. cd c:/dev/d/util/src/sri/util/tree/ make -k -f c:/dev/d/util/Makefile compile \dev\d\util\src\sri\util\tree\NodeIterator.d(3): make: *** [compile] Error 1 Compilation exited abnormally with code 2 at Sat Jan 31 17:10:57
Jan 31 2004