Skip to content

Instantly share code, notes, and snippets.

@pofallon
Last active December 14, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pofallon/6666fd31e05971442bc5 to your computer and use it in GitHub Desktop.
Save pofallon/6666fd31e05971442bc5 to your computer and use it in GitHub Desktop.
proton 0.4RC2 build output from CMAKE and VS 2012
C:\devtools\qpid-proton-0.4\proton-c\build>cmake ..
-- Building for: Visual Studio 11
-- The C compiler identification is MSVC 17.0.51106.1
-- The CXX compiler identification is MSVC 17.0.51106.1
-- Check for working C compiler using: Visual Studio 11
-- Check for working C compiler using: Visual Studio 11 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 11
-- Check for working CXX compiler using: Visual Studio 11 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL
_ROOT_DIR (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for GetSystemTimeAsFileTime
-- Looking for GetSystemTimeAsFileTime - found
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - found
-- Looking for strerror_s
-- Looking for strerror_s - found
-- Looking for atoll
-- Looking for atoll - not found
-- Looking for _atoi64
-- Looking for _atoi64 - found
-- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Warning (dev) at CMakeLists.txt:280 (add_executable):
Policy CMP0003 should be set before this line. Add code such as
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "proton" links to some libraries for which the linker must
search:
ws2_32, Rpcrt4
and other libraries with known full path:
C:/devtools/qpid-proton-0.4/proton-c/build/Debug/qpid-proton.lib
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: C:/devtools/qpid-proton-0.4/proton-c/build
C:\devtools\qpid-proton-0.4\proton-c\build>cmake --version
cmake version 2.8.10.2
1>------ Build started: Project: ZERO_CHECK, Configuration: RelWithDebInfo Win32 ------
1> Checking Build System
1> CMake does not need to re-run because C:/devtools/qpid-proton-0.4/proton-c/build/CMakeFiles/generate.stamp is up-to-date.
1> CMake does not need to re-run because C:/devtools/qpid-proton-0.4/proton-c/build/docs/api/CMakeFiles/generate.stamp is up-to-date.
1> CMake does not need to re-run because C:/devtools/qpid-proton-0.4/proton-c/build/docs/man/CMakeFiles/generate.stamp is up-to-date.
1> CMake does not need to re-run because C:/devtools/qpid-proton-0.4/proton-c/build/examples/messenger/c/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: qpid-proton, Configuration: RelWithDebInfo Win32 ------
2> Building Custom Rule C:/devtools/qpid-proton-0.4/proton-c/CMakeLists.txt
2> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\CMakeFiles\generate.stamp is up-to-date.
2> Generating encodings.h
2> Generating protocol.h
2> util.c
2>..\src\util.c(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> error.c
2>c:\devtools\qpid-proton-0.4\proton-c\src\util.h(27): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> buffer.c
2>..\src\buffer.c(25): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> parser.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> scanner.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/scanner.h(63): error C2061: syntax error : identifier 'size_t'
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/scanner.h(64): error C2059: syntax error : '}'
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/scanner.h(68): error C2061: syntax error : identifier 'pn_scanner_token'
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/scanner.h(68): error C2059: syntax error : ';'
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/scanner.h(68): error C2059: syntax error : 'type'
2>..\src\scanner.c(25): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> types.c
2> framing.c
2>..\src\framing\framing.c(28): error C2054: expected '(' to follow 'inline'
2>..\src\framing\framing.c(29): error C2085: 'pn_i_write16' : not in formal parameter list
2>..\src\framing\framing.c(29): error C2143: syntax error : missing ';' before '{'
2>..\src\framing\framing.c(35): error C2054: expected '(' to follow 'inline'
2>..\src\framing\framing.c(36): error C2085: 'pn_i_write32' : not in formal parameter list
2>..\src\framing\framing.c(36): error C2143: syntax error : missing ';' before '{'
2>..\src\framing\framing.c(43): error C2054: expected '(' to follow 'inline'
2>..\src\framing\framing.c(44): error C2085: 'pn_i_read16' : not in formal parameter list
2>..\src\framing\framing.c(44): error C2143: syntax error : missing ';' before '{'
2>..\src\framing\framing.c(52): error C2054: expected '(' to follow 'inline'
2>..\src\framing\framing.c(53): error C2085: 'pn_i_read32' : not in formal parameter list
2>..\src\framing\framing.c(53): error C2143: syntax error : missing ';' before '{'
2>..\src\framing\framing.c(69): warning C4013: 'pn_i_read32' undefined; assuming extern returning int
2>..\src\framing\framing.c(76): warning C4013: 'pn_i_read16' undefined; assuming extern returning int
2>..\src\framing\framing.c(92): warning C4013: 'pn_i_write32' undefined; assuming extern returning int
2>..\src\framing\framing.c(93): error C2143: syntax error : missing ';' before 'type'
2>..\src\framing\framing.c(94): error C2065: 'doff' : undeclared identifier
2>..\src\framing\framing.c(96): warning C4013: 'pn_i_write16' undefined; assuming extern returning int
2>..\src\framing\framing.c(99): error C2065: 'doff' : undeclared identifier
2> codec.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> dispatcher.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/engine.h(27): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> engine.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/engine.h(27): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> message.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> sasl.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/engine.h(27): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> messenger.c
2>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
2> Generating Code...
3>------ Build started: Project: proton, Configuration: RelWithDebInfo Win32 ------
4>------ Build started: Project: proton-dump, Configuration: RelWithDebInfo Win32 ------
5>------ Build started: Project: recv, Configuration: RelWithDebInfo Win32 ------
6>------ Build started: Project: send, Configuration: RelWithDebInfo Win32 ------
3> Building Custom Rule C:/devtools/qpid-proton-0.4/proton-c/CMakeLists.txt
3> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\CMakeFiles\generate.stamp is up-to-date.
4> Building Custom Rule C:/devtools/qpid-proton-0.4/proton-c/CMakeLists.txt
6> Building Custom Rule C:/devtools/qpid-proton-0.4/examples/messenger/c/CMakeLists.txt
4> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\CMakeFiles\generate.stamp is up-to-date.
6> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\examples\messenger\c\CMakeFiles\generate.stamp is up-to-date.
5> Building Custom Rule C:/devtools/qpid-proton-0.4/examples/messenger/c/CMakeLists.txt
5> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\examples\messenger\c\CMakeFiles\generate.stamp is up-to-date.
3> proton.c
4> proton-dump.c
6> send.c
5> recv.c
3>c:\devtools\qpid-proton-0.4\proton-c\wincompat\internal/getopt.c(143): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
3> C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\stdlib.h(449) : see declaration of 'getenv'
4>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
6>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
5>C:\devtools\qpid-proton-0.4\proton-c\include\proton/codec.h(28): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
3>C:\devtools\qpid-proton-0.4\proton-c\include\proton/engine.h(27): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
7>------ Build started: Project: ALL_BUILD, Configuration: RelWithDebInfo Win32 ------
7> Building Custom Rule C:/devtools/qpid-proton-0.4/proton-c/CMakeLists.txt
7> CMake does not need to re-run because C:\devtools\qpid-proton-0.4\proton-c\build\CMakeFiles\generate.stamp is up-to-date.
7> Build all projects
========== Build: 2 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment