keelm / XDCC

Extreme Dynamic Classifier Chains - XGBoost for Multi-label Classification
6 stars 2 forks source link

The 'learner.o' file cannot be generated. #5

Open JiaxuanGood opened 2 years ago

JiaxuanGood commented 2 years ago

Performing mingw32-make under windows 10, but an error occured.

'test' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
Makefile:27: Attempting to recover non-functional MAKE [mingw32-make]
The system cannot find the path specified.
The system cannot find the path specified.
Makefile:31: MAKE [] - PROBLEM
process_begin: CreateProcess(NULL, uname, ...) failed.
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file build already exists.
Error occurred while processing: build.
Makefile:141: recipe for target 'build/learner.o' failed
mingw32-make: *** [build/learner.o] Error 1
JiaxuanGood commented 2 years ago

Such problem has been presented in XGBoost (https://github.com/dmlc/xgboost/issues/2894). XGBoost has fixed this error, however, XDCC may use the code of XGBoost in old version.