<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Luxi Sans">I found out that the file
CMakeFiles/IsMapVariables.dir/depend.make generated by version 2.2.3
contains the lines below while the same file generated by version 2.2.2
generated only the first 2 lines (the commented ones)! <br>
I noticed that the depend.make file is filled in with these lines at
first compilation. </font><font face="Luxi Sans">So i removed them and
compiled successfully. I did the same with all the depend.make I found
and could get my executable.<br>
<br>
Are these lines necessary? I don't think so.<br>
But there are problems with these lines. The files </font><font
 face="Luxi Sans">acquisitiondatabase, </font><font face="Luxi Sans">global
and </font><font face="Luxi Sans">trace_definition&nbsp; which should be
copied by cmake do not exist.<br>
<br>
BB<br>
<br>
</font><font face="Luxi Sans">------ Lines in depend.make (version
2.2.3) -------------------------<br>
# CMAKE generated file: DO NOT EDIT!<br>
# Generated by "Unix Makefiles" Generator, CMake Version 2.2<br>
<br>
<br>
acquisitiondatabase.mod.proxy:
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/database.o.provides<br>
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/database.o.provides.build:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(CMAKE_COMMAND) -E cmake_copy_f90_mod acquisitiondatabase
acquisitiondatabase.mod.stamp<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @touch
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/database.o.provides.build<br>
<br>
global.mod.proxy:
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/global.o.provides<br>
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/global.o.provides.build:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(CMAKE_COMMAND) -E cmake_copy_f90_mod global global.mod.stamp<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @touch
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/global.o.provides.build<br>
<br>
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/trace_definition.o.requires:
acquisitiondatabase.mod.proxy<br>
trace_definition.mod.proxy:
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/trace_definition.o.provides<br>
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/trace_definition.o.provides.build:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(CMAKE_COMMAND) -E cmake_copy_f90_mod trace_definition
trace_definition.mod.stamp<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @touch
IsMap/modules/variables/CMakeFiles/IsMapVariables.dir/trace_definition.o.provides.build<br>
---------------------------------</font><br>
<br>
Brad King wrote:
<blockquote cite="mid443E81E5.7030807@kitware.com" type="cite">Betsubetsu
wrote:
  <br>
  <blockquote type="cite">Hi,
    <br>
I installed cmake version 2.2.3 (precompiled version of x86) and i got
these errors that I did not have with version 2.2.2.
    <br>
The output is also different.
    <br>
Any idea what is wrong?
    <br>
  </blockquote>
[snip]
  <br>
  <blockquote type="cite">/home/betsubetsu/cmake/bin/cmake -E
cmake_copy_f90_mod acquisitiondatabase acquisitiondatabase.mod.stamp
    <br>
Error copying Fortran module "acquisitiondatabase".&nbsp; Tried
"ACQUISITIONDATABASE.mod" and "acquisitiondatabase.mod".
    <br>
  </blockquote>
  <br>
Check the build.make file to see if there is a problem with the current
working directory setting when this rule is executed.
  <br>
  <br>
-Brad
  <br>
</blockquote>
</body>
</html>