日記帳
本ページはプロモーションが含まれています
カテゴリー
Links
blog(ブログ)マスター
アンドロイドの巣
ゼロから始めるベランダ菜園
タイトル
2025年2月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28

clang fatal error: 'regex' file not found

カテゴリー: General
2015-12-24
fatal error: 'regex' file not found
#include <regex>
  ^

clang++37 -I. -std=c++11 -stdlib=libc++ -c test.cpp -o test.o

わからないので、stdは やめて boostに置き換えよう。

#include <boost/regex.hpp>

find /usr/local/llvm37/ -name "regex*"
してもないので、ないのでしょう。

古いかと思いましたが最新版 3.7 のようです
http://llvm.org/releases/

FreeBSDのパッケージがおかしいのでしょう.





PR

[PR]