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

Can't install #32

Open
JackBekket opened this issue Dec 21, 2022 · 0 comments
Open

Can't install #32

JackBekket opened this issue Dec 21, 2022 · 0 comments

Comments

@JackBekket
Copy link

Making all in doc
make[1]: вход в каталог «/home/jack/neo/neo-0.6.1/doc»
make[1]: Цель «all» не требует выполнения команд.
make[1]: выход из каталога «/home/jack/neo/neo-0.6.1/doc»
Making all in src
make[1]: вход в каталог «/home/jack/neo/neo-0.6.1/src»
g++ -DPACKAGE_NAME=\"neo\" -DPACKAGE_TARNAME=\"neo\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"neo\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"neo\" -DVERSION=\"0.6.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NCURSES_H=1 -I.    -DNCURSES_WIDECHAR -std=c++11 -g -O2 -MT cloud.o -MD -MP -MF .deps/cloud.Tpo -c -o cloud.o cloud.cpp
cloud.cpp: In member function ‘void Cloud::CalcMessage()’:
cloud.cpp:853:9: error: ‘mvinnwstr’ was not declared in this scope
         mvinnwstr(msgChar.line, msgChar.col, wc, 1);
         ^~~~~~~~~
cloud.cpp:853:9: note: suggested alternative: ‘mvinnstr’
         mvinnwstr(msgChar.line, msgChar.col, wc, 1);
         ^~~~~~~~~
         mvinnstr
cloud.cpp: In member function ‘void Cloud::DrawMessage() const’:
cloud.cpp:871:9: error: ‘mvadd_wch’ was not declared in this scope
         mvadd_wch(msgChar.line, msgChar.col, &wc);
         ^~~~~~~~~
cloud.cpp:871:9: note: suggested alternative: ‘mvaddch’
         mvadd_wch(msgChar.line, msgChar.col, &wc);
         ^~~~~~~~~
         mvaddch
Makefile:373: recipe for target 'cloud.o' failed
make[1]: *** [cloud.o] Error 1
make[1]: выход из каталога «/home/jack/neo/neo-0.6.1/src»
Makefile:336: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Any idea how to fix it?

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