Jump to content

CMake error


stevel

Recommended Posts

I am trying to do a new CMake build of the engine with 3.10.1. I haven't used CMake before, and am encountering some errors that I could really use some help with.


Background:

Torque3D 3.10.1 fresh source download.

CMake 3.13.3 Just downloaded the latest (Maybe I need a specific version?)

I just downloading and reinstalled the June 2010 DXSDK, in case that was the issue.

I'm using VS2017, and targeting VS2015, 64Bit. (Cause VS2017 is not listed.)


Here's the last few lines from the CMake output window: I can post part of the CMakeOutput.log file, if necessary.)


Looking for arm_neon.h - not found

Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)

Could NOT find OSS (missing: OSS_INCLUDE_DIR)

Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR)

Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR)

Could NOT find QSA (missing: QSA_LIBRARY QSA_INCLUDE_DIR)

CMake Error at C:/Program Files/CMake/share/cmake-3.13/Modules/CheckIncludeFiles.cmake:63 (message):

Unknown arguments:


-D_WIN32_WINNT=0x0502


Call Stack (most recent call first):

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



Configuring incomplete, errors occurred!

See also "C:/Torque/Torque3D-3.10.1/My Projects/ExtendSim3D/buildFiles/CMake/CMakeFiles/CMakeOutput.log".

See also "C:/Torque/Torque3D-3.10.1/My Projects/ExtendSim3D/buildFiles/CMake/CMakeFiles/CMakeError.log".

Link to comment
Share on other sites

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...