Bug 261305 - kdecore/localization/klocale_mac.cpp: 'catalogName' not declared
Summary: kdecore/localization/klocale_mac.cpp: 'catalogName' not declared
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdecore (show other bugs)
Version: unspecified
Platform: Compiled Sources macOS
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 18:29 UTC by Jeremy Lavergne
Modified: 2010-12-26 21:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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