Re: [Geary] Heads up: WebKit2 port landing on master this weekend



This is on valac 0.30.1 and gcc gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4)
5.4.0 20160609

I cannot really tell if this is valac or gcc complaining, it happens
on step "Generating .geary-engine.stamp", full error here with the end
parts of cmake roughly translated so they might be a bit off.
http://pastebin.com/ec7AWmKf
Of this kind of error it seems to be the only kind, once I replace the
'\v' it runs through (except some warnings) to 55%, generating
.geary-client.stamp. The log from that: http://pastebin.com/1CsruaaL
Basically "/home/user/projects/geary/src/client/composer/composer-link-popover.vala:176.9-176.20:
error: The name `popdown' does not exist in the context of
`ComposerLinkPopover' "

On Mon, Jan 30, 2017 at 3:53 AM, Michael Gratton <mike vee net> wrote:
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]