Re: [ros-users] Problem compiling C++ file locations

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Josh Faust
日付:  
To: ros-users
題目: Re: [ros-users] Problem compiling C++ file locations
> $ g++ joyTalker.cpp -o joyTalker.exe
>


You're not going to be able to just compile it this way. You probably want
to use cmake along with our build system, as explained in the tutorials.

Josh