scons misinterprets .hi path from haskell add-on
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SCons Haskell Tool |
New
|
Undecided
|
Unassigned |
Bug Description
~/tmp/hask $ scons --taskmastertra
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: building `Test/Modfile.o' because it doesn't exist
scons: *** [Test/Modfile.o] Implicit dependency `Test/Test/
+-.
+-SConstruct
+-Test
+-Test/
| +-Test/
| +-Test/
| +-/usr/
+-Test/
+-Test/
| +-Test/
| +-/usr/
+-Test/
| +-Test/Modfile.o
| +-Test/Modfile.hs
| +-Test/
| +-/usr/
+-Test/
+-Test/
| +-Test/Modfile.hs
| +-Test/
| +-/usr/
+-Test/Test
+
The add-on doesn't seem to be generating 'Test/Test/
Still working on stepping through SCons to figure out where it's misinterpreting the data from the add-on, will add comments if I track it down.
Running OS X 10.6.1; doesn't seem to be an OS specific problem.
Build and install version 2.0.1 of SCons.
The attached zip includes:
project files
sconstruct script
site_scons directory with haskell add-on
taskmaster tracefile
scons output (same as above)
Move from SConsAddOns project to SCons Haskell Tool project