Thinkremote icon indicating copy to clipboard operation
Thinkremote copied to clipboard

Where is development.h ?.... run build command error...

Open chungnyul opened this issue 3 years ago • 1 comments

I have a question about the Test Instruction below. (1) But... I can't find the development.h file. Where is that file located?

Switch to development environment by set
development.h: DEVELOPMENT_ENVIRONMENT to TRUE

(2) I skipped switch to development environment because above reason. I ran build command. but It make error like belows

./build.bat

[vcvarsall.bat] Environment initialized for: 'x64_x86'
The specified path could not be found.
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.29.30141.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  worker/session-webrtc/CMakeLists.txt:1 (find_package)

chungnyul avatar Dec 19 '22 08:12 chungnyul

@chung

I have a question about the Test Instruction below. (1) But... I can't find the development.h file. Where is that file located?

Switch to development environment by set
development.h: DEVELOPMENT_ENVIRONMENT to TRUE

(2) I skipped switch to development environment because above reason. I ran build command. but It make error like belows

./build.bat

[vcvarsall.bat] Environment initialized for: 'x64_x86'
The specified path could not be found.
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.29.30141.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  worker/session-webrtc/CMakeLists.txt:1 (find_package)

Sorry for the late reply, We have switched our development to https://github.com/thinkonmay/Thinkshare, if you feel interested, feel free to discuss this with me via email: "[email protected]". We are actively working on cloud gaming tech right now

pigeatgarlic avatar Dec 26 '22 10:12 pigeatgarlic