Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread Marco Maggi
ko...@upyum.com wrote:

> Marco Maggi  wrote:
>> I already have a too long list of things to learn.  I am used to the GNU
>> Autotools and I can recycle this knowledge.  Less things, better life...

> You might want to check this project out, which uses autotools. :)
> https://github.com/drewt/scmus

Makefile functions!  I used them,  too, many years ago, before switching
to GNU  Automake and  never looking  back.  They looked  cool to  me, at
first, but then they are a nightmare to maintain; especially if you want
someone else to contribute to your project.

  I have moved my experiments here:

   

and the template project is coming along:

 

"distcheck",  parallel compilation  and parallel  testing work  fine.  I
have  to develop  more the  inspection in  the GNU  Autoconf macro  that
detects CHICKEN and its installation paths.

-- 
Marco Maggi

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


Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread kooda
Marco Maggi  wrote:
> I already have a too long list of things to learn.  I am used to the GNU
> Autotools and I can recycle this knowledge.  Less things, better life...

You might want to check this project out, which uses autotools. :)
https://github.com/drewt/scmus

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


Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread Marco Maggi
Kristian Lein-Mathisen wrote:

> [...]   What's the  reason you  don't want  to use  chicken-install to
> build?

I already have a too long list of things to learn.  I am used to the GNU
Autotools and I can recycle this knowledge.  Less things, better life...
-- 
Marco Maggi

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