Re: [Geary] Heads up: WebKit2 port landing on master this weekend
- From: Michael Gratton <mike vee net>
- To: step21 <step21 devtal de>
- Cc: Geary <geary-list gnome org>
- Subject: Re: [Geary] Heads up: WebKit2 port landing on master this weekend
- Date: Mon, 30 Jan 2017 13:53:18 +1100
On Mon, Jan 30, 2017 at 12:52 PM, step21 <step21 devtal de> wrote:
Locale setting in the terminal (bash inside terminix) are UTF-8. It
happens on utils-js.vala - precise error below.
/home/user/projects/geary/src/engine/util/util-js.vala:166.53-166.53:
error: invalid escape sequence '\x00', '\'', '"', '\\', '\n', '\r',
'\v', '\t', '\b', '\f' ^
/home/user/projects/geary/src/engine/util/util-js.vala:166.53-166.53:
error: invalid character literal '\x00', '\'', '"', '\\', '\n', '\r',
'\v', '\t', '\b', '\f' ^ Compilation failed: 2 error(s), 0 warning(s)
Oh, so it doesn't like the vertical tab? Even more weird. Is this valac
complaining or gcc? Which version of these do you have installed?
If you change the '\v' and any others that it complains about to the
equivalent hexadecimal notation (e.g. '\x0b' for the vertical tab) it
should help the compiler get past it.
If you can let me know which others needed fixing, I'll update the
source.
//Mike
--
⊨ Michael Gratton, Percept Wrangler.
⚙ <http://mjog.vee.net/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]