Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Making /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git as $ PATH=/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin:$PATH make -j 8
- [ 6%] Generating build/timestamp
- [ 12%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/camera.cpp.obj
- [ 18%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/lens.cpp.obj
- [ 25%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/database.cpp.obj
- [ 37%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse.cpp.obj
- [ 37%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse2.cpp.obj
- [ 43%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mount.cpp.obj
- [ 50%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/cpuid.cpp.obj
- [ 56%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color.cpp.obj
- [ 62%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord-sse.cpp.obj
- [ 68%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord.cpp.obj
- Traceback (most recent call last):
- File "/ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/apps/setup.py", line 6, in <module>
- from setuptools import setup
- ModuleNotFoundError: No module named 'setuptools'
- make[2]: *** [apps/CMakeFiles/python-package.dir/build.make:74: apps/build/timestamp] Error 1
- make[1]: *** [CMakeFiles/Makefile2:157: apps/CMakeFiles/python-package.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
- [ 75%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-pc.cpp.obj
- [ 81%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-subpix.cpp.obj
- [ 87%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/modifier.cpp.obj
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp: In member function 'lfError lfDatabase::Load(const char*, const char*, size_t)':
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:826:27: error: 'locale_t' was not declared in this scope; did you mean '_locale_t'?
- 826 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~
- | _locale_t
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:826:16: error: 'uselocale' was not declared in this scope; did you mean 'setlocale'?
- 826 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~~
- | setlocale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:827:27: error: 'LC_NUMERIC_MASK' was not declared in this scope; did you mean 'LC_NUMERIC'?
- 827 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~~~~~~~
- | LC_NUMERIC
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:827:59: error: expected ')' before numeric constant
- 827 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ~ ^~
- | )
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:827:17: error: 'newlocale' was not declared in this scope; did you mean 'setlocale'?
- 827 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~
- | setlocale
- [ 93%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/auxfun.cpp.obj
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:858:5: error: 'freelocale' was not declared in this scope; did you mean '_free_locale'?
- 858 | freelocale(nloc);
- | ^~~~~~~~~~
- | _free_locale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp: In member function 'lfError lfDatabase::Save(char*&, size_t&) const':
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:901:27: error: 'locale_t' was not declared in this scope; did you mean '_locale_t'?
- 901 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~
- | _locale_t
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:901:16: error: 'uselocale' was not declared in this scope; did you mean 'setlocale'?
- 901 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~~
- | setlocale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:902:27: error: 'LC_NUMERIC_MASK' was not declared in this scope; did you mean 'LC_NUMERIC'?
- 902 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~~~~~~~
- | LC_NUMERIC
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:902:59: error: expected ')' before numeric constant
- 902 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ~ ^~
- | )
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:902:17: error: 'newlocale' was not declared in this scope; did you mean 'setlocale'?
- 902 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~
- | setlocale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/database.cpp:1144:5: error: 'freelocale' was not declared in this scope; did you mean '_free_locale'?
- 1144 | freelocale(nloc);
- | ^~~~~~~~~~
- | _free_locale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp: In member function 'void lfLens::GuessParameters()':
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:178:27: error: 'locale_t' was not declared in this scope; did you mean '_locale_t'?
- 178 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~
- | _locale_t
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:178:16: error: 'uselocale' was not declared in this scope; did you mean 'setlocale'?
- 178 | auto loc = uselocale((locale_t) 0); // get current local
- | ^~~~~~~~~
- | setlocale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:179:27: error: 'LC_NUMERIC_MASK' was not declared in this scope; did you mean 'LC_NUMERIC'?
- 179 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~~~~~~~
- | LC_NUMERIC
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:179:59: error: expected ')' before numeric constant
- 179 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ~ ^~
- | )
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:179:17: error: 'newlocale' was not declared in this scope; did you mean 'setlocale'?
- 179 | auto nloc = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
- | ^~~~~~~~~
- | setlocale
- /ffmpeg-windows-build-helpers/sandbox/win32/lensfun_git/libs/lensfun/lens.cpp:271:5: error: 'freelocale' was not declared in this scope; did you mean '_free_locale'?
- 271 | freelocale(nloc);
- | ^~~~~~~~~~
- | _free_locale
- make[2]: *** [libs/lensfun/CMakeFiles/lensfun.dir/build.make:92: libs/lensfun/CMakeFiles/lensfun.dir/database.cpp.obj] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[2]: *** [libs/lensfun/CMakeFiles/lensfun.dir/build.make:107: libs/lensfun/CMakeFiles/lensfun.dir/lens.cpp.obj] Error 1
- make[1]: *** [CMakeFiles/Makefile2:131: libs/lensfun/CMakeFiles/lensfun.dir/all] Error 2
- make: *** [Makefile:156: all] Error 2
Add Comment
Please, Sign In to add comment