Skip to content

Instantly share code, notes, and snippets.

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.
[ 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.
-- 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
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'
-- 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
--- 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;
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.
 ->(B Build release version ...(B
-- 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.
 ->(B Build debug version ...(B
-- 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
@Alexpux
Alexpux / gist:f93bec15d6d730c07a50dec7395d2a41
Created July 16, 2019 15:07
QtWebkit 5.212.0-alpha3 build with mingw-w64 gcc-9.1.0
This file has been truncated, but you can view the full file.
 ->(B Build debug version ...(B
-- 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