Bonjour
Je me suis pencher un peu sur CImg et j'ai essayé de compiler et d'executer l'exemple donner sur le site sourceforge mais ca ne fonctionne pas j'ai les erreurs :
Je suis sur un linux centos5 avec Wmvare
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 CImg.h:7984: error: DoRed was not declared in this scope CImg.h:7984: error: DoGreen was not declared in this scope CImg.h:7984: error: DoBlue was not declared in this scope CImg.h:7990: error: palette was not declared in this scope CImg.h:7993: error: DoRed was not declared in this scope CImg.h:7993: error: DoGreen was not declared in this scope CImg.h:7993: error: DoBlue was not declared in this scope CImg.h:8000: error: palette was not declared in this scope CImg.h:8004: error: DoRed was not declared in this scope CImg.h:8004: error: DoGreen was not declared in this scope CImg.h:8004: error: DoBlue was not declared in this scope CImg.h:8008: error: struct cimg_library::cimg::X11info has no member named display
Partager