nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

compile issues #5

Closed swq-1993 closed 7 years ago

swq-1993 commented 7 years ago

I compiled the code in linux system,I follow the Usage , but I met some problem, I want to know your compiler and it's version, I use gcc-4.9, it reports "/projects/NISwGSP_Stitching/Stitching/../Mesh/../Feature/../Mesh/Mesh2D.h:36:17: error: ‘class std::vector’ has no member named ‘emplace_back’",it looks like the compiler issue , would you have linux version or can you tell me you compiler and it's version,Thanks!

nothinglo commented 7 years ago

Hi,

I added my compile information as below:

GCC_VRSION is Apple LLVM 6.0

GCC_C_LANGUAGE_STANDARD = GNU99 [-std=gnu99]
CLANG_CXX_LANGUAGE_STANDARD = GNU++14 [-std=gnu++14]
CLANG_CXX_LIBRARY = libc++ (LLVM C++ standard library with C++11 support)

Thanks!