Project

General

Profile

Actions

バグ #1536

closed

コンフィギュレーションタブのデータ型でstringを選択して生成したc++コードはビルドエラーになる

Added by Anonymous over 14 years ago. Updated over 14 years ago.

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)とビルドエラーが解決します。

Related issues 1 (0 open1 closed)

Related to RTC Builder - バグ #1532: コンフィギュレーションタブのデータ型でstringを選択して生成したjavaコードはビルドエラーになる終了ta05/26/2010

Actions
Actions #1

Updated by Anonymous over 14 years ago

  • Status changed from 新規 to 終了

r123 でビルドエラーにならないことを確認しました。

Actions

Also available in: Atom PDF