[Pianod] Problem building web client from source.
Perette Barella
perette at barella.org
Thu Jan 16 10:38:19 PST 2014
Hi Ansen,
The warnings are for an HTML4.0 version of HTML Tidy. The web client compiles to HTML5; the complaints are about new HTML5 constructs that the older version of Tidy doesn’t recognize.
You can update to HTML Tidy for HTML5 from over here: https://github.com/w3c/tidy-html5
If you’re tinkering with the client, getting the new Tidy running will help you find problems faster and reduce debugging time.
Another option is to just ignore the warnings—try it and see if the client works. If it doesn't, your last resort is to just skip Tidy, which just validates and cleans the formatted HTML. In the Makefile, change on line 15: TIDY=cat
If you’re just trying to install the client locally, either of these is probably fine since validation isn’t a big deal.
Best,
Perette
> Hello I think I’m having a problem building the web client from source.
>
> I’m pretty sure I have all the dependencies listed in INSTALL.
>
> The page will load but something not right with formatting and the buttons are missing.
>
>
>
> After running make all I get this:
>
> root at deviousfish ~/pianod-client-41# make all
> m4 -P index.web > index.mid
> tidy -q -utf8 --doctype auto --preserve-entities yes --anchor-as-name no index.mid > index.html
> line 25 column 5 - Warning: <meta> proprietary attribute "charset"
> line 25 column 5 - Warning: <meta> lacks "content" attribute
> line 176 column 3 - Warning: <input> attribute "type" has invalid value "url"
> line 176 column 3 - Warning: <input> proprietary attribute "required"
> line 269 column 3 - Warning: <input> attribute "type" has invalid value "range"
> line 269 column 3 - Warning: <input> proprietary attribute "min"
> line 269 column 3 - Warning: <input> proprietary attribute "max"
> line 269 column 3 - Warning: <input> proprietary attribute "step"
> line 301 column 7 - Warning: <input> attribute "type" has invalid value "email"
> line 417 column 3 - Warning: <textarea> proprietary attribute "placeholder"
> line 463 column 7 - Warning: <table> lacks "summary" attribute
> line 482 column 7 - Warning: <table> lacks "summary" attribute
> make: *** [index.html] Error 1
>
>
>
> What am I doing wrong here?
>
>
>
> Ansen Labardee
> Vein Clinic PA
> 952-491-7068 (Direct)
> 2801 Wayzata Blvd.
> Minneapolis, MN 55405
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deviousfish.com/pipermail/pianod-deviousfish.com/attachments/20140116/19d6c569/attachment-0003.htm>
More information about the Pianod
mailing list