Bug 200481

Summary: does not build - bool vs QBool
Product: [Applications] konversation Reporter: tropikhajma <tropikhajma>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: patch1
patch2

Description tropikhajma 2009-07-16 22:06:56 UTC
Version:           4.2.96 (using Devel)
Compiler:          Sun Studio 12 U1 
OS:                Solaris
Installed from:    Compiled sources

building konversation 1.2alpha4 with Sun Studio fails with 
/export/home/test/packages/BUILD/konversation-1.2-alpha4/src/irc/inputfilter.cpp", line 2110: Error: Different types for "?:" (bool and QBool).
and
"/export/home/test/packages/BUILD/konversation-1.2-alpha4/src/irc/outputfilter.cpp", line 1469: Error: Different types for "?:" (bool and QBool).

it builds with the attached patches
Comment 1 tropikhajma 2009-07-16 22:07:59 UTC
Created attachment 35394 [details]
patch1
Comment 2 tropikhajma 2009-07-16 22:08:27 UTC
Created attachment 35395 [details]
patch2
Comment 3 Travis McHenry 2009-07-17 00:44:14 UTC
SVN commit 998110 by tjmchenry:

Fix build for OpenSolaris thanks to tropikhajma for the patches
BUG:200481

 M  +1 -1      inputfilter.cpp  
 M  +1 -1      outputfilter.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=998110