On Mon, Jul 21, 2014 at 9:48 PM, John Doe <helstr...@hotmail.com> wrote:

> Attempting to build the Git clone (git clone
> https://gerrit.gromacs.org/gromacs)

In general if you are a user and not a developer you want to use the latest
release branch (contains only bugfixes relative since the last version) and
not the master branch (might contain unstable development). For that you
want to use "git clone -b release-5-0 https://gerrit.gromacs.org/gromacs";
or if you have it already cloned "git checkout release-5-0".


> with full Cygwin and following the "Quick and dirty installation"
> instructions, but I'm getting the following error:
>
> --------------------------------------
> [ 91%] Building C object
> src/gromacs/CMakeFiles/libgromacs.dir/utility/baseversion-gen.c.o
> make[2]: *** No rule to make target
> '//home/User/gromacs/build/src/contrib/fftw/fftwBuild-prefix/lib/libfftw3f.a',
> needed by 'bin/cyggromacs-1.dll'.  Stop.
> CMakeFiles/Makefile2:2000: recipe for target
> 'src/gromacs/CMakeFiles/libgromacs.dir/all' failed
> make[1]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2
> Makefile:146: recipe for target 'all' failed
> make: *** [all] Error 2
> ---------------------------------------
>

I just uploaded a patch for this: https://gerrit.gromacs.org/#/c/3813/2

You can either use the patch or don't use GMX_BUILD_OWN_FFTW. Cygwin comes
with fftw.

Roland


>
>
> Thanks for the help
>
>
> --
> Gromacs Users mailing list
>
> * Please search the archive at
> http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
> posting!
>
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>
> * For (un)subscribe requests visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
> send a mail to gmx-users-requ...@gromacs.org.
>



-- 
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.

Reply via email to