Skip to content

Can't install #32

@JackBekket

Description

@JackBekket
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions