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

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: 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