Commit 8d19ba6f by songxinkai

~

parent ef0b55dd
cmake_minimum_required (VERSION 3.1)
set (CMAKE_CXX_COMPILER "/home/songxinkai/user/local/bin/g++")
project (test_0)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -g -O0")
set(protobuf_exec "/home/songxinkai/protobuf-3.11.2/build/bin/protoc")
set(protobuf_include_dir "/home/songxinkai/protobuf-3.11.2/build")
set(protobuf_library "/home/songxinkai/protobuf-3.11.2/build/lib/libprotobuf.so")
# set(eden_include "eden.ph.h")
# set(eden_src "eden.pb.cc")
# add_custom_command(OUTPUT eden_include eden_src
# COMMAND "protoc eden.proto --cpp_out=."
# )
#
# message("=========== ===========")
# message("${eden_include} ${eden_src}")
# message("=========== ===========")
set(test_src "${PROJECT_SOURCE_DIR}/test_0.cpp")
set(eden_src "${PROJECT_SOURCE_DIR}/eden.pb.cc")
add_executable(test "${test_src}" "${eden_src}")
include_directories("${protobuf_include_dir}" "${PROJECT_SOURCE_DIR}")
target_link_libraries(test "${protobuf_library}")
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: eden.proto
#include "eden.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
namespace eden {
class pigsDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<pigs> _instance;
} _pigs_default_instance_;
} // namespace eden
static void InitDefaultsscc_info_pigs_eden_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::eden::_pigs_default_instance_;
new (ptr) ::eden::pigs();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::eden::pigs::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_pigs_eden_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_pigs_eden_2eproto}, {}};
static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_eden_2eproto[1];
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const** file_level_enum_descriptors_eden_2eproto = nullptr;
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_eden_2eproto = nullptr;
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_eden_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::eden::pigs, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::eden::pigs, count_),
PROTOBUF_FIELD_OFFSET(::eden::pigs, speed_),
PROTOBUF_FIELD_OFFSET(::eden::pigs, sight_),
};
static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
{ 0, -1, sizeof(::eden::pigs)},
};
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::eden::_pigs_default_instance_),
};
const char descriptor_table_protodef_eden_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
"\n\neden.proto\022\004eden\"3\n\004pigs\022\r\n\005count\030\001 \001("
"\005\022\r\n\005speed\030\002 \001(\002\022\r\n\005sight\030\003 \001(\002b\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_eden_2eproto_deps[1] = {
};
static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_eden_2eproto_sccs[1] = {
&scc_info_pigs_eden_2eproto.base,
};
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_eden_2eproto_once;
static bool descriptor_table_eden_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_eden_2eproto = {
&descriptor_table_eden_2eproto_initialized, descriptor_table_protodef_eden_2eproto, "eden.proto", 79,
&descriptor_table_eden_2eproto_once, descriptor_table_eden_2eproto_sccs, descriptor_table_eden_2eproto_deps, 1, 0,
schemas, file_default_instances, TableStruct_eden_2eproto::offsets,
file_level_metadata_eden_2eproto, 1, file_level_enum_descriptors_eden_2eproto, file_level_service_descriptors_eden_2eproto,
};
// Force running AddDescriptors() at dynamic initialization time.
static bool dynamic_init_dummy_eden_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_eden_2eproto), true);
namespace eden {
// ===================================================================
void pigs::InitAsDefaultInstance() {
}
class pigs::_Internal {
public:
};
pigs::pigs()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:eden.pigs)
}
pigs::pigs(const pigs& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
::memcpy(&count_, &from.count_,
static_cast<size_t>(reinterpret_cast<char*>(&sight_) -
reinterpret_cast<char*>(&count_)) + sizeof(sight_));
// @@protoc_insertion_point(copy_constructor:eden.pigs)
}
void pigs::SharedCtor() {
::memset(&count_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&sight_) -
reinterpret_cast<char*>(&count_)) + sizeof(sight_));
}
pigs::~pigs() {
// @@protoc_insertion_point(destructor:eden.pigs)
SharedDtor();
}
void pigs::SharedDtor() {
}
void pigs::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const pigs& pigs::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_pigs_eden_2eproto.base);
return *internal_default_instance();
}
void pigs::Clear() {
// @@protoc_insertion_point(message_clear_start:eden.pigs)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
::memset(&count_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&sight_) -
reinterpret_cast<char*>(&count_)) + sizeof(sight_));
_internal_metadata_.Clear();
}
const char* pigs::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// int32 count = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
count_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// float speed = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 21)) {
speed_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
ptr += sizeof(float);
} else goto handle_unusual;
continue;
// float sight = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 29)) {
sight_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
ptr += sizeof(float);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
::PROTOBUF_NAMESPACE_ID::uint8* pigs::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:eden.pigs)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int32 count = 1;
if (this->count() != 0) {
target = stream->EnsureSpace(target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(1, this->_internal_count(), target);
}
// float speed = 2;
if (!(this->speed() <= 0 && this->speed() >= 0)) {
target = stream->EnsureSpace(target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(2, this->_internal_speed(), target);
}
// float sight = 3;
if (!(this->sight() <= 0 && this->sight() >= 0)) {
target = stream->EnsureSpace(target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(3, this->_internal_sight(), target);
}
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target, stream);
}
// @@protoc_insertion_point(serialize_to_array_end:eden.pigs)
return target;
}
size_t pigs::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:eden.pigs)
size_t total_size = 0;
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// int32 count = 1;
if (this->count() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->_internal_count());
}
// float speed = 2;
if (!(this->speed() <= 0 && this->speed() >= 0)) {
total_size += 1 + 4;
}
// float sight = 3;
if (!(this->sight() <= 0 && this->sight() >= 0)) {
total_size += 1 + 4;
}
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize(
_internal_metadata_, total_size, &_cached_size_);
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void pigs::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:eden.pigs)
GOOGLE_DCHECK_NE(&from, this);
const pigs* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<pigs>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:eden.pigs)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:eden.pigs)
MergeFrom(*source);
}
}
void pigs::MergeFrom(const pigs& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:eden.pigs)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.count() != 0) {
_internal_set_count(from._internal_count());
}
if (!(from.speed() <= 0 && from.speed() >= 0)) {
_internal_set_speed(from._internal_speed());
}
if (!(from.sight() <= 0 && from.sight() >= 0)) {
_internal_set_sight(from._internal_sight());
}
}
void pigs::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:eden.pigs)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void pigs::CopyFrom(const pigs& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:eden.pigs)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool pigs::IsInitialized() const {
return true;
}
void pigs::InternalSwap(pigs* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(count_, other->count_);
swap(speed_, other->speed_);
swap(sight_, other->sight_);
}
::PROTOBUF_NAMESPACE_ID::Metadata pigs::GetMetadata() const {
return GetMetadataStatic();
}
// @@protoc_insertion_point(namespace_scope)
} // namespace eden
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::eden::pigs* Arena::CreateMaybeMessage< ::eden::pigs >(Arena* arena) {
return Arena::CreateInternal< ::eden::pigs >(arena);
}
PROTOBUF_NAMESPACE_CLOSE
// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: eden.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_eden_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_eden_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3011000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3011002 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h> // IWYU pragma: export
#include <google/protobuf/extension_set.h> // IWYU pragma: export
#include <google/protobuf/unknown_field_set.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_eden_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
} // namespace internal
PROTOBUF_NAMESPACE_CLOSE
// Internal implementation detail -- do not use these members.
struct TableStruct_eden_2eproto {
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
};
extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_eden_2eproto;
namespace eden {
class pigs;
class pigsDefaultTypeInternal;
extern pigsDefaultTypeInternal _pigs_default_instance_;
} // namespace eden
PROTOBUF_NAMESPACE_OPEN
template<> ::eden::pigs* Arena::CreateMaybeMessage<::eden::pigs>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace eden {
// ===================================================================
class pigs :
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:eden.pigs) */ {
public:
pigs();
virtual ~pigs();
pigs(const pigs& from);
pigs(pigs&& from) noexcept
: pigs() {
*this = ::std::move(from);
}
inline pigs& operator=(const pigs& from) {
CopyFrom(from);
return *this;
}
inline pigs& operator=(pigs&& from) noexcept {
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
if (this != &from) InternalSwap(&from);
} else {
CopyFrom(from);
}
return *this;
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
return GetDescriptor();
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
return GetMetadataStatic().descriptor;
}
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
return GetMetadataStatic().reflection;
}
static const pigs& default_instance();
static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
static inline const pigs* internal_default_instance() {
return reinterpret_cast<const pigs*>(
&_pigs_default_instance_);
}
static constexpr int kIndexInFileMessages =
0;
friend void swap(pigs& a, pigs& b) {
a.Swap(&b);
}
inline void Swap(pigs* other) {
if (other == this) return;
InternalSwap(other);
}
// implements Message ----------------------------------------------
inline pigs* New() const final {
return CreateMaybeMessage<pigs>(nullptr);
}
pigs* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
return CreateMaybeMessage<pigs>(arena);
}
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void CopyFrom(const pigs& from);
void MergeFrom(const pigs& from);
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
bool IsInitialized() const final;
size_t ByteSizeLong() const final;
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
int GetCachedSize() const final { return _cached_size_.Get(); }
private:
inline void SharedCtor();
inline void SharedDtor();
void SetCachedSize(int size) const final;
void InternalSwap(pigs* other);
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
return "eden.pigs";
}
private:
inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
return nullptr;
}
inline void* MaybeArenaPtr() const {
return nullptr;
}
public:
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
private:
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_eden_2eproto);
return ::descriptor_table_eden_2eproto.file_level_metadata[kIndexInFileMessages];
}
public:
// nested types ----------------------------------------------------
// accessors -------------------------------------------------------
enum : int {
kCountFieldNumber = 1,
kSpeedFieldNumber = 2,
kSightFieldNumber = 3,
};
// int32 count = 1;
void clear_count();
::PROTOBUF_NAMESPACE_ID::int32 count() const;
void set_count(::PROTOBUF_NAMESPACE_ID::int32 value);
private:
::PROTOBUF_NAMESPACE_ID::int32 _internal_count() const;
void _internal_set_count(::PROTOBUF_NAMESPACE_ID::int32 value);
public:
// float speed = 2;
void clear_speed();
float speed() const;
void set_speed(float value);
private:
float _internal_speed() const;
void _internal_set_speed(float value);
public:
// float sight = 3;
void clear_sight();
float sight() const;
void set_sight(float value);
private:
float _internal_sight() const;
void _internal_set_sight(float value);
public:
// @@protoc_insertion_point(class_scope:eden.pigs)
private:
class _Internal;
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
::PROTOBUF_NAMESPACE_ID::int32 count_;
float speed_;
float sight_;
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
friend struct ::TableStruct_eden_2eproto;
};
// ===================================================================
// ===================================================================
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif // __GNUC__
// pigs
// int32 count = 1;
inline void pigs::clear_count() {
count_ = 0;
}
inline ::PROTOBUF_NAMESPACE_ID::int32 pigs::_internal_count() const {
return count_;
}
inline ::PROTOBUF_NAMESPACE_ID::int32 pigs::count() const {
// @@protoc_insertion_point(field_get:eden.pigs.count)
return _internal_count();
}
inline void pigs::_internal_set_count(::PROTOBUF_NAMESPACE_ID::int32 value) {
count_ = value;
}
inline void pigs::set_count(::PROTOBUF_NAMESPACE_ID::int32 value) {
_internal_set_count(value);
// @@protoc_insertion_point(field_set:eden.pigs.count)
}
// float speed = 2;
inline void pigs::clear_speed() {
speed_ = 0;
}
inline float pigs::_internal_speed() const {
return speed_;
}
inline float pigs::speed() const {
// @@protoc_insertion_point(field_get:eden.pigs.speed)
return _internal_speed();
}
inline void pigs::_internal_set_speed(float value) {
speed_ = value;
}
inline void pigs::set_speed(float value) {
_internal_set_speed(value);
// @@protoc_insertion_point(field_set:eden.pigs.speed)
}
// float sight = 3;
inline void pigs::clear_sight() {
sight_ = 0;
}
inline float pigs::_internal_sight() const {
return sight_;
}
inline float pigs::sight() const {
// @@protoc_insertion_point(field_get:eden.pigs.sight)
return _internal_sight();
}
inline void pigs::_internal_set_sight(float value) {
sight_ = value;
}
inline void pigs::set_sight(float value) {
_internal_set_sight(value);
// @@protoc_insertion_point(field_set:eden.pigs.sight)
}
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif // __GNUC__
// @@protoc_insertion_point(namespace_scope)
} // namespace eden
// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>
#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_eden_2eproto
syntax = "proto3";
package eden;
message pigs{
int32 count = 1;
float speed = 2;
float sight = 3;
}
#include <iostream>
#include "eden.ph.h"
using namespace std;
int main(){
return 0;
}
...@@ -4,4 +4,4 @@ project(helloworld) ...@@ -4,4 +4,4 @@ project(helloworld)
set (helloworld_version_major 1) set (helloworld_version_major 1)
set (helloworld_version_minor 0) set (helloworld_version_minor 0)
add_executable(helloworld main.cpp) add_executable(helloworld "main.cpp")
...@@ -28,33 +28,33 @@ The CXX compiler identification is GNU, found in "/home/songxinkai/mytests/cmake ...@@ -28,33 +28,33 @@ The CXX compiler identification is GNU, found in "/home/songxinkai/mytests/cmake
Determining if the C compiler works passed with the following output: Determining if the C compiler works passed with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_6ec1c/fast Run Build Command(s):/usr/bin/gmake cmTC_a7890/fast
/usr/bin/gmake -f CMakeFiles/cmTC_6ec1c.dir/build.make CMakeFiles/cmTC_6ec1c.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_a7890.dir/build.make CMakeFiles/cmTC_a7890.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6ec1c.dir/testCCompiler.c.o Building C object CMakeFiles/cmTC_a7890.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_6ec1c.dir/testCCompiler.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp/testCCompiler.c /usr/bin/cc -o CMakeFiles/cmTC_a7890.dir/testCCompiler.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_6ec1c Linking C executable cmTC_a7890
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_6ec1c.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_a7890.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_6ec1c.dir/testCCompiler.c.o -o cmTC_6ec1c /usr/bin/cc CMakeFiles/cmTC_a7890.dir/testCCompiler.c.o -o cmTC_a7890
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output: Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_a5466/fast Run Build Command(s):/usr/bin/gmake cmTC_87a0d/fast
/usr/bin/gmake -f CMakeFiles/cmTC_a5466.dir/build.make CMakeFiles/cmTC_a5466.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_87a0d.dir/build.make CMakeFiles/cmTC_87a0d.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o Building C object CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -v -o CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake3/Modules/CMakeCCompilerABI.c /usr/bin/cc -v -o CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake3/Modules/CMakeCCompilerABI.c
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/cc COLLECT_GCC=/usr/bin/cc
Target: x86_64-redhat-linux Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /usr/share/cmake3/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc72vA0R.s /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /usr/share/cmake3/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc3POdNv.s
GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux) GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
...@@ -70,15 +70,15 @@ GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux) ...@@ -70,15 +70,15 @@ GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: edd9a53947039836c859e437e8c9af72 Compiler executable checksum: edd9a53947039836c859e437e8c9af72
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o /tmp/cc72vA0R.s as -v --64 -o CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o /tmp/cc3POdNv.s
GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
Linking C executable cmTC_a5466 Linking C executable cmTC_87a0d
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_a5466.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_87a0d.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -o cmTC_a5466 /usr/bin/cc -v CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -o cmTC_87a0d
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/cc COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
...@@ -88,8 +88,8 @@ Thread model: posix ...@@ -88,8 +88,8 @@ Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a5466' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_87a0d' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a5466 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_87a0d /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -110,19 +110,19 @@ Parsed C implicit link information from above output: ...@@ -110,19 +110,19 @@ Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp] ignore line: [Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp]
ignore line: [] ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_a5466/fast ] ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_87a0d/fast ]
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_a5466.dir/build.make CMakeFiles/cmTC_a5466.dir/build] ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_87a0d.dir/build.make CMakeFiles/cmTC_87a0d.dir/build]
ignore line: [gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'] ignore line: [gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o] ignore line: [Building C object CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake3/Modules/CMakeCCompilerABI.c] ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake3/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [Target: x86_64-redhat-linux] ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux] ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix] ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /usr/share/cmake3/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc72vA0R.s] ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /usr/share/cmake3/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc3POdNv.s]
ignore line: [GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)] ignore line: [GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)]
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
...@@ -138,15 +138,15 @@ Parsed C implicit link information from above output: ...@@ -138,15 +138,15 @@ Parsed C implicit link information from above output:
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: edd9a53947039836c859e437e8c9af72] ignore line: [Compiler executable checksum: edd9a53947039836c859e437e8c9af72]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o /tmp/cc72vA0R.s] ignore line: [ as -v --64 -o CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o /tmp/cc3POdNv.s]
ignore line: [GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 ] ignore line: [GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [Linking C executable cmTC_a5466] ignore line: [Linking C executable cmTC_87a0d]
ignore line: [/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_a5466.dir/link.txt --verbose=1] ignore line: [/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_87a0d.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -o cmTC_a5466 ] ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -o cmTC_87a0d ]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper] ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
...@@ -156,8 +156,8 @@ Parsed C implicit link information from above output: ...@@ -156,8 +156,8 @@ Parsed C implicit link information from above output:
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a5466' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_87a0d' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a5466 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_87a0d /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore arg [--no-add-needed] ==> ignore
...@@ -168,7 +168,7 @@ Parsed C implicit link information from above output: ...@@ -168,7 +168,7 @@ Parsed C implicit link information from above output:
arg [-dynamic-linker] ==> ignore arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore arg [-o] ==> ignore
arg [cmTC_a5466] ==> ignore arg [cmTC_87a0d] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore
...@@ -177,7 +177,7 @@ Parsed C implicit link information from above output: ...@@ -177,7 +177,7 @@ Parsed C implicit link information from above output:
arg [-L/lib/../lib64] ==> dir [/lib/../lib64] arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_a5466.dir/CMakeCCompilerABI.c.o] ==> ignore arg [CMakeFiles/cmTC_87a0d.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc] arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s] arg [-lgcc_s] ==> lib [gcc_s]
...@@ -204,14 +204,14 @@ Parsed C implicit link information from above output: ...@@ -204,14 +204,14 @@ Parsed C implicit link information from above output:
Detecting C [-std=c11] compiler features compiled with the following output: Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_7bbf4/fast Run Build Command(s):/usr/bin/gmake cmTC_0f797/fast
/usr/bin/gmake -f CMakeFiles/cmTC_7bbf4.dir/build.make CMakeFiles/cmTC_7bbf4.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_0f797.dir/build.make CMakeFiles/cmTC_0f797.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7bbf4.dir/feature_tests.c.o Building C object CMakeFiles/cmTC_0f797.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_7bbf4.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_0f797.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_7bbf4 Linking C executable cmTC_0f797
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_7bbf4.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_0f797.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_7bbf4.dir/feature_tests.c.o -o cmTC_7bbf4 /usr/bin/cc CMakeFiles/cmTC_0f797.dir/feature_tests.c.o -o cmTC_0f797
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -224,14 +224,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake ...@@ -224,14 +224,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake
Detecting C [-std=c99] compiler features compiled with the following output: Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_703f7/fast Run Build Command(s):/usr/bin/gmake cmTC_fea6a/fast
/usr/bin/gmake -f CMakeFiles/cmTC_703f7.dir/build.make CMakeFiles/cmTC_703f7.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_fea6a.dir/build.make CMakeFiles/cmTC_fea6a.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_703f7.dir/feature_tests.c.o Building C object CMakeFiles/cmTC_fea6a.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_703f7.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_fea6a.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_703f7 Linking C executable cmTC_fea6a
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_703f7.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_fea6a.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_703f7.dir/feature_tests.c.o -o cmTC_703f7 /usr/bin/cc CMakeFiles/cmTC_fea6a.dir/feature_tests.c.o -o cmTC_fea6a
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -244,14 +244,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake ...@@ -244,14 +244,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake
Detecting C [-std=c90] compiler features compiled with the following output: Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_e6221/fast Run Build Command(s):/usr/bin/gmake cmTC_144a8/fast
/usr/bin/gmake -f CMakeFiles/cmTC_e6221.dir/build.make CMakeFiles/cmTC_e6221.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_144a8.dir/build.make CMakeFiles/cmTC_144a8.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e6221.dir/feature_tests.c.o Building C object CMakeFiles/cmTC_144a8.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_e6221.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_144a8.dir/feature_tests.c.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_e6221 Linking C executable cmTC_144a8
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_e6221.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_144a8.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e6221.dir/feature_tests.c.o -o cmTC_e6221 /usr/bin/cc CMakeFiles/cmTC_144a8.dir/feature_tests.c.o -o cmTC_144a8
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -262,33 +262,33 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake ...@@ -262,33 +262,33 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake
Determining if the CXX compiler works passed with the following output: Determining if the CXX compiler works passed with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_22b46/fast Run Build Command(s):/usr/bin/gmake cmTC_4449b/fast
/usr/bin/gmake -f CMakeFiles/cmTC_22b46.dir/build.make CMakeFiles/cmTC_22b46.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_4449b.dir/build.make CMakeFiles/cmTC_4449b.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_22b46.dir/testCXXCompiler.cxx.o Building CXX object CMakeFiles/cmTC_4449b.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_22b46.dir/testCXXCompiler.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx /usr/bin/c++ -o CMakeFiles/cmTC_4449b.dir/testCXXCompiler.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_22b46 Linking CXX executable cmTC_4449b
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_22b46.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_4449b.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_22b46.dir/testCXXCompiler.cxx.o -o cmTC_22b46 /usr/bin/c++ CMakeFiles/cmTC_4449b.dir/testCXXCompiler.cxx.o -o cmTC_4449b
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output: Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_f5bfd/fast Run Build Command(s):/usr/bin/gmake cmTC_90281/fast
/usr/bin/gmake -f CMakeFiles/cmTC_f5bfd.dir/build.make CMakeFiles/cmTC_f5bfd.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_90281.dir/build.make CMakeFiles/cmTC_90281.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o Building CXX object CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -v -o CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp /usr/bin/c++ -v -o CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/c++ COLLECT_GCC=/usr/bin/c++
Target: x86_64-redhat-linux Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccggwgZ1.s /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccNErkgF.s
GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux) GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
...@@ -307,15 +307,15 @@ GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux) ...@@ -307,15 +307,15 @@ GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0b3d22846f8ec00d42314b8d2d71514a Compiler executable checksum: 0b3d22846f8ec00d42314b8d2d71514a
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccggwgZ1.s as -v --64 -o CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccNErkgF.s
GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Linking CXX executable cmTC_f5bfd Linking CXX executable cmTC_90281
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_f5bfd.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_90281.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5bfd /usr/bin/c++ -v CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_90281
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/c++ COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
...@@ -325,8 +325,8 @@ Thread model: posix ...@@ -325,8 +325,8 @@ Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5bfd' '-shared-libgcc' '-mtune=generic' '-march=x86-64' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_90281' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f5bfd /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_90281 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -353,19 +353,19 @@ Parsed CXX implicit link information from above output: ...@@ -353,19 +353,19 @@ Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp] ignore line: [Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp]
ignore line: [] ignore line: []
ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_f5bfd/fast ] ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_90281/fast ]
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_f5bfd.dir/build.make CMakeFiles/cmTC_f5bfd.dir/build] ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_90281.dir/build.make CMakeFiles/cmTC_90281.dir/build]
ignore line: [gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'] ignore line: [gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [Building CXX object CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp] ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++] ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [Target: x86_64-redhat-linux] ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux] ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix] ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccggwgZ1.s] ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccNErkgF.s]
ignore line: [GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)] ignore line: [GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-39) (x86_64-redhat-linux)]
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
...@@ -384,15 +384,15 @@ Parsed CXX implicit link information from above output: ...@@ -384,15 +384,15 @@ Parsed CXX implicit link information from above output:
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-39), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 0b3d22846f8ec00d42314b8d2d71514a] ignore line: [Compiler executable checksum: 0b3d22846f8ec00d42314b8d2d71514a]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccggwgZ1.s] ignore line: [ as -v --64 -o CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccNErkgF.s]
ignore line: [GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 ] ignore line: [GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [Linking CXX executable cmTC_f5bfd] ignore line: [Linking CXX executable cmTC_90281]
ignore line: [/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_f5bfd.dir/link.txt --verbose=1] ignore line: [/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_90281.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5bfd ] ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_90281 ]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++] ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper] ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
...@@ -402,8 +402,8 @@ Parsed CXX implicit link information from above output: ...@@ -402,8 +402,8 @@ Parsed CXX implicit link information from above output:
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5bfd' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_90281' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f5bfd /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_90281 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore arg [--no-add-needed] ==> ignore
...@@ -414,7 +414,7 @@ Parsed CXX implicit link information from above output: ...@@ -414,7 +414,7 @@ Parsed CXX implicit link information from above output:
arg [-dynamic-linker] ==> ignore arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore arg [-o] ==> ignore
arg [cmTC_f5bfd] ==> ignore arg [cmTC_90281] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore
...@@ -423,7 +423,7 @@ Parsed CXX implicit link information from above output: ...@@ -423,7 +423,7 @@ Parsed CXX implicit link information from above output:
arg [-L/lib/../lib64] ==> dir [/lib/../lib64] arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_f5bfd.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [CMakeFiles/cmTC_90281.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++] arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m] arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s] arg [-lgcc_s] ==> lib [gcc_s]
...@@ -448,14 +448,14 @@ Parsed CXX implicit link information from above output: ...@@ -448,14 +448,14 @@ Parsed CXX implicit link information from above output:
Detecting CXX [-std=c++1y] compiler features compiled with the following output: Detecting CXX [-std=c++1y] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_2e5f0/fast Run Build Command(s):/usr/bin/gmake cmTC_8301b/fast
/usr/bin/gmake -f CMakeFiles/cmTC_2e5f0.dir/build.make CMakeFiles/cmTC_2e5f0.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_8301b.dir/build.make CMakeFiles/cmTC_8301b.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2e5f0.dir/feature_tests.cxx.o Building CXX object CMakeFiles/cmTC_8301b.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_2e5f0.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx /usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_8301b.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2e5f0 Linking CXX executable cmTC_8301b
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_2e5f0.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_8301b.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_2e5f0.dir/feature_tests.cxx.o -o cmTC_2e5f0 /usr/bin/c++ CMakeFiles/cmTC_8301b.dir/feature_tests.cxx.o -o cmTC_8301b
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -521,14 +521,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake ...@@ -521,14 +521,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake
Detecting CXX [-std=c++11] compiler features compiled with the following output: Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_ea19b/fast Run Build Command(s):/usr/bin/gmake cmTC_195ab/fast
/usr/bin/gmake -f CMakeFiles/cmTC_ea19b.dir/build.make CMakeFiles/cmTC_ea19b.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_195ab.dir/build.make CMakeFiles/cmTC_195ab.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ea19b.dir/feature_tests.cxx.o Building CXX object CMakeFiles/cmTC_195ab.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_ea19b.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_195ab.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_ea19b Linking CXX executable cmTC_195ab
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_ea19b.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_195ab.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_ea19b.dir/feature_tests.cxx.o -o cmTC_ea19b /usr/bin/c++ CMakeFiles/cmTC_195ab.dir/feature_tests.cxx.o -o cmTC_195ab
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
...@@ -594,14 +594,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake ...@@ -594,14 +594,14 @@ gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMake
Detecting CXX [-std=c++98] compiler features compiled with the following output: Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp Change Dir: /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_87fd2/fast Run Build Command(s):/usr/bin/gmake cmTC_dfd88/fast
/usr/bin/gmake -f CMakeFiles/cmTC_87fd2.dir/build.make CMakeFiles/cmTC_87fd2.dir/build /usr/bin/gmake -f CMakeFiles/cmTC_dfd88.dir/build.make CMakeFiles/cmTC_dfd88.dir/build
gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Entering directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_87fd2.dir/feature_tests.cxx.o Building CXX object CMakeFiles/cmTC_dfd88.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_87fd2.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_dfd88.dir/feature_tests.cxx.o -c /home/songxinkai/mytests/cmake/project0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_87fd2 Linking CXX executable cmTC_dfd88
/usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_87fd2.dir/link.txt --verbose=1 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_dfd88.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_87fd2.dir/feature_tests.cxx.o -o cmTC_87fd2 /usr/bin/c++ CMakeFiles/cmTC_dfd88.dir/feature_tests.cxx.o -o cmTC_dfd88
gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory `/home/songxinkai/mytests/cmake/project0/build/CMakeFiles/CMakeTmp'
......
...@@ -11,20 +11,88 @@ set(CMAKE_MAKEFILE_DEPENDS ...@@ -11,20 +11,88 @@ set(CMAKE_MAKEFILE_DEPENDS
"CMakeFiles/3.14.6/CMakeCCompiler.cmake" "CMakeFiles/3.14.6/CMakeCCompiler.cmake"
"CMakeFiles/3.14.6/CMakeCXXCompiler.cmake" "CMakeFiles/3.14.6/CMakeCXXCompiler.cmake"
"CMakeFiles/3.14.6/CMakeSystem.cmake" "CMakeFiles/3.14.6/CMakeSystem.cmake"
"CMakeFiles/feature_tests.c"
"CMakeFiles/feature_tests.cxx"
"/usr/share/cmake3/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake3/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake3/Modules/CMakeCInformation.cmake" "/usr/share/cmake3/Modules/CMakeCInformation.cmake"
"/usr/share/cmake3/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake3/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake3/Modules/CMakeCXXInformation.cmake" "/usr/share/cmake3/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" "/usr/share/cmake3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake3/Modules/CMakeCommonLanguageInclude.cmake" "/usr/share/cmake3/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake3/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake3/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake3/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake3/Modules/CMakeGenericSystem.cmake" "/usr/share/cmake3/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake3/Modules/CMakeInitializeConfigs.cmake" "/usr/share/cmake3/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake3/Modules/CMakeLanguageInformation.cmake" "/usr/share/cmake3/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake3/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/usr/share/cmake3/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake3/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake3/Modules/CMakeSystemSpecificInformation.cmake" "/usr/share/cmake3/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake3/Modules/CMakeSystemSpecificInitialize.cmake" "/usr/share/cmake3/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake3/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake3/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake3/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake3/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake3/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/CMakeCommonCompilerMacros.cmake" "/usr/share/cmake3/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake3/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake3/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-C-FeatureTests.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-C.cmake" "/usr/share/cmake3/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-CXX.cmake" "/usr/share/cmake3/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake3/Modules/Compiler/GNU.cmake" "/usr/share/cmake3/Modules/Compiler/GNU.cmake"
"/usr/share/cmake3/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake3/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake3/Modules/Internal/CMakeCheckCompilerFlag.cmake" "/usr/share/cmake3/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/usr/share/cmake3/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake3/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake3/Modules/Platform/Linux-GNU-C.cmake" "/usr/share/cmake3/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake3/Modules/Platform/Linux-GNU-CXX.cmake" "/usr/share/cmake3/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake3/Modules/Platform/Linux-GNU.cmake" "/usr/share/cmake3/Modules/Platform/Linux-GNU.cmake"
...@@ -40,6 +108,11 @@ set(CMAKE_MAKEFILE_OUTPUTS ...@@ -40,6 +108,11 @@ set(CMAKE_MAKEFILE_OUTPUTS
# Byproducts of CMake generate step: # Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.14.6/CMakeSystem.cmake"
"CMakeFiles/3.14.6/CMakeCCompiler.cmake"
"CMakeFiles/3.14.6/CMakeCXXCompiler.cmake"
"CMakeFiles/3.14.6/CMakeCCompiler.cmake"
"CMakeFiles/3.14.6/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake" "CMakeFiles/CMakeDirectoryInformation.cmake"
) )
......
...@@ -6,6 +6,9 @@ if sys.version_info.major == 2: ...@@ -6,6 +6,9 @@ if sys.version_info.major == 2:
else: else:
import tkinter as tk # python3 import tkinter as tk # python3
def add_count():
root = tk.Tk() root = tk.Tk()
li = ['C','python','php','html','SQL','java'] li = ['C','python','php','html','SQL','java']
movie = ['CSS','jQuery','Bootstrap'] movie = ['CSS','jQuery','Bootstrap']
...@@ -17,6 +20,11 @@ for item in li: # 第一个小部件插入数据 ...@@ -17,6 +20,11 @@ for item in li: # 第一个小部件插入数据
for item in movie: # 第二个小部件插入数据 for item in movie: # 第二个小部件插入数据
listb2.insert(0,item) listb2.insert(0,item)
label = tk.
label.pack()
listb.pack() # 将小部件放置到主窗口中 listb.pack() # 将小部件放置到主窗口中
listb2.pack() listb2.pack()
root.
root.after(1000, )
root.mainloop() root.mainloop()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment