kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #08299
Re: [PATCH] Patchlets
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 <kicad-developers@xxxxxxxxxxxxxxxxxxx>
Follow ups
References