Actions
バグ #1536
closedコンフィギュレーションタブのデータ型でstringを選択して生成したc++コードはビルドエラーになる
Status:
終了
Priority:
通常
Assignee:
-
Target version:
-
Start date:
05/27/2010
Due date:
% Done:
0%
Estimated time:
Description
$ make -f Makefile.ModuleName rm -f ModuleName.o g++ `rtm-config --cflags` -I. -c -o ModuleName.o ModuleName.cpp In file included from ModuleName.cpp:10: ModuleName.h:231: error: 'string' does not name a type ModuleName.cpp: In member function 'virtual RTC::ReturnCode_t ModuleName::onInitialize()': ModuleName.cpp:75: error: 'm_conf_name0' was not declared in this scope make: *** [ModuleName.o] エラー 1* string にネームスペースを追加する(std::string)とビルドエラーが解決します。
Actions