Hello,
again a post on wxWidget. I have not seen a similar error yet.
I use SVN 4093 of CodeBlocks and installed wxWidget2.6
I use the wxWidget Wizard to create the a sample project.
When I try to compile it I have an error message : here is the log
-------------- Build: Release in testagain ---------------
mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -Wall -O2 -IC:\wxWidgets-2.6.4\include -IC:\wxWidgets-2.6.4\contrib\include -IC:\wxWidgets-2.6.4\lib\gcc_dll\msw -IC:\MinGW\include -IC:\codeblocks\projets\testagain -IC:\codeblocks\projets\testagain -c C:\codeblocks\projets\testagain\testagainApp.cpp -o obj\Release\testagainApp.o
mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -Wall -O2 -IC:\wxWidgets-2.6.4\include -IC:\wxWidgets-2.6.4\contrib\include -IC:\wxWidgets-2.6.4\lib\gcc_dll\msw -IC:\MinGW\include -IC:\codeblocks\projets\testagain -IC:\codeblocks\projets\testagain -c C:\codeblocks\projets\testagain\testagainMain.cpp -o obj\Release\testagainMain.o
windres.exe -i C:\CODEBL~1\projets\TESTAG~1\resource.rc -I rc -o obj\Release\resource.res -O coff -IC:\wxWidgets-2.6.4\include -IC:\wxWidgets-2.6.4\lib\gcc_dll\msw -IC:\MinGW\include -IC:\CODEBL~1\projets\TESTAG~1 -IC:\codeblocks\projets\testagain
windres.exe: unknown format type `C:\wxWidgets-2.6.4\include'
windres.exe: supported formats: rc res coff
Process terminated with status 1 (0 minutes, 6 seconds)
2 errors, 0 warnings
Build log saved as: C:\codeblocks\projets\testagain\testagain_build_log.html
Do not really know what is happening.
If anyone can help me it would be grate.
Bye.