「Cpp」の版間の差分
提供: 初心者エンジニアの簡易メモ
行2: | 行2: | ||
==logとか== | ==logとか== | ||
<pre> | <pre> | ||
− | if ( | + | if (request->os() == "android") { |
LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1"); | LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1"); | ||
} | } |
2019年3月15日 (金) 17:34時点における版
logとか
if (request->os() == "android") { LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1"); }
ビルド
make
make: *** No rule to make target cppエラーが出る場合
キャッシュクリアしてからビルド
make gencode
か
buildのdirをbkにして、再度作り直すと直った