Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

You may face the following error during compilation on Ubuntu OSLinux:

ERROR: locale::facet::_S_create_c_locale name not valid

1 error(s)

Code preprocessing failed!

 (error code: 0)


Solution

This error appears due to the LC_ALL env variable is not set by default in Ubuntu.

 You can run the following command from your Querix user to set the variable:

...