ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Is there any instruction to install the feel++ on Windows 7+VS2010+Intel Fortran 2011? #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all,

I am trying to study the feel++ and try to compile the software on Windows 
7+VS2010+Intel Fortran 2011, however, when I build the project by CMake the 
following errors displayed, could anyone help me to take a look at it?

Thanks,
Tang Laoya

Could NOT find Subversion (missing:  Subversion_SVN_EXECUTABLE) 
Could NOT find Git (missing:  GIT_EXECUTABLE) 
CMake Error at CMakeLists.txt:129 (add_subdirectory):
  add_subdirectory given source "cmake/modules" which is not an existing
  directory.

CMake Error at CMakeLists.txt:230 (include):
  include could not find load file:

    feelpp.extra.warnings

[feel++] Global flags:  /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR 
[feel++] Debug flags: /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
[feel++] Release flags: /MD /O2 /Ob2 /D NDEBUG
CMake Error at CMakeLists.txt:247 (INCLUDE):
  include could not find load file:

    ParseArguments

SIZE_INT=4
SIZE_UINT=
SIZE_SIZE_T=8
SIZE_LONG=4
SIZE_FLOAT=4
SIZE_DOUBLE=8
SIZE_LONG_DOUBLE=8
CMake Error at CMakeLists.txt:274 (FIND_PACKAGE):
  By not providing "FindFeel++.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Feel++", but
  CMake did not find one.

  Could not find a package configuration file provided by "Feel++" with any
  of the following names:

    Feel++Config.cmake
    feel++-config.cmake

  Add the installation prefix of "Feel++" to CMAKE_PREFIX_PATH or set
  "Feel++_DIR" to a directory containing one of the above files.  If "Feel++"
  provides a separate development package or SDK, be sure it has been
  installed.

Configuring incomplete, errors occurred!

Original issue reported on code.google.com by tanglaoy...@gmail.com on 26 Dec 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Dear Tang

unfortunately Feel++ is currently not supported on windows. I don't have access 
a windows system, feel++ has not yet been ported to it.
You could try installing cygwin (www.cygwin.com) and the software required by 
feel++ that would be the easiest path I think. At least that's the first thing 
I would do if I port Feel++ on windows.

I keep the issue as open, the windows port may occur in 2013 or may not.

Original comment by christop...@feelpp.org on 29 Dec 2012 at 8:06

GoogleCodeExporter commented 9 years ago
One more thing: Feel++ is a C++ code, not a Fortran one

Original comment by christop...@feelpp.org on 24 Jan 2013 at 5:01

GoogleCodeExporter commented 9 years ago
Hi, thanks for your kindly information.

Original comment by tanglaoy...@gmail.com on 28 Jan 2013 at 9:20