hello,
I follow following installation instructions to install dealii,

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to 
/path/to/dealii/sources
$ make install    (alternatively $ make -j<N> install)
$ make test

and configured cmake successfully.
###
-- Configuring done
-- Generating done
-- Build files have been written to: /mnt/hgfs/My code/dealii/build

However, when I input "make install", an error occurs:

Scanning dependencies of target expand_instantiations_exe
cmake/scripts/CMakeFiles/expand_instantiations_exe.dir/depend.make:4: *** 
missing separator.  Stop.
CMakeFiles/Makefile2:381: recipe for target 
'cmake/scripts/CMakeFiles/expand_instantiations_exe.dir/all' failed
make[1]: *** [cmake/scripts/CMakeFiles/expand_instantiations_exe.dir/all] 
Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

I really don't have much experience on linux and cmake, Could please 
someone help me on this? Thanks.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to