Les 4 libertés

Aller au contenu | Aller au menu | Aller à la recherche

vendredi, février 5 2010

Arctic Monkeys au Liberté : que du bon !

Cela faisait un bout de temps que je n'avais pas été au Liberté voir un concert..
Et pour cause! Il était en rénovation.
Et bien super concert ce vendredi 29 Janvier des Arctic Monkeys!
J'avais quelques inquiétudes quand à la sonorisation du Liberté.. et bien tout le contraire!
Ravi ! C'était un vrai plaisir question son!
Des bonnes basses bien rondes et pas saturées et l'ensemble relativement équilibré à mon gout.
Et puis il n'y avait pas que le son de bon! :p
Un set bien sympathique des Arctic Monkeys qui est passé trop vite :)
Un jeu d'éclairage recherché et réussi! très joli.
Un coup de canon à confetti et c'était déjà la fin..
En tout cas : Le Liberté nickel! et les Arctic tout autant! Avec une pensée au batteur qui est assez marrant à voir :p
a++

jeudi, décembre 24 2009

QT 4.6 on windows (xp) and CMake 2.8 : Qt qmake not found!

For those who had this error loading a CMakeLists.txt

CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:1726 (MESSAGE): Qt qmake not found!

using the lastest CMake 2.8 and QT 4.6, the solution is to add some entries windows register (regedit):

  • add a key in HKEY_CURRENT_USER\Software\Trolltech called Versions
  • add a new string in it with the name DefaultQtVersion and the value 4.6
  • add a key in HKEY_CURRENT_USER\Software\Trolltech\Versions called 4.6
  • add a new string in it with the name InstallDir and the value C:\Qt\2009.05\qt

Then you have to edit

C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake

add the following line

HKEY_CURRENT_USER\\Software\\Trollt.../bin

(warning the text is stripped here)

after the line 372 (so at line 373)

save it and it's done!

I hope it will help someone :)

CMake-dev 's guys please update cmake! (ar, I will have to mail them surely )

PS: well perhaps it 's not needed to modify FindQt4.cmake file... I had to reinstall and it work with just the register modified..

mercredi, décembre 2 2009

Bienvenue !

Bonjour à tous et bienvenue sur mon premier blog! Je vais essayer d'y mettre tout ce qui pourrait intéresser plus qu'une personne :), sur le monde informatique principalement et sur tout ce qui gravite autour, mais pas seulement... Comme vous l'avez peut être remarqué dans le titre du blog, cela sera avec un angle de vue assez libriste, comme c'est une philosophie à laquelle j'adhère complètement : le partage des connaissances et l'entraide. Alors Bienvenue encore et profitez, partagez ! A bientôt, Sylvain.