Closed Diam2023 closed 7 months ago
Error: axmol-2.1.2\thirdparty\astcenc\astcenc_vecmathlib_sse_4.h(1310,26): error C3861: '_mm_popcnt_u64': identifier not found
Error: axmol-2.1.2\thirdparty\astcenc\astcenc_vecmathlib_sse_4.h(1310,26): error C3861: '_mm_popcnt_u64': identifier not found
can you try this one plz:
cmake -S . -B build -G "Visual Studio 17 2022" -A x64
Thank u :), It's worked for me.
Thank u :), It's worked for me.
Small hint: 32 build will removed: Mark as deprecated, and will be removed in next release axmol-2.2.0 32bit build
@halx99 axmol version: axmol-2.1.2 has problem with 32 build: cmake -S . -B build -G "Visual Studio 17 2022" -A win32
with: Error: axmol-2.1.2\thirdparty\astcenc\astcenc_vecmathlib_sse_4.h(1310,26): error C3861: '_mm_popcnt_u64': identifier not found
but axmol build -p win32 -a x86 -xb '--config,Debug'
workd
Maybe the typo mistake, you are use win32
, but should be: Win32
Maybe the typo mistake, you are use
win32
, but should be:Win32
You are right...