<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear all,<br>
I'm quite new in CMAKE. The compilation of our sources (EUROPLEXUS) under Windows is running very well but under Linux I get an error while cmake is copying the module files. For one particular file, cmake uses a wrong filename. See the two bold lines below.
<br>
Any idea?<br>
Many thanks<br>
Martin<br>
<br>
[ 17%] Building Fortran object source/CMakeFiles/epx.dir/m_failed_ghost_elem.f.o<br>
cd /home/larchma/cmake/_built/source && /opt/intel/composer_xe_2013_sp1.5.212/bin/intel64/ifort -O0 -traceback -fpp -LIBS:static -c -debug full -debug-parameters all -I/home/larchma/cmake/include -c /home/larchma/cmake/source/m_failed_ghost_elem.f -o CMakeFiles/epx.dir/m_failed_ghost_elem.f.o<br>
<b>/usr/bin/cmake -E cmake_copy_f90_mod source/m_failed_ghost_elem source/CMakeFiles/epx.dir/m_failed_ghost_elem.mod.stamp Intel Fortran Compiler</b><br>
/usr/bin/cmake -E touch source/CMakeFiles/epx.dir/m_failed_ghost_elem.f.o.provides.build<br>
make[3]: Leaving directory '/home/larchma/cmake/_built'<br>
/usr/bin/make -f source/CMakeFiles/epx.dir/build.make source/CMakeFiles/epx.dir/m_material_mco_chg.f.o.provides.build<br>
make[3]: Entering directory '/home/larchma/cmake/_built'<br>
/usr/bin/cmake -E cmake_progress_report /home/larchma/cmake/_built/CMakeFiles<br>
[ 17%] Building Fortran object source/CMakeFiles/epx.dir/m_material_mco_chg.f.o<br>
cd /home/larchma/cmake/_built/source && /opt/intel/composer_xe_2013_sp1.5.212/bin/intel64/ifort -O0 -traceback -fpp -LIBS:static -c -debug full -debug-parameters all -I/home/larchma/cmake/include -c /home/larchma/cmake/source/m_material_mco_chg.f -o CMakeFiles/epx.dir/m_material_mco_chg.f.o<br>
<b>/usr/bin/cmake -E cmake_copy_f90_mod source/d source/CMakeFiles/epx.dir/d.mod.stamp Intel Fortran Compiler</b><br>
Error copying Fortran module "source/d". Tried "source/D.mod" and "source/d.mod".<br>
source/CMakeFiles/epx.dir/depend.make:19476: recipe for target 'source/CMakeFiles/epx.dir/m_material_mco_chg.f.o.provides.build' failed<br>
make[3]: *** [source/CMakeFiles/epx.dir/m_material_mco_chg.f.o.provides.build] Error 1<br>
make[3]: Leaving directory '/home/larchma/cmake/_built'<br>
source/CMakeFiles/epx.dir/build.make:7670: recipe for target 'source/CMakeFiles/epx.dir/m_material_mco_chg.f.o.provides' failed<br>
make[2]: *** [source/CMakeFiles/epx.dir/m_material_mco_chg.f.o.provides] Error 2<br>
make[2]: Leaving directory '/home/larchma/cmake/_built'<br>
CMakeFiles/Makefile2:78: recipe for target 'source/CMakeFiles/epx.dir/all' failed<br>
make[1]: *** [source/CMakeFiles/epx.dir/all] Error 2<br>
make[1]: Leaving directory '/home/larchma/cmake/_built'<br>
Makefile:120: recipe for target 'all' failed<br>
<br>
<br>
--<br>
Dr.-Ing. Martin Larcher<br>
European Commission<br>
Joint Research Centre, T.P. 480<br>
Directorate for Space, Security and Migration<br>
Safety and Security of Buildings<br>
I-21027 Ispra (VA) Italy<br>
Phone: +39-0332-789563<br>
</div>
</body>
</html>