Time to test out the velvet
Moderator: coordinators



jensverwiebe wrote:Hi all
...
- get source of Luxrender, LuxRays and macos in the same directoryhg clone http://src.luxrender.net/lux
hg clone http://src.luxrender.net/luxrays
hg clone http://src.luxrender.net/macos
...
Jens
abort: premature EOF reading chunk (got 548410 bytes, expected 15281868)

1.1 --- a/include/boost/date_time/date_parsing.hpp Sun Oct 31 14:17:16 2010 +0100
1.2 +++ b/include/boost/date_time/date_parsing.hpp Tue Dec 07 23:25:29 2010 +0100
1.3 @@ -21,6 +21,15 @@
1.4 #include <cctype> // ::tolower(int)
1.5 #else
1.6 #include <locale> // std::tolower(char, locale)
1.7 +#ifdef __APPLE__
1.8 +#ifdef PY_MAJOR_VERSION 3
1.9 +#ifdef PY_MINOR_VERSION 1
1.10 +#if PY_MICRO_VERSION>1
1.11 +#undef tolower // for Python > 3.1.1
1.12 +#endif
1.13 +#endif
1.14 +#endif
1.15 +#endif
#endif
Return to Compilation & Portability
Users browsing this forum: No registered users and 1 guest