Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Compile error for ncurses #54

Open
SEAPUNK opened this issue Aug 23, 2015 · 1 comment
Open

Compile error for ncurses #54

SEAPUNK opened this issue Aug 23, 2015 · 1 comment

Comments

@SEAPUNK
Copy link

SEAPUNK commented Aug 23, 2015

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.
@arizonatribe
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants