Nikolaos Chatzikonstantinou <[email protected]> writes:

> Hello list,
>
> I've compiled a list of Guile skeleton projects with Autotools
> (autoconf, automake) here:
> <https://codeberg.org/annoyingusername/guile-project-skeletons-autotools>.
> Hopefully this will be useful to others. I tried to cover all the
> cases that I could come up with.

Looks interesting.  I should probably find the time to publish my own
project blueprint repository.  From my experience, the most annoying
part to get at least semi-right are dependency tracking and
documentation generation, so it would be nice if that was covered.

I took a quick look at the repository and have few observations:

- There is no way to specify warning and optimization levels for guild.
- I never actually needed it, but cross compilation does not seem to be
  supported.
- Tests are not compiled.
- I do not use GUILE_LDFLAGS at all, and the result still links and
  works.  So maybe it is not required?  Not sure here.

Additionally, I would suggest to take look at bug 72130 and apply the
patches to the bundled test runner.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

Reply via email to