cosmoharrigan / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 0 forks source link

Build warnings on Linux. #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think there are warnings about strncmpare or about decode task spec. 
Take 10 mins and fix/update.

Original issue reported on code.google.com by brian.ta...@gmail.com on 9 Feb 2009 at 6:25

GoogleCodeExporter commented 9 years ago
I added #include<strings.h> in the task spec parser.

this got rid of the warning on linux, nothing changed on Mac.  Windows now has a
warning (maybe always did). On windows, the mines example that does
task spec decoding seems to run, so I'm assuming life is good.

Original comment by brian.ta...@gmail.com on 9 Feb 2009 at 11:52