[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] when scons complains about duplicate rules for a IMP_something.i



The easiest thing to do, assuming you haven't changed any .i files, is to do
rm kernel/pyext/*.i modules/*/pyext/*.i
svn update

That removes the .i files which were temporary files but being sloppily mixed in with input files. Sorry.