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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Josh Faust
Dato:  
Til: ros-users
Emne: 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