Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coil OS.h (Windows) で準拠モード有効時にエラー #871

Open
n-ando opened this issue Jun 3, 2020 · 0 comments
Open

coil OS.h (Windows) で準拠モード有効時にエラー #871

n-ando opened this issue Jun 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@n-ando
Copy link

n-ando commented Jun 3, 2020

Windows上でChoreonoidのRTCをコンパイルするとき、C++コンパイルプロパティで準拠モードを「はい」にすると、以下のエラーが出る。

263行目 static char *place = EMSG;		/* option letter processing */
重大度レベル	コード	説明	プロジェクト	ファイル	行	抑制状態
エラー	C2440	'初期化中': 'const char [1]' から 'char *' に変換できません。	testCtrlRTCm	C:\Program Files\OpenRTM-aist\1.2.1\coil\OS.h	263	


263行目 static char *place = EMSG;		/* option letter processing */
重大度レベル	コード	説明	プロジェクト	ファイル	行	抑制状態
エラー	C2440	'初期化中': 'const char [1]' から 'char *' に変換できません。	testCtrlRTCm	C:\Program Files\OpenRTM-aist\1.2.1\coil\OS.h	263	
@n-ando n-ando added the bug Something isn't working label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant