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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: Josh Faust
Datum:  
Aan: ros-users
Onderwerp: 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