lis-epfl / robogen

RoboGen - Robot generation through artificial evolution
http://www.robogen.org
GNU General Public License v3.0
27 stars 16 forks source link

Problem with building of the new version of simulator #22

Closed Deldou89 closed 11 years ago

Deldou89 commented 11 years ago

I can't build the projects of the simulator anymore but I don't know why. Here is what I get from VS when building the project : 1>------ Début de la génération : Projet : ZERO_CHECK, Configuration : Release Win32 ------ 2>------ Début de la génération : Projet : robogen, Configuration : Release Win32 ------ 2>cl : Ligne de commande warning D9002: option '-O3' inconnue ignorée 2> LightSensor.cpp 2>..\robogen-simulator-master\src\model\sensors\LightSensor.cpp(308): error C2039: 'cout' : n'est pas membre de 'std' 2>..\robogen-simulator-master\src\model\sensors\LightSensor.cpp(308): error C2065: 'cout' : identificateur non déclaré 3>------ Début de la génération : Projet : robogen-file-viewer, Configuration : Release Win32 ------ 3>LINK : fatal error LNK1181: impossible d'ouvrir le fichier en entrée 'Release\robogen.lib' ========== Génération : 1 a réussi, 2 a échoué, 0 mis à jour, 0 a été ignoré ==========

amaesani commented 11 years ago

Can you try to pull it again and rebuild it? Thanks!

Deldou89 commented 11 years ago

It works. Thanks!