ericxsun / fastText

Library for fast text representation and classification.
Other
15 stars 9 forks source link

Error in make #7

Closed YovaKem closed 5 years ago

YovaKem commented 5 years ago

$ git clone https://github.com/ericxsun/fastText.git $ cd fastText $ mkdir build && cd build && cmake .. $ make && make install

gives me

c++ -pthread -std=c++0x -march=native -O3 -funroll-loops -c src/args.cc
src/args.cc: In member function ‘void fasttext::Args::printTrainingHelp()’:
src/args.cc:259:7: error: expected primary-expression before ‘<<’ token
       << "  -incr               incremental training, default ["
       ^
make: *** [args.o] Error 1
ericxsun commented 5 years ago

It's okay now.