{"id":883,"date":"2015-06-10T20:02:41","date_gmt":"2015-06-11T05:02:41","guid":{"rendered":"http:\/\/blog.box.kr\/?p=883"},"modified":"2015-06-10T20:02:41","modified_gmt":"2015-06-11T05:02:41","slug":"how-to-make-debug-build-on-cmake","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=883","title":{"rendered":"how to make debug build on cmake"},"content":{"rendered":"<p>cmake -DCMAKE_BUILD_TYPE:STRING=Debug<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>cmake -DCMAKE_BUILD_TYPE:STRING=Debug &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[10],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-ef","jetpack-related-posts":[{"id":1181,"url":"https:\/\/blog.box.kr\/?p=1181","url_meta":{"origin":883,"position":0},"title":"C++ Development using Visual Studio Code, CMake and LLDB","date":"2017-04-14","format":false,"excerpt":"this article are captured as \"https:\/\/medium.com\/audelabs\/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563\" \u00a0 I\u2019ve been working for almost a year implementing micro-services on C++11 running as Docker containers. Through my journey I\u2019ve seen to emerge quite a bunch of interesting tools to work with C++ on this field (micro-services and Docker). I started using Xcode on\u2026","rel":"","context":"In &quot;VSC&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":890,"url":"https:\/\/blog.box.kr\/?p=890","url_meta":{"origin":883,"position":1},"title":"CMAKE compile options and etc options","date":"2015-06-11","format":false,"excerpt":"cmake -G \"Unix Makefiles\" -DCMAKE_INSTALL_PREFIX=`pwd`\/install -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_C_COMPILER=`xcrun -f clang` -DCMAKE_CXX_COMPILER=`xcrun -f clang++` -DwxWidgets_CONFIG_EXECUTABLE=..\/..\/..\/wxWidgets\/install\/bin\/wx-config -DwxWidgets_COMPONENTS=\"stc;html;aui;adv;core;net;base\" -DwxLuaBind_COMPONENTS=\"stc;html;aui;adv;core;net;base\" -DwxLua_LUA_LIBRARY_USE_BUILTIN=FALSE -DwxLua_LUA_LIBRARY_VERSION=5.2 -DBUILD_USE_PRECOMPILED_HEADERS=FALSE -DCMAKE_CXX_FLAGS='-std=c++11 -stdlib=libc++ -Wno-c++11-narrowing' -DwxLua_LUA_LIBRARY_USE_BUILTIN=TRUE -DwxLua_LUA_LIBRARY_BUILD_SHARED=TRUE \u00a0 fin.","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":899,"url":"https:\/\/blog.box.kr\/?p=899","url_meta":{"origin":883,"position":2},"title":"Cassandra cpp driver install","date":"2015-06-16","format":false,"excerpt":"http:\/\/datastax.github.io\/cpp-driver\/topics\/building\/ \u00a0 Building Supported Platforms The driver is known to work on CentOS\/RHEL 5\/6\/7, Mac OS X 10.8\/10.9 (Mavericks and Yosemite), Ubuntu 12.04\/14.04 LTS, and Windows 7 SP1. It has been built using GCC 4.1.2+, Clang 3.4+, and MSVC 2010\/2012\/2013. Dependencies Driver CMake libuv (1.x or 0.10.x) OpenSSL (optional) NOTE:\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1125,"url":"https:\/\/blog.box.kr\/?p=1125","url_meta":{"origin":883,"position":3},"title":"POCO \uc0ac\uc6a9\ud560\ub54c &#8220;error C3861: &#8216;CreateEvent&#8217; : identifier not found&#8221;.  \uc624\ub958 \ubc1c\uc0dd.","date":"2016-07-20","format":false,"excerpt":"POCO \ub77c\uc774\ube0c\ub7ec\ub9ac \uc0ac\uc6a9\ud558\uba74\uc11c CreateEvent \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \"error C3861: 'CreateEvent' : identifier not found\". \u00a0 \uc774\ub7f0 \uc624\ub958\uac00 \ubc1c\uc0dd \ud568. \u00a0 \ud574\uacb0\ucc45\uc740 \u00a0 Either directly in your code: #define POCO_NO_UNWINDOWS or as a compiler flag: \/D POCO_NO_UNWINDOWS or in CMake: add_definitions(\"\/D POCO_NO_UNWINDOWS\") \u00a0 \uc774\ub807\uac8c \ucc98\ub9ac \ud558\uba74.. \ubb38\uc81c \uc5c6\uc774 \ucef4\ud30c\uc77c \ub428. \u00a0 \u00a0\u2026","rel":"","context":"Similar post","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":953,"url":"https:\/\/blog.box.kr\/?p=953","url_meta":{"origin":883,"position":4},"title":"How to install openssl on windows with visual studio 2015","date":"2015-08-26","format":false,"excerpt":"cite from\u00a0http:\/\/developer.covenanteyes.com\/building-openssl-for-visual-studio\/ and some edit.. ================================================== \u00a0 You need to install\u2026 Visual Studio 2015 (this will likely work with older versions as well) ActivePerl 1 Latest version of OpenSSL source-code 2\u00a0or $ git clone git:\/\/git.openssl.org\/openssl.git $ cd openssl $ git config core.autocrlf false $ git config core.eol lf $ git\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":385,"url":"https:\/\/blog.box.kr\/?p=385","url_meta":{"origin":883,"position":5},"title":"[\ud38c]iBatis \ub85c\uadf8\ubcf4\uae30 &#8211; log4j \uc124\uc815","date":"2014-09-15","format":false,"excerpt":"iBatis \ub85c\uadf8\ubcf4\uae30 - log4j \uc124\uc815\u00a0iBatis \uc791\uc131\uc2dc\uac04 :\u00a02010\/02\/04 15:51 \ud37c\uba38\ub9c1\ud06c :\u00a0slog2.egloos.com\/3574039 \ub367\uae00\uc218 :\u00a01 \ucc38\uace0\uc790\ub8cc :\u00a0http:\/\/ibatis.apache.org\/\u00a0- for Java - Documentation - Korean\u00a0 \u00a0 \uc774 \uae00\uacfc \u00a0PDF \ucca8\ubd80\ud30c\uc77c\uc744 \uac19\uc774 \ubcf4\uc2dc\uae30\ub97c..\u00a0Log4jQuickRef.pdf\u00a0\u00a0 \u00a0 \u00a0 1. log4j \uc124\uce58 \u00a0 http:\/\/www.apache.org\/ \u00a0- Logging - log4j 1.2 - Download - apache-log4j-1.2.15.zip\u00a0 \ud30c\uc77c\uc744 \ubc1b\uc544 \uc555\ucd95\ud480\uc5b4\u00a0JAR \ud30c\uc77c(log4j-1.2.15.jar)\uc744 \u00a0\ud504\ub85c\uc81d\ud2b8\uc758 WEB-INFlib \ud3f4\ub354\uc5d0\u2026","rel":"","context":"In &quot;\ucc38\uace0\ub97c \uc704\ud55c \uc800\uc7a5\ubb3c&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/883"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=883"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/883\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}