Skip to content

Instantly share code, notes, and snippets.

@iliakan

iliakan/1.txt Secret

Created February 8, 2023 11:30
Show Gist options
  • Save iliakan/11f6786eb195a4bc939e010d4f759a22 to your computer and use it in GitHub Desktop.
Save iliakan/11f6786eb195a4bc939e010d4f759a22 to your computer and use it in GitHub Desktop.
cd contrib/buildsystems/out
cmake ../ -DCMAKE_BUILD_TYPE=Release
Generating GIT-VERSION-FILE
GIT_VERSION = 2.39.0.47.ga6a323b
-- The C compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.2.13")
-- Found CURL: /opt/local/lib/libcurl.dylib (found version "7.87.0")
-- Found EXPAT: /opt/local/lib/libexpat.dylib (found version "2.5.0")
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Failed
-- Found Iconv: /opt/local/lib/libiconv.dylib (found version "1.17")
-- Found Intl: /opt/local/lib/libintl.dylib (found version "0.21.0")
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libpcre2-8'
-- Found libpcre2-8, version 10.42
-- Looking for libgen.h
-- Looking for libgen.h - found
-- Looking for sys/sysinfo.h
-- Looking for sys/sysinfo.h - not found
-- Performing Test HAVE_ALLOCA_H
-- Performing Test HAVE_ALLOCA_H - Success
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for paths.h
-- Looking for paths.h - found
-- Looking for strcasestr
-- Looking for strcasestr - found
-- Looking for memmem
-- Looking for memmem - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strtoimax
-- Looking for strtoimax - found
-- Looking for strtoumax
-- Looking for strtoumax - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for poll
-- Looking for poll - found
-- Looking for pread
-- Looking for pread - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for hstrerror
-- Looking for hstrerror - found
-- Looking for getdelim
-- Looking for getdelim - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for CLOCK_MONOTONIC
-- Looking for CLOCK_MONOTONIC - found
-- Performing Test STRUCT_STAT_HAS_ST_BLOCKS
-- Performing Test STRUCT_STAT_HAS_ST_BLOCKS - Success
-- Performing Test SNPRINTF_OK
-- Performing Test SNPRINTF_OK - Success
-- Performing Test FREAD_READS_DIRECTORIES_NO
-- Performing Test FREAD_READS_DIRECTORIES_NO - Failed
-- Performing Test HAVE_REGEX
-- Performing Test HAVE_REGEX - Success
-- Performing Test HAVE_BSD_SYSCTL
-- Performing Test HAVE_BSD_SYSCTL - Success
-- Performing Test HAVE_NEW_ICONV
-- Performing Test HAVE_NEW_ICONV - Success
-- Performing Test ICONV_DOESNOT_OMIT_BOM
-- Performing Test ICONV_DOESNOT_OMIT_BOM - Success
Generating command-list.h
Generating config-list.h
Generating hook-list.h
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/tmp/git/contrib/buildsystems/out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment