スポンサーリンク

このドキュメントの内容は、以下の通りです。

コンパイルエラーで困った


ちょっと適当にC++のコードを書いていました。
関数の途中で include したりしました。

int
main (int argc, char *argv[])
{
#include <boost/foreach.hpp>
	return 0;
}

すると、なんいうことでしょう。コンパイルエラーです。

In file included from /usr/local/include/boost/mpl/if.hpp:17,
from /usr/local/include/boost/foreach.hpp:71,
from main.cpp:137:
/usr/local/include/boost/mpl/aux_/value_wknd.hpp: In function 'int main()':
/usr/local/include/boost/mpl/aux_/value_wknd.hpp:73: error: expected primary-expression before 'namespace'
/usr/local/include/boost/mpl/aux_/value_wknd.hpp:73: error: expected `;' before 'namespace'
main.cpp:159: error: expected `}' at end of input
main.cpp:159: error: expected `}' at end of input
main.cpp:159: error: expected `}' at end of input
main.cpp:159: error: expected `catch' at end of input
main.cpp:159: error: expected `(' at end of input
		main.cpp:159: error: expected type-specifier at end of input
		main.cpp:159: error: expected `)' at end of input
main.cpp:159: error: expected `{' at end of input
	main.cpp:159: error: expected `}' at end of input
	*** Error code 1


結局、ソースファイルの上位部分に include 文をもっていくことで解決しました。

スポンサーリンク
スポンサーリンク
 
いつもシェア、ありがとうございます!


もっと情報を探しませんか?

関連記事

最近の記事

人気のページ

スポンサーリンク
 

過去ログ

2020 : 01 02 03 04 05 06 07 08 09 10 11 12
2019 : 01 02 03 04 05 06 07 08 09 10 11 12
2018 : 01 02 03 04 05 06 07 08 09 10 11 12
2017 : 01 02 03 04 05 06 07 08 09 10 11 12
2016 : 01 02 03 04 05 06 07 08 09 10 11 12
2015 : 01 02 03 04 05 06 07 08 09 10 11 12
2014 : 01 02 03 04 05 06 07 08 09 10 11 12
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
2003 : 01 02 03 04 05 06 07 08 09 10 11 12

サイト

Vim入門

C言語入門

C++入門

JavaScript/Node.js入門

Python入門

FreeBSD入門

Ubuntu入門

セキュリティ入門

パソコン自作入門

ブログ

トップ


プライバシーポリシー