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
I ran into this when updating a (fairly recent) installation. I did not encounter it previously when making a new build elsewhere.
It was easily fixed by 'mkdir Linux_CentOS8-x86_64-gcc8.5.0/packages' and running make again.
make -C programs/MakePROOFPackage all make[1]: Entering directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' install DSelector.par ../../Linux_CentOS8-x86_64-gcc8.5.0/packages/ install: target '../../Linux_CentOS8-x86_64-gcc8.5.0/packages/' is not a directory: No such file or directory make[1]: *** [Makefile:35: install] Error 1 make[1]: Leaving directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' make: *** [Makefile:9: make_programs] Error 2
The text was updated successfully, but these errors were encountered:
I ran into this when updating a (fairly recent) installation. I did not encounter it previously when making a new build elsewhere.
It was easily fixed by 'mkdir Linux_CentOS8-x86_64-gcc8.5.0/packages' and running make again.
make -C programs/MakePROOFPackage all make[1]: Entering directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' install DSelector.par ../../Linux_CentOS8-x86_64-gcc8.5.0/packages/ install: target '../../Linux_CentOS8-x86_64-gcc8.5.0/packages/' is not a directory: No such file or directory make[1]: *** [Makefile:35: install] Error 1 make[1]: Leaving directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' make: *** [Makefile:9: make_programs] Error 2
The text was updated successfully, but these errors were encountered: