ProjetM1MPRI2013 / central

Repo principal
6 stars 0 forks source link

Update à Boost 1.54 #16

Open adhusson opened 10 years ago

adhusson commented 10 years ago

J'utilise la librairie de logging de boost 1.54. Si ça marche pas bien chez vous insultez-moi ici et j'essaierai de résoudre le problème.

Commit en cause : https://github.com/ProjetM1MPRI2013/central/commit/42ec12e5ec3cdda2769797e36ac556b5a4bb8cd0

Pour mettre à jour Boost

dbaelde commented 10 years ago

Merci Adrien. Quelle est ta recommandation pour séparer, par exemple, le debug du simulateur et celui du scénario ou de l'interface graphique?

2014/1/14 pangel notifications@github.com

J'utilise la librairie de logging de boost 1.54. Si ça marche pas bien chez vous insultez-moi ici et j'essaierai de résoudre le problème.

Commit en cause : 42ec12ehttps://github.com/ProjetM1MPRI2013/central/commit/42ec12e5ec3cdda2769797e36ac556b5a4bb8cd0

— Reply to this email directly or view it on GitHubhttps://github.com/ProjetM1MPRI2013/central/issues/16 .

David

mheinric commented 10 years ago

Désolé, j'avais pas vu. Non, la version 1.54 est pas disponible avec apt-get chez moi (il faudrait que je mette linux à jour...) J'installe à la main du coup.

adhusson commented 10 years ago

@dbaelde En l'état actuel je vais rajouter un champ qui indique le fichier d'origine et on pourra ./game | grep 'a.cc\|b.cc'. Si besoin ensuite on pourra associer à chaque catégorie (scénario, simulation, ...) un ensemble de fichiers (ça forme pas forcément une partition) et avoir un fichier .log par catégorie. On pourra ./game, avec dans un autre terminal tail -f category.log.

adhusson commented 10 years ago

@mheinric Aha j'avais pas pensé. Sinon pour les autres qui ont Ubuntu avant 13.10 je crois que ça ça marche :

sudo add-apt-repository ppa:boost-latest
sudo apt-get update
sudo apt-get install boost1.54
mheinric commented 10 years ago

merci =D ça marche nickel maintenant.