On Mon, Sep 16, 2013 at 11:48:54PM +0200, Joerg Mayer wrote:
> Thanks. I just copied over the change to cmake. Out of curiosity:
> How did you find out which file was missing, so I may be able to
> fix this myself in the future?
And another question: I noticed that the IMPORT statements in .cnf files
don't necessarily match the extra-cnf section in the Makefile(s), e.g.
p7/CMakeLists.txt: p1-exp.cnf
p7/CMakeLists.txt: ros-exp.cnf
p7/CMakeLists.txt: rtse-exp.cnf
p7/Makefile.common: $(builddir)/../p1/p1-exp.cnf \
p7/Makefile.common: $(builddir)/../ros/ros-exp.cnf \
p7/p7.cnf:#.IMPORT ../p1/p1-exp.cnf
p7/p7.cnf:#.IMPORT ../ros/ros-exp.cnf
p7/p7.cnf:#.IMPORT ../rtse/rtse-exp.cnf
So it looks like Makefile.common does not contain a dependency for an
IMPORTed file. Is this something that should not happen? The other way
round, i.e. no IMPORT or INCLUDE statement but a dependeny in the Makefile
seems to be acceptable (see solution to idmp problem). Are these assumptions
correct?
Ciao
Jörg
--
Joerg Mayer <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.