pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: www/midori seeming broken with gtk3, build goes into infinite loop
Hi tom,
This mess originates in icu.
the problem seems to be in just one file:
/usr/pkg/include/unicode/platform.h
This file (noise reduced) does:
#include "unicode/uvernum.h"
.. lots of stuff ...
* \def U_PLATFORM_HAS_WINUWP_API
* Defines whether target is intended for Universal Windows Platform API
* Set to 1 for Windows10 Release Solution Configuration
* @internal
*/
#ifdef U_PLATFORM_HAS_WINUWP_API
/* Use the predefined value. */
#else
# define U_PLATFORM_HAS_WINUWP_API 0
#endif
And uvernum.h expects it to be already defined, but it isn't, we
include uvernum.h before providing the fallback definition of
U_PLATFORM_HAS_WINUWP_API.
I don't think it's going to cause a build failure by itself.
it's just going to spam you a lot. webkit takes really long to build.
Home |
Main Index |
Thread Index |
Old Index