Bug #851
misc linux patches
Status: | Closed | Start date: | 05/08/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | vl | % Done: | 100% |
|
Category: | Client: General | |||
Target version: | Version 0.8.0 |
Description
#ifdef out windows stuff on linux,
fix a 64 bit issue,
ugly hack for TRUE/FALSE,
fix #include path,
avoid globbing some directories because of the existence of Backup*.cpp
couldn't figure out how to remove files with spaces from the SRC list.
History
#1 Updated by kervala over 8 years ago
Thanks a lot for your patch.
FALSE and TRUE are only defined on Windows and libcurl uses 0 or 1 so I think it's useless to define them for Linux (FALSE is used only 1 time).
About void* to uint32 cast, we preferred cast them to (size_t) even if it's ugly, but we are planning to replace libwww by libcurl :)
64 bits fixes are centralized in http://dev.ryzom.com/issues/853
#2 Updated by vl over 8 years ago
- Status changed from New to Resolved
- Assignee set to vl
- % Done changed from 0 to 100
This patch contains lot of different things.
Can you please create a specific patch and a new issue for cmake specific thing if they are not already fixed?
Same for the sound patch.
#3 Updated by ratmice over 8 years ago
vl: everything but cmake stuff seems to be in,
posted cmake stuff in feature #842 the cmake bug.
#4 Updated by vl over 8 years ago
- Target version set to Version 0.8.0
#5 Updated by vl about 8 years ago
- Status changed from Resolved to Closed
#6 Updated by kervala about 8 years ago
- Category set to Client: General