Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No rule to make target 'gc.h', needed by 'lspserv.o'. Stop. #328

Closed
yurivict opened this issue Jul 21, 2022 · 1 comment
Closed

No rule to make target 'gc.h', needed by 'lspserv.o'. Stop. #328

yurivict opened this issue Jul 21, 2022 · 1 comment

Comments

@yurivict
Copy link

Build fails on FreeBSD:

gmake[2]: Entering directory '/disk-samsung/freebsd-ports/math/asymptote/work/asymptote-2.81'
gmake[2]: *** No rule to make target 'gc.h', needed by 'lspserv.o'.  Stop.
gmake[2]: Leaving directory '/disk-samsung/freebsd-ports/math/asymptote/work/asymptote-2.81'
*** Error code 1

Where is gc.h supposed to come from?

@johncbowman
Copy link
Member

Fixed in commit fa28442.

Note: gc.h is part of Boehm GC; be sure to configure with --enable-gc (the default).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants