This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
player/mfmetadatacontrol.cpp: In member function 'virtual QVariant MFMetaDataControl::metaData(const QString&) const': | |
player/mfmetadatacontrol.cpp:193:64: error: 'PKEY_Video_FrameWidth' was not declared in this scope | |
193 | if (m_content && SUCCEEDED(m_content->GetValue(PKEY_Video_FrameWidth, &var))) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
player/mfmetadatacontrol.cpp:198:64: error: 'PKEY_Video_Orientation' was not declared in this scope | |
198 | if (m_content && SUCCEEDED(m_content->GetValue(PKEY_Video_Orientation, &var))) | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
player/mfmetadatacontrol.cpp:204:64: error: 'PKEY_Video_VerticalAspectRatio' was not declared in this scope | |
204 | if (m_content && SUCCEEDED(m_content->GetValue(PKEY_Video_VerticalAspectRatio, &var))) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 29%] Built target OgreMain | |
Scanning dependencies of target RenderSystem_Direct3D9 | |
[ 29%] Building CXX object RenderSystems/Direct3D9/CMakeFiles/RenderSystem_Direct3D9.dir/src/OgreD3D9DepthBuffer.cpp.obj | |
In file included from D:/mingwbuild/mingw-w64-ogre3d/src/ogre-1.12.5/OgreMain/include/OgreRenderSystem.h:40, | |
from D:/mingwbuild/mingw-w64-ogre3d/src/ogre-1.12.5/RenderSystems/Direct3D9/include/OgreD3D9RenderSystem.h:34, | |
from D:/mingwbuild/mingw-w64-ogre3d/src/ogre-1.12.5/RenderSystems/Direct3D9/src/OgreD3D9DepthBuffer.cpp:29: | |
D:/mingwbuild/mingw-w64-ogre3d/src/ogre-1.12.5/OgreMain/include/OgrePlane.h:270:17: warning: 'static bool Ogre::Math::intersects(const Ogre::Plane&, const Ogre::AxisAlignedBox&)' redeclared without dllimport attribute after being referenced with dll linkage | |
270 | inline bool Math::intersects(const Plane& plane, const AxisAlignedBox& box) | |
| ^~~~ | |
[ 29%] Building CXX object RenderSystems/Direct3D9/CMakeFiles/RenderSystem_Direct3 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is GNU 9.3.0 | |
-- The CXX compiler identification is GNU 9.3.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: D:/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe - works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Meson build system | |
Version: 0.54.0 | |
Source dir: D:/mingwbuild/mingw-w64-gtk3/src/gtk+-3.24.17 | |
Build dir: D:/mingwbuild/mingw-w64-gtk3/src/build-i686 | |
Build type: native build | |
Using 'PKG_CONFIG_PATH' from environment with value: 'D:\\msys64\\mingw32\\lib\\pkgconfig;D:\\msys64\\mingw32\\share\\pkgconfig' | |
Using 'PKG_CONFIG_PATH' from environment with value: 'D:\\msys64\\mingw32\\lib\\pkgconfig;D:\\msys64\\mingw32\\share\\pkgconfig' | |
Project name: gtk+-3.0 | |
Project version: 3.24.17 | |
Using 'CFLAGS' from environment with value: '-march=i686 -mtune=generic -O2 -pipe -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The Fortran compiler identification is GNU 9.1.0 | |
-- The C compiler identification is GNU 9.1.0 | |
-- Check for working Fortran compiler: C:/building/msys64/mingw32/bin/gfortran.exe | |
-- Check for working Fortran compiler: C:/building/msys64/mingw32/bin/gfortran.exe -- works | |
-- Detecting Fortran compiler ABI info | |
-- Detecting Fortran compiler ABI info - done | |
-- Checking whether C:/building/msys64/mingw32/bin/gfortran.exe supports Fortran 90 | |
-- Checking whether C:/building/msys64/mingw32/bin/gfortran.exe supports Fortran 90 -- yes | |
-- Check for working C compiler: C:/building/msys64/mingw32/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw32/bin/gcc.exe -- works |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- oiio-Release-2.0.9/src/libutil/strutil.cpp.orig 2019-07-31 21:11:04.159918000 +0300 | |
+++ oiio-Release-2.0.9/src/libutil/strutil.cpp 2019-07-31 21:13:44.496999600 +0300 | |
@@ -53,6 +53,15 @@ | |
#ifdef _WIN32 | |
# include <shellapi.h> | |
+# define locale_t _locale_t | |
+#if defined(__MINGW32__) | |
+inline locale_t createlocale(int _Category,const char *_Locale) { | |
+ locale_t loc; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Naur innoextract-orig/src/util/windows.cpp innoextract/src/util/windows.cpp | |
--- innoextract-orig/src/util/windows.cpp 2019-07-10 09:30:39.000000000 +0300 | |
+++ innoextract/src/util/windows.cpp 2019-07-26 08:14:12.995980700 +0300 | |
@@ -492,6 +492,7 @@ | |
} // namespace util | |
// We really want main here, not utf8_main. | |
+#ifdef _MSC_VER | |
#undef main | |
int main() { |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1m[34m ->(B[m[1m Build release version ...(B[m | |
-- The C compiler identification is GNU 9.1.0 | |
-- The CXX compiler identification is GNU 9.1.0 | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1m[34m ->(B[m[1m Build debug version ...(B[m | |
-- The C compiler identification is GNU 9.1.0 | |
-- The CXX compiler identification is GNU 9.1.0 | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1m[34m ->(B[m[1m Build debug version ...(B[m | |
-- The C compiler identification is GNU 9.1.0 | |
-- The CXX compiler identification is GNU 9.1.0 | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe |
NewerOlder