[Kde-bindings] [Bug 103988] smoke bindings compile error on Solaris
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sat Apr 16 10:04:01 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=103988
------- Additional Comments From Richard_Dale tipitina demon co uk 2005-04-16 12:04 -------
CVS commit by rdale:
* Don't generate bindings for any methods with std::string args, as the code doesn't build
on Solaris
CCBUG:103988
M +1 -0 kalyptusCxxToSmoke.pm 1.112
--- kdebindings/kalyptus/kalyptusCxxToSmoke.pm #1.111:1.112
@ -551,4 +551,5 @
or $arg->{ArgType} eq 'FILE*' # won't be able to handle that I think
or $arg->{ArgType} eq 'const KKeyNative&' #
+ or $arg->{ArgType} =~ 'std::string' #
or $arg->{ArgType} =~ /Node\s*\*/ #
) {
More information about the Kde-bindings
mailing list