[CMake] INCLUDE path problem

董理 dongli2020 at gmail.com
Wed Dec 9 01:18:27 EST 2009


Hi all,

I have encountered the following error:

"Error in opening the compiled module file. Check INCLUDE paths."

There are several files, say them as module1.F90, module2.F90, and
library lib. The dependencies among them are:

module1 uses lib, and module2 use module1

The building process is ok before I added module1.F90. And the include
path is seemly correct. What is strange is that it says:

"
Error in opening the compiled module file. Check INCLUDE paths. [LIB]

use module1
------^
"

Why lib is get involved into the process of compilation of module2?

Thanks very much!

DONG Li
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091209/36074c81/attachment-0001.htm>


More information about the CMake mailing list