Jump to content

Recommended Posts

Posted

Hello Again ;)


i have a new Problem again - the Problem is that while running "CMake" i get the following error at the end configuring:



-D_WIN32_WINNT=0x0502


Call Stack (most recent call first):

Engine/lib/openal-soft/CMakeLists.txt:938 (CHECK_INCLUDE_FILES)



ive installed all relevant data (Directx sdk etc.) but i cant get out ..


maybe you can help ... thanks a lot!


Greetings

Robert

Posted

0x0502 that is windows xp with sp2 or 3 yeah? I don't believe the build system supports xp anymore, you could maybe try disabling d3d11 and run opengl only and see if it works, no idea if it will compile even doing that.

Posted

If you're using Visual Studio 2017 (the one recommended for Windows 10) for CMake to work you need desktop c++ (warning: it's like 5 GB)

LUHboih732iHV6xl-C%252B%252B-Tutorial%252C-Installing-C%252B%252B.png


I got a new computer and I only needed that to compile the newest torque 3d. No need of external files of old directx 9 anymore.

Posted (edited)

Hi,


thank you very much!


I did these steps already but it isnt working :cry:


so i made a screenshot - maybe you could take a look :)


cmake.png


Thanks!

Robert

Edited by subabrain
Posted

@subabrain:


You have discovered a bug with the Release Candidate version of cmake (it's setting the OS version wrong, this is why i thought you had windows xp sp2/3 originally). Uninstall the Release Candidate version of cmake and download a stable version i.e 3.10.2 release. It will work than ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...