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
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
The BSD version of cp does not understand long options (like --reflink=auto). To bypass the error we need to use the GNU cp command (gcp is installed as part of coreutils with brew install coreutils for those using Homebrew). Edit vars file and add the lines:
Running OSX 10.11.1 (El Capitan). Trying to install transmart-data v1.2.1-SNAPSHOT the installation runs smoothly until I try to start solr with:
make -C solr startIt barfs with the following error:
The BSD version of cp does not understand long options (like --reflink=auto). To bypass the error we need to use the GNU cp command (gcp is installed as part of coreutils with
brew install coreutilsfor those using Homebrew). Edit vars file and add the lines:Then edit solr/Makefile replacing line 33 with:
and line 65 with: