Bug #910
Ryzom Client - Not link librt on Mac OS X (Patch included)
Status: | Closed | Start date: | 05/17/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | rti | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
This is the same thing as already posted for NeL and NeLNS (#872, #873).
Do not link against -lrt on Mac OS X.
Related issues
History
#1 Updated by vl over 8 years ago
- Target version set to Version 0.8.0
#2 Updated by vl about 8 years ago
- Status changed from New to Assigned
- Assignee set to sfb
#3 Updated by rti about 8 years ago
- Assignee changed from sfb to rti
Same thing applies to the snowballs CMake script.
#4 Updated by rti about 8 years ago
There are several other build problems with the Ryzom client on Mac OS X with the current CMake configuration:
- wwwconf.h is not found (if libwww was installed using macports, it resides in another directory)
- libzlib.dylib is not found (FindZLIB and entry in TARGET_LINK_LIBRARIES missing)
- libxml2.dylib is not found (missing entry in TARGET_LINK_LIBRARIES)
- nelnet, nelgeorges, nelligo, nel3d not found (missing entry in TARGET_LINK_LIBRARIES)
- not all necessary libwww libraries linked in on mac os (only libwwwapp)
Since this is quite trivial, I will not create a new issue for that :)
#5 Updated by rti about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r245.
#6 Updated by kervala about 8 years ago
- Status changed from Resolved to Closed