- D:\a\1\s\RDS\Rdc\RdsUnit.h: In member function 'T_Bool C_RdsUnitSize::convertString2Double(const string&, T_Double64&)':
- D:\a\1\s\RDS\Rdc\RdsUnit.h:562:5: error: 'locale_t' was not declared in this scope
- locale_t posix_locale = rov_get_posix_localeobj();
- ^~~~~~~~
- D:\a\1\s\RDS\Rdc\RdsUnit.h:562:5: note: suggested alternative: '_locale_t'
- locale_t posix_locale = rov_get_posix_localeobj();
- ^~~~~~~~
- _locale_t
- D:\a\1\s\RDS\Rdc\RdsUnit.h:565:47: error: 'posix_locale' was not declared in this scope
- _anyDouble = strtod_l(stopStr, & stopStr, posix_locale);
- ^~~~~~~~~~~~
- D:\a\1\s\RDS\Rdc\RdsUnit.h:565:47: note: suggested alternative: '_free_locale'
- _anyDouble = strtod_l(stopStr, & stopStr, posix_locale);
- ^~~~~~~~~~~~
- _free_locale
- D:\a\1\s\RDS\Rdc\RdsUnit.h:565:18: error: 'strtod_l' was not declared in this scope
- _anyDouble = strtod_l(stopStr, & stopStr, posix_locale);
- ^~~~~~~~
- D:\a\1\s\RDS\Rdc\RdsUnit.h:565:18: note: suggested alternative: '_strtod_l'
- _anyDouble = strtod_l(stopStr, & stopStr, posix_locale);
- ^~~~~~~~
- _strtod_l
- mingw32-make.exe[2]: *** [..\RDS\Rdc\Debug\CMakeFiles\rdc.dir\build.make:109: ../RDS/Rdc/Debug/CMakeFiles/rdc.dir/RdsUnit.cpp.obj] Error 1
- mingw32-make.exe[2]: Leaving directory 'D:/a/1/s/build'
- mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:782: ../RDS/Rdc/Debug/CMakeFiles/rdc.dir/all] Error 2
- mingw32-make.exe[1]: Leaving directory 'D:/a/1/s/build'
- mingw32-make.exe: *** [Makefile:168: all] Error 2
- finished cmake
- ##[debug]Exit code: 2
RDS Windows build failure
Posted by Anonymous on Fri 12th May 2023 14:05
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.