build - Makefile error when building on Cygwin -
i installing nasa's software (heasoft) source code on cygwin (32-bit) running on windows 10. configure ran successfully, make gives following errors:
makefile:26: /home/mario/heasoft-6.21/heacore/build_dir/makefile-std: no such file or directory gmake[2]: *** no rule make target '/home/mario/heasoft-6.21/heacore/build_dir/makefile-std'. stop. gmake[2]: leaving directory 'c:/cygwin/home/mario/heasoft-6.21/heacore/build_dir' make[1]: *** [makefile:74: heacore] error 2 make[1]: se sale del directorio '/home/mario/heasoft-6.21/build_dir' make: *** [makefile:10: all] error 2
my problem file /home/mario/heasoft-6.21/heacore/build_dir/makefile-std
not found; however, exists , located in correct directory. edit: here can seen file exists:
$ ls /home/mario/heasoft-6.21/heacore/build_dir config.guess config.sub hd_config_info headas-init.csh headas-setup.in hmakerc lhea-fixperl makefile-ccfits config.log configure hd_install.c headas-init.sh hmake hmakerc.in makefile makefile-std config.status configure.in hd_scanenv headas-setup hmake_hd install-sh makefile.in
any clue why might happening , how can solved?
when cygwin shell opened cd /cygdrive/c/home/mario
, run make on project directory. remember had similar issue when current directory /home/foo
. got solved changing directory /cygdrive/c/home/foo
same directory, somehow cygwin's make likes better
Comments
Post a Comment