Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't setup on windows: error with gperf #19

Closed
davidkhl opened this issue Sep 17, 2019 · 5 comments
Closed

can't setup on windows: error with gperf #19

davidkhl opened this issue Sep 17, 2019 · 5 comments

Comments

@davidkhl
Copy link

-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.10586.
CMake Warning (dev) at CMakeLists.txt:26 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.

Quoted variables like "MSVC" will no longer be dereferenced when the policy
is set to NEW. Since the policy is not set the OLD behavior will be used.
This warning is for project developers. Use -Wno-dev to suppress it.

Add abseil-cpp
-- No CMAKE_CXX_STANDARD set, assuming 11
Add wingetopt
-- Use wingetopt
Add crc32c
Add rocksdb
CMake Error at third-party/rocksdb/cmake/modules/ReadVersion.cmake:4 (file):
file failed to open for reading (No such file or directory):

D:/workinprogress/lite-client/include/rocksdb/version.h

Call Stack (most recent call first):
third-party/rocksdb/CMakeLists.txt:39 (get_rocksdb_version)

CMake Warning at third-party/rocksdb/CMakeLists.txt:40 (project):
VERSION keyword not followed by a value or was followed by a value that
expanded to nothing.

-- GFLAGS library is disabled
-- SNAPPY library is disabled
-- LZ4 library is disabled
-- ZLIB library is disabled
-- XPRESS is disabled
-- ZSTD library is disabled
-- JEMALLOC library is disabled
-- Enabling RTTI in Debug builds only (default)
-- JNI library is disabled
Add ton
-- Could NOT find ccache
-- Could NOT find LATEX (missing: LATEX_COMPILER)
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
CMake Error at tdutils/generate/CMakeLists.txt:22 (message):
Could NOT find gperf. Add path to gperf executable to PATH environment
variable or specify it manually using GPERF_EXECUTABLE option, i. e.
'cmake -DGPERF_EXECUTABLE:FILEPATH=""'.

-- Configuring incomplete, errors occurred!
See also "D:/workinprogress/liteclient-build/CMakeFiles/CMakeOutput.log".
See also "D:/workinprogress/liteclient-build/CMakeFiles/CMakeError.log".

@ben-curv
Copy link

There's a WIP PR with Windows build instructions, including how to install gperf - https://github.com/ton-blockchain/ton/pull/10/files

@davidkhl
Copy link
Author

doesn't work

@davidkhl
Copy link
Author

./lite-client/lite-client -C ton-lite-client-test1.config.json is not a comand in fact

@ton-blockchain
Copy link
Collaborator

Should not be a problem anymore.
The current version does not require gperf.

neodix42 pushed a commit to SoftTestDevelopment/ton that referenced this issue May 2, 2022
…x-MHD-preprocessor-defs

Remove the redundant MHD_RESULT define
@Thirawat11
Copy link

G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants