[Bug 262468] New: kstars fails to build on DragonFly
peter at theshell.com
peter at theshell.com
Fri Jan 7 23:33:56 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=262468
Summary: kstars fails to build on DragonFly
Product: kde
Version: unspecified
Platform: NetBSD pkgsrc
OS/Version: other
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: unassigned-bugs at kde.org
ReportedBy: peter at theshell.com
Created an attachment (id=55717)
--> (http://bugs.kde.org/attachment.cgi?id=55717)
kstars patch for DragonFly
Version: unspecified (using KDE 4.5.4)
OS: other
kstars attempts to use LONG_LONG_MAX on DragonFly.
Reproducible: Always
Steps to Reproduce:
compile kdeedu package on DragonFly.
Actual Results:
[ 18%] Building CXX object kstars/kstars/htmesh/CMakeFiles/htmesh.dir
/HtmRange.o
/tmp/pkgsrc-work/misc/kdeedu4/work/kdeedu-4.5.4/kstars/kstars/htmesh/
HtmRange.cpp: In member function 'void HtmRange::purge()':
/tmp/pkgsrc-work/misc/kdeedu4/work/kdeedu-4.5.4/kstars/kstars/htmesh/
HtmRange.cpp:363: error: 'LONG_LONG_MAX' was not declared in this sco
pe
*** Error code 1
Expected Results:
compile
Attached is a patch that uses LLONG_MAX for KEY_MAX instead of LONG_LONG_MAX
like the other BSDs.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list