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
I am trying to use this addon on Ubuntu, with OF 0.9.8. I have the following error:
/home/nuc/Documents/Code/openFrameworks/addons/ofxCsv/src/ofxCsvRow.cpp: In member function ‘void ofxCsvRow::trim()’:
/home/nuc/Documents/Code/openFrameworks/addons/ofxCsv/src/ofxCsvRow.cpp:315:50: error: no matching function for call to ‘regex_replace(std::string&, std::regex&, const char [3])’
col = std::regex_replace(col, s_trimRegex, "$1");
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
Meach
changed the title
Compiling on Ubuntu
Compiling on Ubuntu - regex_replace error
Apr 7, 2017
I am trying to use this addon on Ubuntu, with OF 0.9.8. I have the following error:
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: