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

Will not compile on gentoo. #12

Open
drforbin opened this issue Dec 5, 2024 · 0 comments
Open

Will not compile on gentoo. #12

drforbin opened this issue Dec 5, 2024 · 0 comments

Comments

@drforbin
Copy link

drforbin commented Dec 5, 2024

Since ncurses was split into tinfo symbols are missing.

I had to add tinfo lib to get it to compile.
Do you want me to create a commit and pull request?

here is diff.

'
diff --git a/makefile b/makefile
index e2fb692..a2fd3d1 100644
--- a/makefile
+++ b/makefile
@@ -6321,7 +6321,7 @@ linux gnu-linux:
$(MAKE) KTARGET=$${KTARGET:-$(@)}
"KFLAGS=$$HAVE_CURSES $$HAVE_PTMX $$HAVE_LOCKDEV $$HAVE_CRYPT_H
$$HAVE_BAUDBOY $$HAVE_OPENPTY $$HAVE_LARGEFILES $(KFLAGS)" \

  •   "LIBS=$(LIBS) $$LIB_UTIL \
    
  •   "LIBS=$(LIBS) -ltinfo  $$LIB_UTIL \
        $$HAVE_LIBCURSES $$HAVE_RESOLV $$HAVE_CRYPT $$HAVE_LOCKDEV" \
      linuxa
    
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

1 participant