Thank you Martin and Daniel.
Actually the error comes again form contrib/src/gizmos/Makefile.in
The Makefile.in is a little different in version 2.8.10 so the regexp
from the PatchScript was not matching the target string.
I just updated the regexpr .*\(__WXLIB_BASE_p\)$ to
.*\(__WXLIB_BASE_p\)
=?ISO-2022-JP?B?GyRCJVQlKCE8JWslaSVzJWohJiVpJXQlIyVzGyhC?=
said:
> Good day,
>
> Back to devel list :-) I'm working on wxgtk version 2.8.10. After
> talking on IRC, it seems i need to patch it to remove the
> "-single_module -Wl,-x -dead_strip" flags. I don't know where it does
> come from in the
ピエールランリ・ラヴィン wrote:
> Good day,
>
> Back to devel list :-) I'm working on wxgtk version 2.8.10. After
> talking on IRC, it seems i need to patch it to remove the
> "-single_module -Wl,-x -dead_strip" flags. I don't know where it does
> come from in the source code.
Perhaps from the line
perl
Good day,
Back to devel list :-) I'm working on wxgtk version 2.8.10. After
talking on IRC, it seems i need to patch it to remove the
"-single_module -Wl,-x -dead_strip" flags. I don't know where it does
come from in the source code. -single_module seems to come from the
options in build/aclocal b