Re: [Chicken-users] Use Chicken 3 egg in 4

2014-10-12 Thread Andy Bennett
Hi,

 is it possible to use a Chicken 3 egg like the the SMTP client in
 Chicken 4? I can not find the SMTP client in the version 4 eggs.


hato might be useful for you:

http://code.google.com/r/datenhobel-hato-egg-update/

It's an out-of-tree egg but it works with Chicken 4. You might have to
tweak the build system: use chicken-install but always use make
clean between successive invocations of chicken-install.


We use hato-smtp here with several of the other modules commented out
from the build and a patch for the path to the sendmail binary. I can
send you what we have if you can't get it to work.





Regards,
@ndy

-- 
andy...@ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Use Chicken 3 egg in 4

2014-10-09 Thread Sascha Ziemann

Hi,

is it possible to use a Chicken 3 egg like the the SMTP client in 
Chicken 4? I can not find the SMTP client in the version 4 eggs.


Regards,
Sascha

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Use Chicken 3 egg in 4

2014-10-09 Thread Christian Kellermann
* Sascha Ziemann cev...@gmail.com [141009 20:39]:
 Hi,
 
 is it possible to use a Chicken 3 egg like the the SMTP client in
 Chicken 4? I can not find the SMTP client in the version 4 eggs.

In principle yes. The most significant changes and the reason why
eggs haven't been ported in general is the module system and hygienic
macros, i.e. define-macro no longer works.

If you rewrite use cases of that you should be fine.

Cheers,

Christian

-- 
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users