Le 15/05/2012 13:31, Lorenzo Marcantonio a écrit :
At last I remade the work...

001     Warnings (let free to ignore the hashmap if it doesn't compile,
         for me it's a mystery!)


Thanks, Lorenzo!

The hashmap does not compile for me with "const char*" change, neither under 
mingw, nor under linux Ubuntu 10.10,
because the first parameter of  WX_DECLARE_HASH_MAP( char*, w...) is already 
defined as const char* during the macro expansion.

This issue could be explained by the fact in wx/hashmap.h used for the hashmap,
there is a lot of conditional compilation, depending on environment.
So the actual code you are compiling from wxWidgets is perhaps not the code we 
are compiling.

I already had this kind of problem when I reported a bug in wxWidgets:
the bug was inside a code compiled under mingw, but not inside the code 
compiled and tested by the wxWidgets maintainer.




--
Jean-Pierre CHARRAS
KiCad Developers team.
KiCad Developers <[email protected]>

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to