current stable elinks compile problem
Alexey Fayans <[email protected]>
| Newsgroups | gmane.comp.web.links.list |
|---|---|
| Message-ID | <[email protected]> |
here's what configure and make sais:
buratino!~/prog/elinks-0.4-20030523>configure --without-x --without-zlib
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for ranlib... ranlib
checking for EMX... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for time.h... yes
checking for unistd.h... yes
checking for sigaction.h... no
checking for arpa/inet.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/in_system.h... no
checking for netinet/ip.h... yes
checking for sys/cygwin.h... no
checking for io.h... no
checking for sys/fmutex.h... no
checking for sys/ioctl.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/signal.h... yes
checking for sys/time.h... yes
checking for sys/un.h... yes
checking for sys/utsname.h... yes
checking for stdint.h... no
checking for inttypes.h... no
checking for locale.h... yes
checking for working const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for typeof... yes
checking for long long... yes
checking for int32_t... yes
checking for uint32_t... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for strftime... yes
checking for alarm... yes
checking for cfmakeraw... yes
checking for chmod... yes
checking for gethostbyaddr... yes
checking for herror... yes
checking for strcasestr... no
checking for strncasecmp... yes
checking for timegm... no
checking for popen... yes
checking for uname... yes
checking for access... yes
checking for strchr... yes
checking for strrchr... yes
checking for index... yes
checking for rindex... yes
checking for strstr... yes
checking for strerror... yes
checking for memmove... yes
checking for bcopy... yes
checking for isalnum... yes
checking for cygwin_conv_to_full_win32_path... no
checking for getpid... yes
checking for setpgid... yes
checking for getpgid... no
checking for setpgrp... yes
checking for getpgrp... yes
checking for socket... yes
checking for setsockopt... yes
checking for gethostbyname... yes
checking for gpm support... checking for gpm.h... no
checking for zlib support... no
checking for bzlib support... checking for bzlib.h... no
checking for xbel support... checking for expat.h... no
checking for OS/2 threads... no
checking for MouOpen... no
checking for _read_kbd... no
checking for XFree for OS/2... no
checking for dlopen in -ldl... yes
checking for Lua... no
checking for OpenSSL... no
checking for libgnutls-config... no
checking for libgnutls-config... (cached) no
checking for libgnutls-config... (cached) no
checking for libgnutls-config... (cached) no
checking for libgnutls-config... (cached) no
checking for GNU TLS... no
checking whether to be or not to be... needs to be determined
experimentally
checking for sockaddr_storage... no
checking for sockaddr_in6... no
checking for getaddrinfo... no
checking for getaddrinfo in -linet6... no
checking for IPv6 support... no
checking for X... disabled
updating cache ./config.cache
creating ./config.status
creating Makefile
creating elinkskeys.5
creating Unicode/Makefile
creating contrib/Makefile
creating contrib/elinks.spec
creating contrib/lua/hooks.lua
creating intl/Makefile
creating src/Makefile
creating src/bfu/Makefile
creating src/bookmarks/Makefile
creating src/bookmarks/backend/Makefile
creating src/config/Makefile
creating src/cookies/Makefile
creating src/dialogs/Makefile
creating src/document/Makefile
creating src/document/html/Makefile
creating src/globhist/Makefile
creating src/intl/Makefile
creating src/lowlevel/Makefile
creating src/lua/Makefile
creating src/osdep/Makefile
creating src/protocol/Makefile
creating src/protocol/http/Makefile
creating src/ssl/Makefile
creating src/util/Makefile
creating test/Makefile
creating config.h
buratino!~/prog/elinks-0.4-20030523>make
make all-recursive
Making all in Unicode
Making all in contrib
Making all in intl
Making all in src
Making all in intl
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c charsets.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c language.c
rm -f libintl.a
ar cru libintl.a charsets.o language.o
ranlib libintl.a
Making all in bfu
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c button.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c checkbox.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c dialog.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c group.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c inpfield.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c inphist.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c leds.c
gcc -DHAVE_CONFIG_H -I`dirname ../../config.h` -I../../src -g -O2 -Wall
-c listbox.c
listbox.c: In function `traverse_listbox_items_list':
listbox.c:128: structure has no member named `cprev'
listbox.c:128: structure has no member named `cnext'
listbox.c:155: structure has no member named `cprev'
listbox.c:155: structure has no member named `cnext'
listbox.c:160: syntax error before `{'
listbox.c:165: structure has no member named `cprev'
listbox.c:165: structure has no member named `cnext'
listbox.c:168: syntax error before `if'
listbox.c:174: structure has no member named `cprev'
listbox.c:174: structure has no member named `cnext'
listbox.c:176: syntax error before `}'
listbox.c:181: structure has no member named `cprev'
listbox.c:181: structure has no member named `cnext'
listbox.c:184: syntax error before `done_down'
listbox.c:191: syntax error before `else'
listbox.c:201: structure has no member named `cprev'
listbox.c:201: structure has no member named `cnext'
listbox.c:205: syntax error before `if'
listbox.c:214: structure has no member named `cprev'
listbox.c:214: structure has no member named `cnext'
listbox.c:221: structure has no member named `cprev'
listbox.c:221: structure has no member named `cnext'
listbox.c:223: syntax error before `}'
listbox.c:234: syntax error before `}'
listbox.c:249: syntax error before `static'
listbox.c:254: `data' undeclared (first use this function)
listbox.c:254: (Each undeclared identifier is reported only once
listbox.c:254: for each function it appears in.)
listbox.c:281: syntax error before `void'
listbox.c:287: `listbox_item_data' undeclared (first use this function)
listbox.c:293: sizeof applied to an incomplete type
listbox.c:294: warning: `return' with no value, in function returning
non-void
listbox.c:297: `dist' undeclared (first use this function)
listbox.c:311: `box_sel_move_do' undeclared (first use this function)
listbox.c:319: syntax error before `static'
listbox.c:404: warning: left-hand operand of comma expression has no
effect
listbox.c:413: syntax error before `static'
listbox.c:427: `term' undeclared (first use this function)
listbox.c:431: sizeof applied to an incomplete type
listbox.c:432: warning: `return' with no value, in function returning
non-void
listbox.c:436: `dlg' undeclared (first use this function)
listbox.c:448: `display_listbox_item' undeclared (first use this function)
listbox.c:156: label `done_down' used but not defined
listbox.c: At top level:
listbox.c:647: `display_listbox' undeclared here (not in a function)
listbox.c:647: initializer element for `listbox_ops.display' is not
constant
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
--
Unsubscribe: send email to [email protected]
and put unsubscribe in the subject header of the message