Export to GitHub

pyzy - issue #5

Fail to build from source on Fedora 23 or rawhide


Posted on Jul 2, 2015 by Happy Hippo

What steps will reproduce the problem? 1. Try to compile pyzy on Fedora rawhide.

What is the expected output? What do you see instead? build from the source failed.

What version of the product are you using? On what operating system? Fedora 23 or rawhide.

Please provide any additional information below. Patch:

Index: pyzy-0.1.0/src/Types.h

--- pyzy-0.1.0.orig/src/Types.h +++ pyzy-0.1.0/src/Types.h @@ -26,7 +26,7 @@

namespace PyZy {

-#define PINYIN_ID_VOID (-1) +#define PINYIN_ID_VOID (char(-1)) #define PINYIN_ID_ZERO (0) #define PINYIN_ID_B (1) #define PINYIN_ID_C (2)

Status: New

Labels:
Type-Defect Priority-Medium