Bonjour

Je me permets d'écrire pour vous possez une question ...

Je débute avec Eclipse (Helios) et la libraire wxWidgets (2.8.11)

Je pensais avoir configuré Gcc C++ pour compiler mon projet correctement ainsi que MinGW mais ce n’est pas tout à fait le cas… pouvez-vous me donner des conseils ?

Voici l’erreur que j’ai

C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:103:9: error: #error "wxUSE_DYNLIB_CLASS must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:111:9: error: #error "wxUSE_EXCEPTIONS must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:119:9: error: #error "wxUSE_FILESYSTEM must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:127:9: error: #error "wxUSE_FS_ARCHIVE must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:140:9: error: #error "wxUSE_DYNAMIC_LOADER must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:148:9: error: #error "wxUSE_LOG must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:156:9: error: #error "wxUSE_LONGLONG must be defined."
C:\MinGW\wxWidgets-2.8.11\include/wx/chkconf.h:164:9: error: #error "wxUSE_MIMETYPE must be defined."
… Ect …

dans Tool setting : j'ai mis
GCC compiler :
- Command : g++ `wx-config --static=no`
- dans Include : le lien vers le setup.h de wxWidgets -
- dans preprocessor : __WXDEBUG__ ; __GNUWIN32__ ; __WIN95__ ; __WXMSW__

MinGC :
- Commande : g++ -mwindows `wx-config --static=no --libs`
- Command line pat : ${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}

Merci d’avance pour votre support (je galere pas mal)