Summary: | build fails on Solaris - NAME_MAX missing | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | tropikhajma <tropikhajma> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | l.appelhans, mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch |
Description
tropikhajma
2010-01-13 22:26:52 UTC
Please try if KTorrent compiles from you, it should have the same problem as that code is part of KTorrent. Yup indeed, this is definitely a KTorrent issue... apart from that, there's no patch attached :/ Lukas Created attachment 39857 [details]
patch
SVN commit 1084197 by guisson: Fix compilation not working on solaris due to missing NAME_MAX define BUG: 222598 M +1 -0 ChangeLog M +2 -4 libbtcore/diskio/singlefilecache.cpp M +4 -0 libbtcore/util/fileops.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1084197 |