pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Regressions in libgphoto2 and audacity.
On Fri, Mar 30, 2018 at 07:33:06PM -0400, Wes Frazier wrote:
> FYI,
>
> I was able to get xfce4-gtk2-engine to build by changed the text
> encoding of the files in the gtk-3.0 folder to UTF8. Some script it
> calls for building purposes now seems to expect utf8 encoding.
This is a python2.7 issue, it works fine when defaulting python to 3.6.
The script is glib-mkenums, it tries to parse special annotations in
C / C++ comments and fails to read the comments if source encoding is
not UTF8.
Apparently the unicode library changed slightly and the fallback to some
replacement/default char is not working in older python.
Martin
Home |
Main Index |
Thread Index |
Old Index