목록개발 (Develop)/Tip (3)
취미는 놀기
CMake 3.18을 통한 Visual Studio Solution 빌드 (Visual studio solution build of CMake) 1. CMake install https://cmake.org/download/ Download | CMake Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that u..
Unsatisfied symbol and code error... compile add linker -lstd_v2 -lCsup_v2 Vtable_Q2_3std11logic_error ld: (Warning) Unsatisfied symbol "[Vtable_Q2_3std11logic_error]key:" in file .//test.sl ld: (Warning) Unsatisfied symbol "__ConstructArray__FPvUiUlPFv_vT4" in file ../lib//libund_encservice_mgmt.sl ld: (Warning) Unsatisfied symbol "_C_digitize__Q2_4__rw22__rw_digit_writer_baseFUpb" in file .//t..
안녕하세요. 취미는놀기 입니다. C++ 단위 테스트가 가능한 google test 설치 해보겠습니다. https://github.com/google/googletest 들어가서 linux 에서 다운로드 합니다. git clone https://github.com/google/googletest.git 다운로드 후 root@HA1:~/download# git clone https://github.com/google/googletest.git root@HA1:~/download# cd googletest/googletest root@HA1:~/download/googletest/googletest# cmake .. root@HA1:~/download/googletest/googletest# make root..