You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
When I ran the script on my Arch Linux server, it gave me a compile error for ncurses:
In file included from ../ncurses/curses.priv.h:283:0,
from ../ncurses/lib_gen.c:19:
_24568.c:835:15: error: expected ‘)’ before ‘int’
../include/curses.h:1594:56: note: in definition of macro ‘mouse_trafo’
#define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
^
Makefile:785: recipe for target '../objects/lib_gen.o' failed
make[1]: *** [../objects/lib_gen.o] Error 1
make[1]: Leaving directory '/home/account/.c9/ncurses-5.9/ncurses'
Makefile:109: recipe for target 'all' failed
make: *** [all] Error 2
Installing tmux by myself fixes this problem, but for the people that don't have tmux installed by default, this is a big issue.
make:
GNU Make 4.1
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out and suggesting the fix @SEAPUNK . I was stumped for the last hour troubleshooting this problem but manual tmux install resolved it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I ran the script on my Arch Linux server, it gave me a compile error for ncurses:
Installing tmux by myself fixes this problem, but for the people that don't have tmux installed by default, this is a big issue.
make:
The text was updated successfully, but these errors were encountered: