On Thu, Mar 6, 2008 at 10:25 PM, <cosby@xxxxxxxxx> wrote:
[snip]
Has anyone experienced the following problem when running scons:
cosby@KK120:~/FEniCS/dolfin$ scons --help
scons: Reading SConscript files ...
/home/cosby/FEniCS/dolfin/scons/simula-scons/simula_scons/__init__.pyc
Checking for numpy-1...
** Warning: Added /home/cosby/FEniCS/dolfin/scons/pkgconfig
[...]
TypeError: File /home/cosby/FEniCS/dolfin/src found where directory
expected.:
This seems a bit strange. 'src' in the root-dir of dolfin is supposed
to be a symlink to 'dolfin'
Can you please show us a dump of 'ls -l' in that directory? If 'src'
happen to be a file and not a symlink, remove the file and make a
symlink to dolfin instead (ln -s dolfin src), and see if that helps!
Åsmund Ødegård