HVML / PurC

The prime HVML interpreter for C Language.
GNU Lesser General Public License v3.0
1.06k stars 54 forks source link

Windows Compile #6

Closed longlongvip closed 2 years ago

longlongvip commented 2 years ago

Base

Output

-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000.
-- The CMake build type is: Release
-- Enabling ccache: Couldn't find ccache program. Not enabling it.
CMake Error at Source/cmake/PurCFeatures.cmake:21 (message):
  ENABLE_3D_TRANSFORMS is not a valid PurC option
Call Stack (most recent call first):
  Source/cmake/PurCFeatures.cmake:40 (_ENSURE_IS_PURC_OPTION)
  Source/cmake/OptionsWin.cmake:20 (PURC_OPTION_DEFAULT_PORT_VALUE)
  Source/cmake/OptionsWindows.cmake:3 (include)
  Source/cmake/PurCCommon.cmake:48 (include)
  CMakeLists.txt:138 (include)

-- Configuring incomplete, errors occurred!
See also "D:/SexCLs/PurC/CMakeFiles/CMakeOutput.log".
See also "D:/SexCLs/PurC/CMakeFiles/CMakeError.log".

Question

ENABLE_3D_TRANSFORMS is not a valid PurC option

VincentWei commented 2 years ago

Sorry, for the Windows platform, we have not done any work...

VincentWei commented 2 years ago

I haven't used Windows for a long time. Are you using WSL or native gcc?

Someone reported that we can build PurC on WSL.

longlongvip commented 2 years ago

No WSL or native GCC. But I am going to compile PurC on Linux System on my other PC

longlongvip commented 2 years ago

I just intalled the Linux

VincentWei commented 2 years ago

OK. Thanks.