Subject: | 30:39: syntax error: A “"” can’t go after this identifier. (-2740) |
Date: | Tue, 16 Feb 2010 17:52:50 +1100 |
To: | bug-XUL-Gui [...] rt.cpan.org |
From: | ambrose chapel <chapel.ambrose [...] gmail.com> |
I get the above message when running any XUL::Gui code at all, even this:
use XUL::Gui;
display Label 'hello, world!';
Details:
* XUL-Gui-0.36
* perl, v5.10.1 (*) built for darwin-2level (Mac OS X Intel)
* full output:
XUL::Gui> version 0.36
XUL::Gui> server started: http://localhost:8888
XUL::Gui> launching firefox
30:39: syntax error: A “"” can’t go after this identifier. (-2740)
it doesn't stop at that point, it keeps running but nothing appears in
Firefox.