manuel-serrano / hop

Multitier JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`make` doesn't succeed on Ubuntu 18

vidjuheffex opened this issue · comments

init.scm fails due to:
Unbound variable -- seconds->gmtdate

changed the call to seconds->date (looked through the history of init.scm to see what had maybe changed around that line)

The change seconds->date to seconds->gmtdate was needed to comply with the HTTP protocol. Older Hop version reply a last-modified header in a non-gmt time, which is illegal. The function seconds->gmtdate is implemented in Bigloo. This is why the version 4.3h is needed to compile the last Hop version.

Hopefuly all these problems witll be fixed soon..

Oh I see, the bigloo site has only 4.3g, and the 4.3h download link on hop is a broken link, FYI. Thanks!