chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] deployed executable wants type-errors ...


From: Matt Gushee
Subject: Re: [Chicken-users] deployed executable wants type-errors ...
Date: Wed, 27 Mar 2013 00:10:56 -0600

Hi, Matt--

I believe type-errors is part of the check-errors egg. HTH.

On Tue, Mar 26, 2013 at 11:38 PM, Matt Welland <address@hidden> wrote:
> I managed to get deploy working for another (much simpler) app yesterday.
> Now I seem to be stuck on an extension that doesn't exist. Is there some
> other extension I should load that provides type-errors? I'm using 4.8.0
>
> address@hidden:~/data/megatest$ ./deploytarg/megatest
>
> Error: (require) cannot load extension: type-errors
>
>     Call history:
>
>     common.scm:12: ##sys#require          <--
> address@hidden:~/data/megatest$ chicken-install -prefix deploytarg -deploy
> type-errors
> retrieving ...
> connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
> requesting "/henrietta.cgi?name=type-errors&mode=default" ...
> reading response ...
> HTTP/1.1 200 OK
> Date: Wed, 27 Mar 2013 05:34:36 GMT
> Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.9-dev DAV/2
> SVN/1.6.17 PHP/5.2.17 mod_fastcgi/2.4.6
> Connection: close
> Transfer-Encoding: chunked
> Content-Type: text/plain
> reading chunks .
> reading files ...
>
>
> Error: extension or version not found
> address@hidden:~/data/megatest$
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]