error

error: #error This file requires compiler and library support for the ISO C++ 2011 standard

I would like to use #include <unordered_set> in my cpp coding, but it show error when I compile. error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. Solution Before you compile, or run do this first. cmake CMakeLists.txt Then add this in your CMakeList.txt file SET(CMAKE_CXX_FLAGS “-std=c++11 -O3”) Then try to compile again. Good Luck.

error: #error This file requires compiler and library support for the ISO C++ 2011 standard Read More »

ERROR: IITC failed to extract the required parameters from the intel site

I’ve got the error by using IITC for Ingress today IITC failed to extract the required parameters from the intel site This can happen after Niantic update the standard intel site. A fix will be needed from the IITC developers. Reference: https://github.com/dwinss/ingress-intel-total-conversion/commit/26c7616d0f8e070451e455e70003c47f1bb279a2 Click the Tampermonkey Button at the Top Right of your Google Browser Click

ERROR: IITC failed to extract the required parameters from the intel site Read More »

invalid object in plist for destination format

Error: invalid object in plist for destination format When you convert the .plist file to json, you could see this problem plutil -convert json -e json ./filename.plist ./filename.plist: invalid object in plist for destination format Solution Remove the key and date using any editor, then re convert again. <key>some text</key> <date>2013-06-20T15:31:58Z</date> Note: github.com

invalid object in plist for destination format Read More »