mheily / jobd

A job management framework
Other
143 stars 15 forks source link

rhel7 build problems #77

Open mheily opened 8 years ago

mheily commented 8 years ago

document these problems

  1. must use clang++ as the compiler; gcc is too old
  2. need to fix this: manager.cpp:114:11: error: no matching function for call to 'regex_replace' label = std::regex_replace(label, std::regex(".json$"), "");

seems to be a bug w/ regex on older gcc.. solution is to stop using regex :)