On Sat, 2019-06-08 at 03:40 +, Hossein Chegini wrote:
> make -r -DUSE_ARCADIA_PYTHON=no -DOS_SDK=local
> -DPYTHON_CONFIG=python3-config
This is not a valid GNU make command line. When you set variables on
the make command line you don't use -D; -D is not a valid option for
GNU make.
You just
Hi,
Once I tried to compile the catboost with following command:
I received the error :
make -r -DUSE_ARCADIA_PYTHON=no -DOS_SDK=local -DPYTHON_CONFIG=python3-config
[cid:image001.png@01D51E10.7A629A10]
Would you please help me to resovel that.
Cheers.
__