You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide as much of the following information as you can, as applicable to the issue being reported. Naturally, not all information is relevant to every issue, but the more information we have to start, the better!
Environment Information
64 bit Linux (ubuntu 15.10), with autotools build.
Summary of Issue
when bbuilding "out of tree" or VPATH style , make cannot find ncx.c (which was generated from .m4 files)
Making all in nc_test
make[2]: Entering directory '/home/robl/work/build/netcdf/nc_test'
cp /home/robl/work/netcdf-c/libsrc/ncx.c .
cp: cannot stat ‘/home/robl/work/netcdf-c/libsrc/ncx.c’: No such file or directory
Makefile:1593: recipe for target 'all' failed
of course it cannot stat libsrc/ncx.c :that file was generated and lives in the build dir.
The text was updated successfully, but these errors were encountered:
Environment Information
64 bit Linux (ubuntu 15.10), with autotools build.
Summary of Issue
when bbuilding "out of tree" or VPATH style , make cannot find ncx.c (which was generated from .m4 files)
Steps to reproduce the behavior
observe this error:
Making all in nc_test
make[2]: Entering directory '/home/robl/work/build/netcdf/nc_test'
cp /home/robl/work/netcdf-c/libsrc/ncx.c .
cp: cannot stat ‘/home/robl/work/netcdf-c/libsrc/ncx.c’: No such file or directory
Makefile:1593: recipe for target 'all' failed
of course it cannot stat libsrc/ncx.c :that file was generated and lives in the build dir.
The text was updated successfully, but these errors were encountered: