Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created April 18, 2017 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdeguzis/3522b8733be67d5c157a85f00db652e6 to your computer and use it in GitHub Desktop.
Save mdeguzis/3522b8733be67d5c157a85f00db652e6 to your computer and use it in GitHub Desktop.
-Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Werror=implicit-function-declaration -DNDEBUG -isystem../../../Externals/glslang/glslang/Public -isystem../../../Externals/glslang/SPIRV
g++ ../Core/PowerPC/Jit64Common/ConstantPool.cpp -c -o ../Core/PowerPC/Jit64Common/ConstantPool.o -g -fstack-protector-strong -Wformat -Werror=format-security -DPERF_TEST -DLOGGING -DHAVE_OPENGL_CORE -DHAVE_VULKAN -D_ARCH_64=1 -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_M_X86=1 -D_M_X86_64=1 -DHAVE_VULKAN -D__LIBRETRO__ -D__STDC_CONSTANT_MACROS -I. -I../Core -I../../../Externals/Bochs_disasm -I../../../Externals/mbedtls/include -I../../../Externals/enet/include -I../../../Externals/LZO -I../../../Externals/zlib -I../../../Externals/libpng -I.. -I../../../Externals/SFML/include -I../../../Externals/SFML/src/ -I../../../Externals/xxhash -I../../../Externals/SOIL -I../../../Externals/Vulkan/Include -fpic -O3 -msse2 -fno-strict-aliasing -fvisibility=hidden -fomit-frame-pointer -Wmissing-declarations -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -std=c++14 -Wall -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Werror=implicit-function-declaration -DNDEBUG -isystem../../../Externals/glslang/glslang/Public -isystem../../../Externals/glslang/SPIRV
../Core/PowerPC/Jit64Common/ConstantPool.cpp: In member function 'const void* ConstantPool::GetConstant(const void*, size_t, size_t, size_t)':
../Core/PowerPC/Jit64Common/ConstantPool.cpp:47:17: error: 'align' is not a member of 'std'
void* ptr = std::align(ALIGNMENT, value_size, m_current_ptr, m_remaining_size);
^
rules/libretro.mk:154: recipe for target '../Core/PowerPC/Jit64Common/ConstantPool.o' failed
make[2]: *** [../Core/PowerPC/Jit64Common/ConstantPool.o] Error 1
make[2]: Leaving directory '/build/libretro-dolphin-5.0+git20170417.fc84456ec/Source/Core/DolphinLibretro'
dh_auto_build: make -j1 GIT_VERSION='1:5.0+git20170417.fc84456ec' returned exit code 2
debian/rules:16: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/libretro-dolphin-5.0+git20170417.fc84456ec'
debian/rules:13: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
root@archboxmtd:/build/libretro-dolphin-5.0+git20170417.fc84456ec#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment