conan-io / examples

Conan 1.x examples
MIT License
124 stars 66 forks source link

[bug] Update folly example (binaries are not available for VS2019) #52

Closed jgsogo closed 4 years ago

jgsogo commented 4 years ago

Binaries for folly/basic example are not available for VS 2019. This is something to fix, all the example should work out-of-the-box with mainstream compilers/versions

uilianries commented 4 years ago

I gonna check on Bincrafters side. Thanks for reporting

jgsogo commented 4 years ago

When available, it is just about removing this line:

https://github.com/conan-io/examples/blob/e7f04c2e594216a00ae1310a1f1f3dd9e7c5076e/.ci/run.py#L71

jgsogo commented 4 years ago

Now it fails with VS 2017:

folly/2018.11.12.00@bincrafters/stable: WARN: Can't find a 'folly/2018.11.12.00@bincrafters/stable' package for the specified settings, options and dependencies:
- Settings: arch=x86_64, build_type=Release, compiler=Visual Studio, compiler.runtime=MD, compiler.version=15, os=Windows
- Options: boost:asio_no_deprecated=False, boost:bzip2=True, boost:error_code_header_only=False, boost:extra_b2_flags=None, boost:filesystem_no_deprecated=False, boost:header_only=False, boost:layout=system, boost:lzma=False, boost:magic_autolink=False, boost:namespace=boost, boost:namespace_alias=False, boost:python_executable=None, boost:python_version=None, boost:segmented_stacks=False, boost:shared=False, boost:system_no_deprecated=False, boost:without_atomic=False, boost:without_chrono=False, boost:without_container=False, boost:without_context=False, boost:without_contract=False, boost:without_coroutine=False, boost:without_date_time=False, boost:without_exception=False, boost:without_fiber=False, boost:without_filesystem=False, boost:without_graph=False, boost:without_graph_parallel=False, boost:without_iostreams=False, boost:without_locale=False, boost:without_log=False, boost:without_math=False, boost:without_mpi=False, boost:without_program_options=False, boost:without_python=True, boost:without_random=False, boost:without_regex=False, boost:without_serialization=False, boost:without_stacktrace=False, boost:without_system=False, boost:without_test=False, boost:without_thread=False, boost:without_timer=False, boost:without_type_erasure=False, boost:without_wave=False, boost:zlib=True, boost:zstd=False, bzip2:build_executable=True, bzip2:shared=False, double-conversion:shared=False, gflags:namespace=gflags, gflags:nothreads=True, gflags:shared=False, glog:shared=False, glog:with_gflags=True, glog:with_threads=True, libevent:disable_threads=False, libevent:shared=False, libevent:with_openssl=True, lz4:shared=False, openssl:386=False, openssl:capieng_dialog=False, openssl:no_asm=False, openssl:no_async=False, openssl:no_bf=False, openssl:no_cast=False, openssl:no_des=False, openssl:no_dh=False, openssl:no_dsa=False, openssl:no_dso=False, openssl:no_hmac=False, openssl:no_md2=False, openssl:no_md5=False, openssl:no_mdc2=False, openssl:no_rc2=False, openssl:no_rc4=False, openssl:no_rc5=False, openssl:no_rsa=False, openssl:no_sha=False, openssl:no_sse2=False, openssl:no_threads=False, openssl:no_zlib=False, openssl:openssldir=None, openssl:shared=False, snappy:shared=False, zlib:minizip=False, zlib:shared=False, zstd:shared=False
- Dependencies: boost/1.72.0, double-conversion/3.1.5, gflags/2.2.2, glog/0.4.0, libevent/2.1.11, lz4/1.9.2, openssl/1.0.2u, zlib/1.2.11, zstd/1.3.5, snappy/1.1.7
- Package ID: 5194bdc9548f44a35dcce4adeeefca758b8032ca
uilianries commented 4 years ago

Interesting ... I gonna investigate it. Thanks for reporting @jgsogo