Bug 261305

Summary: kdecore/localization/klocale_mac.cpp: 'catalogName' not declared
Product: [Unmaintained] kdelibs Reporter: Jeremy Lavergne <snc>
Component: kdecoreAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: macOS   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jeremy Lavergne 2010-12-26 18:29:22 UTC
Version:           unspecified (using KDE 4.5.90) 
OS:                OS X

In constructor 'KLocaleMacPrivate::KLocaleMacPrivate(KLocale*, const QString&, KSharedPtr<KSharedConfig>)':
work/kdelibs-4.5.90/kdecore/localization/klocale_mac.cpp:28: error: 'catalogName' was not declared in this scope


Reproducible: Always

Steps to Reproduce:
Attempt to build in MacPorts environment

Actual Results:  
build fails

Expected Results:  
build succeeds

As it stands, this means KDE 4.6 cannot build on a Mac.

My test system was gcc 4.2, os 10.6, x86_64, single core. Only removed the patch that prevented the creation of empty config dirs during build (everything else is the same as how MacPorts build 4.5)
Comment 1 Frank Osterfeld 2010-12-26 21:53:20 UTC
SVN commit 1209467 by osterfeld:

backport 1209449: fix build
BUG:261305



 M  +2 -2      klocale_mac.cpp  


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