judi-dev-01# ./configure checking build system type... sparc-sun-solaris2.11 checking host system type... sparc-sun-solaris2.11 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether ln -s works... yes checking for strerror in -lcposix... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for msgfmt... no checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... no checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether to enable UTF-8 support... auto checking whether to use slang... no checking for getdelim... yes checking for getline... yes checking for isblank... yes checking for strcasecmp... yes checking for strcasestr... yes checking for strncasecmp... yes checking for strnlen... yes checking for snprintf... yes checking for vsnprintf... yes checking for iswalnum... yes checking for iswblank... yes checking for iswpunct... yes checking for iswspace... yes checking for nl_langinfo... yes checking for mblen... yes checking for mbstowcs... yes checking for mbtowc... yes checking for wctomb... yes checking for wcwidth... yes checking whether C compiler accepts -Wall... yes checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... yes checking for getopt_long... yes checking for NCURSESW... no checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking for ncursesw5-config... no checking for get_wch in -lncursesw... no checking for initscr in -lncurses... yes Using ncurses as the curses library checking for use_default_colors in -lncurses... yes checking for key_defined in -lncurses... yes configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. checking for enhanced regular expression flag... REG_EXTENDED checking for GNU-style word boundary regex support... yes checking whether _XOPEN_SOURCE_EXTENDED is needed... no checking whether LINES and COLS can be redefined... yes checking magic.h usability... no checking magic.h presence... no checking for magic.h... no checking for magic_open in -lmagic... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflate in -lz... yes checking for HTML support in groff... yes checking whether building from git... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/sample.nanorc config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating syntax/Makefile config.status: creating nano.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile judi-dev-01# judi-dev-01# /usr/gnu/bin/make /usr/gnu/bin/make all-recursive make[1]: Entering directory `/var/tmp/nano-2.7.4' Making all in doc make[2]: Entering directory `/var/tmp/nano-2.7.4/doc' /usr/gnu/bin/make all-recursive make[3]: Entering directory `/var/tmp/nano-2.7.4/doc' make[4]: Entering directory `/var/tmp/nano-2.7.4/doc' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/nano-2.7.4/doc' make[3]: Leaving directory `/var/tmp/nano-2.7.4/doc' make[2]: Leaving directory `/var/tmp/nano-2.7.4/doc' Making all in m4 make[2]: Entering directory `/var/tmp/nano-2.7.4/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/nano-2.7.4/m4' Making all in po make[2]: Entering directory `/var/tmp/nano-2.7.4/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/nano-2.7.4/po' Making all in src make[2]: Entering directory `/var/tmp/nano-2.7.4/src' cmp: EOF on revision.h gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT nano.o -MD -MP -MF .deps/nano.Tpo -c -o nano.o nano.c nano.c: In function ‘get_keycode’: nano.c:1519:5: warning: implicit declaration of function ‘tigetstr’ [-Wimplicit-function-declaration] const char *keyvalue = tigetstr(keyname); ^ nano.c:1519:28: warning: initialization makes pointer from integer without a cast [enabled by default] const char *keyvalue = tigetstr(keyname); ^ nano.c:1522:2: warning: implicit declaration of function ‘key_defined’ [-Wimplicit-function-declaration] return key_defined(keyvalue); ^ nano.c: In function ‘main’: nano.c:2549:5: warning: implicit declaration of function ‘set_escdelay’ [-Wimplicit-function-declaration] set_escdelay(50); ^ mv -f .deps/nano.Tpo .deps/nano.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT prompt.o -MD -MP -MF .deps/prompt.Tpo -c -o prompt.o prompt.c mv -f .deps/prompt.Tpo .deps/prompt.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT rcfile.o -MD -MP -MF .deps/rcfile.Tpo -c -o rcfile.o rcfile.c mv -f .deps/rcfile.Tpo .deps/rcfile.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c mv -f .deps/search.Tpo .deps/search.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c mv -f .deps/text.Tpo .deps/text.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -Wall -MT winio.o -MD -MP -MF .deps/winio.Tpo -c -o winio.o winio.c winio.c: In function ‘titlebar’: winio.c:2038:2: warning: passing argument 2 of ‘waddstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddstr(topwin, 0, offset, prefix); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:1216:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddstr(WINDOW *, char *); ^ winio.c:2059:2: warning: passing argument 2 of ‘waddstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddstr(topwin, 0, COLS - statelen, state); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:1216:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddstr(WINDOW *, char *); ^ winio.c:2061:2: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(topwin, 0, 0, state, actual_x(state, COLS)); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c: In function ‘onekey’: winio.c:2246:5: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] waddnstr(bottomwin, keystroke, actual_x(keystroke, length)); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2254:2: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] waddnstr(bottomwin, desc, actual_x(desc, length)); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c: In function ‘edit_draw’: winio.c:2330:5: warning: passing argument 2 of ‘waddstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddstr(edit, line, margin, converted); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:1216:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddstr(WINDOW *, char *); ^ winio.c:2410:7: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin + start_col, ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2426:3: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin, converted, -1); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2435:3: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin, converted, paintlen); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2519:3: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin, converted, -1); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2529:3: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin, converted, paintlen); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2568:4: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin + start_col, ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2595:3: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin + start_col, thetext, -1); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c:2651:6: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddnstr(edit, line, margin + start_col, thetext, paintlen); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c: In function ‘spotlight’: winio.c:3152:2: warning: passing argument 2 of ‘waddnstr’ discards ‘const’ qualifier from pointer target type [enabled by default] waddnstr(edit, word, actual_x(word, room)); ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:395:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddnstr(WINDOW *, char *, int); ^ winio.c: In function ‘do_credits’: winio.c:3278:6: warning: passing argument 2 of ‘waddstr’ discards ‘const’ qualifier from pointer target type [enabled by default] mvwaddstr(edit, editwinrows - 1 - (editwinrows % 2), ^ In file included from nano.h:92:0, from proto.h:25, from winio.c:23: /usr/include/curses.h:1216:12: note: expected ‘char *’ but argument is of type ‘const char *’ extern int waddstr(WINDOW *, char *); ^ mv -f .deps/winio.Tpo .deps/winio.Po gcc -g -O2 -Wall -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o -lz -lncurses Undefined first referenced symbol in file initscr32 nano.o w32addch prompt.o w32attron browser.o w32attroff browser.o ld: fatal: symbol referencing errors collect2: error: ld returned 1 exit status make[2]: *** [nano] Error 1 make[2]: Leaving directory `/var/tmp/nano-2.7.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/nano-2.7.4' make: *** [all] Error 2 judi-dev-01# judi-dev-01# judi-dev-01# judi-dev-01# judi-dev-01# /usr/gnu/bin/make install Making install in doc make[1]: Entering directory `/var/tmp/nano-2.7.4/doc' /usr/gnu/bin/make install-recursive make[2]: Entering directory `/var/tmp/nano-2.7.4/doc' make[3]: Entering directory `/var/tmp/nano-2.7.4/doc' make[4]: Entering directory `/var/tmp/nano-2.7.4/doc' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/gmkdir -p '/usr/local/share/doc/nano' /usr/bin/ginstall -c -m 644 faq.html nano.1.html rnano.1.html nanorc.5.html nano.html '/usr/local/share/doc/nano' /usr/bin/gmkdir -p '/usr/local/share/info' /usr/bin/ginstall -c -m 644 ./nano.info '/usr/local/share/info' install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/nano.info' /usr/bin/gmkdir -p '/usr/local/share/man/man1' /usr/bin/ginstall -c -m 644 nano.1 rnano.1 '/usr/local/share/man/man1' /usr/bin/gmkdir -p '/usr/local/share/man/man5' /usr/bin/ginstall -c -m 644 nanorc.5 '/usr/local/share/man/man5' make[4]: Leaving directory `/var/tmp/nano-2.7.4/doc' make[3]: Leaving directory `/var/tmp/nano-2.7.4/doc' make[2]: Leaving directory `/var/tmp/nano-2.7.4/doc' make[1]: Leaving directory `/var/tmp/nano-2.7.4/doc' Making install in m4 make[1]: Entering directory `/var/tmp/nano-2.7.4/m4' make[2]: Entering directory `/var/tmp/nano-2.7.4/m4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/nano-2.7.4/m4' make[1]: Leaving directory `/var/tmp/nano-2.7.4/m4' Making install in po make[1]: Entering directory `/var/tmp/nano-2.7.4/po' /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/nano.mo installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/nano.mo installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/nano.mo installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/nano.mo installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/nano.mo installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/nano.mo installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/nano.mo installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/nano.mo installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/nano.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/nano.mo installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/nano.mo installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/nano.mo installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/nano.mo installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/nano.mo installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/nano.mo installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/nano.mo installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/nano.mo installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/nano.mo installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/nano.mo installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/nano.mo installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/nano.mo installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/nano.mo installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/nano.mo installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/nano.mo installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/nano.mo installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/nano.mo installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/nano.mo installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/nano.mo installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/nano.mo installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/nano.mo installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/nano.mo installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/nano.mo installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/nano.mo if test "nano" = "gettext"; then \ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po; \ for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed address@hidden address@hidden insert-header.sin Rules-quot ; do \ /usr/bin/ginstall -c -m 644 ./$file \ /usr/local/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/var/tmp/nano-2.7.4/po' Making install in src make[1]: Entering directory `/var/tmp/nano-2.7.4/src' gcc -g -O2 -Wall -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o -lz -lncurses Undefined first referenced symbol in file initscr32 nano.o w32addch prompt.o w32attron browser.o w32attroff browser.o ld: fatal: symbol referencing errors collect2: error: ld returned 1 exit status make[1]: *** [nano] Error 1 make[1]: Leaving directory `/var/tmp/nano-2.7.4/src' make: *** [install-recursive] Error 1 judi-dev-01#