Toon posts:

[solaris 9 x86] centericq 4.9.2 compileren

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoi all,

Ik probeer op mijn solaris 9 machine centericq 4.9.2 te compileren.

de volgende vereisten heb ik al geinstalleerd staan :

ncurses-5.3
pkgconfig-0.15.0
glib-2.2.1
libsigc++-1.2.3

als ik nu "./configure --prefix=/misc1/centericq --with-glib-prefix=/usr/sfw --enable-locales-fix" vindt hij keurig alles wat hij zegt nodig te hebben, maar als ik dan "make" draai gebeurt er het volgende :

bash-2.05# make
make all-recursive
make[1]: Entering directory `/opt/sources/centericq-4.9.2'
Making all in kkconsui-0.1
make[2]: Entering directory `/opt/sources/centericq-4.9.2/kkconsui-0.1'
Making all in include
make[3]: Entering directory `/opt/sources/centericq-4.9.2/kkconsui-0.1/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/sources/centericq-4.9.2/kkconsui-0.1/include'
Making all in src
make[3]: Entering directory `/opt/sources/centericq-4.9.2/kkconsui-0.1/src'
c++ -DPACKAGE=\"kkconsui\" -DVERSION=\"0.1\" -DLOCALES_HACK=1 -I. -I. -I../include -I../../kkstrtext -I../../kkstrtext-0.1 -g -O2 -c texteditor.cc
In file included from ../include/linkedlist.h:6,
from ../include/texteditor.h:13,
from texteditor.cc:46:
../include/conf.h:13:23: _G_config.h: No such file or directory
In file included from ../include/texteditor.h:17,
from texteditor.cc:46:
../include/conscommon.h:17:21: ncurses.h: No such file or directory
In file included from ../include/abstractui.h:6,
from ../include/texteditor.h:18,
from texteditor.cc:46:
../include/screenarea.h:9: `chtype' was ../include/screenarea.h:9: parse error before `>' token
texteditor.cc: In member function `void ktool::texteditor::sethlcolor(int)':
texteditor.cc:594: `COLOR_PAIR' undeclared (first use this function)
texteditor.cc:594: (Each undeclared identifier is reported only once for each
function it appears in.)
texteditor.cc:594: `A_BOLD' undeclared (first use this function)
texteditor.cc:594: `attrset' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::draw_print(char*,
int, int)':
texteditor.cc:601: `printw' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::showline(int, int,
int, int)':
texteditor.cc:971: `mvhline' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::draw(int)':
texteditor.cc:990: `refresh' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::edbackspace()':
texteditor.cc:1110: `KEY_LEFT' undeclared (first use this function)
texteditor.cc:1123: `KEY_UP' undeclared (first use this function)
texteditor.cc:1124: `KEY_END' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::eddelline()':
texteditor.cc:1189: `KEY_HOME' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::edenter(bool)':
texteditor.cc:1236: `KEY_DOWN' undeclared (first use this function)
texteditor.cc: In member function `void ktool::texteditor::edmove(int, int)':
not declared in this scope
texteditor.cc:1344: `KEY_RIGHT' undeclared (first use this function)
texteditor.cc:1405: `KEY_PPAGE' undeclared (first use this function)
texteditor.cc:1421: `KEY_NPAGE' undeclared (first use this function)
texteditor.cc: In member function `int ktool::texteditor::open()':
texteditor.cc:1632: `KEY_BACKSPACE' undeclared (first use this function)
texteditor.cc:1652: `KEY_IC' undeclared (first use this function)
texteditor.cc:1652: `KEY_DC' undeclared (first use this function)
make[3]: *** [texteditor.o] Error 1
make[3]: Leaving directory `/opt/sources/centericq-4.9.2/kkconsui-0.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/sources/centericq-4.9.2/kkconsui-0.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/sources/centericq-4.9.2'
make: *** [all-recursive-am] Error 2
bash-2.05#

Ik heb hier al met de search gezocht en via google gezocht maar ik kan niets vinden hierover.
Heeft iemand een idee van wat er fout gaat en hoe het moet worden opgelost?

  • LightYears
  • Registratie: September 2000
  • Laatst online: 14-03-2024

LightYears

wilt geen iPod

../include/conscommon.h:17:21: ncurses.h: No such file or directory
Compiler kan je header files niet vinden, je moet de C-flag -I/path/to/include/files even meegeven of aangeven in de makefile.

EAC > Ogg vorbis -q6 > Cowon S9 > Westone ES3X > Oor


Verwijderd

Topicstarter
krisis ik moet echt een andere bril :)

thnx!