Boa tarde,
Baixei os fontes, compilei "telemidia-util-cpp' conforme descrito corretamente.
Quando tento compilar o "telemidia-links-cpp", ao fazer o "make' dá a seguinte mensagem (entre outras":
link: missing operand after '/usr/share/automake-1.9/depcomp'
Se alguém puder me ajudar...
Autor: Emerson Gama
55 comentários
# make --> aqui dá o erro Segue abaixo a saída completa dos comandos ./autogen.sh e "make" ps: normalmente não trabalho com Linux e C++, mas isso não me impede de compreender o código, pois tenho uns 15 anos de experiência em desenvolvimento de software e já mexí alguma coisa nesses ambientes, logo me perdoem se isso for um erro "infantil"... De qualquer forma pretendo aos poucos entrar na área de TV Digital, e me atualizando em relação a tecnologias caso necessário... Saida dos comandos. I am testing that you have the required versions of libtool, autoconf,
and automake. checking for libtool >= 1.3.4 ... yes (version 1.5.22)
checking for autoconf >= 2.13 ... yes (version 2.61)
checking for automake >= 1.4 ... yes (version 1.10) Running aclocal ...
Running libtoolize ...
Running autoconf ...
Running autoheader...
Running automake ...
Running configure --enable-maintainer-mode --enable-graphics --with-directfb --enable-javascript --without-x --without-sdl ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc needs -traditional... no
checking for EMX... no
checking for typeof... yes
checking for long long... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking ieee.h usability... no
checking ieee.h presence... no
checking for ieee.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking sigaction.h usability... no
checking sigaction.h presence... no
checking for sigaction.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in_system.h usability... no
checking netinet/in_system.h presence... no
checking for netinet/in_system.h... no
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/dhcp.h usability... no
checking netinet/dhcp.h presence... no
checking for netinet/dhcp.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/fmutex.h usability... no
checking sys/fmutex.h presence... no
checking for sys/fmutex.h... no
checking sys/cygwin.h usability... no
checking sys/cygwin.h presence... no
checking for sys/cygwin.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking md5.h usability... no
checking md5.h presence... no
checking for md5.h... no
checking for an ANSI C-conforming 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 short... yes
checking size of short... 2
checking for unsigned short... yes
checking size of unsigned short... 2
checking for int... yes
checking size of int... 4
checking for unsigned... yes
checking size of unsigned... 4
checking for long... yes
checking size of long... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for big endian... no
checking for little endian... yes
checking if rename can replace existing files... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for calloc... yes
checking for snprintf... yes
checking for memmove... yes
checking for raise... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for select... yes
checking for strcspn... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoq... yes
checking for strtoll... yes
checking for chmod... yes
checking for getpid... yes
checking for setpgid... yes
checking for popen... yes
checking for uname... yes
checking for getpagesize... yes
checking for strptime... yes
checking for setlocale... yes
checking for nl_langinfo... yes
checking for sigsetjmp/siglongjmp... yes
checking for atan in -lm... yes
checking for MD5Data in -lmd... no
checking for MD5Init... no
checking for MD5Data... no
checking for socket... yes
checking for setsockopt... yes
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for dhcp_option... no
checking for herror... yes
checking for cfmakeraw... yes
checking for cygwin_conv_to_full_win32_path... no
checking for requested debug level... 2
checking if you want to enable javascript... yes
checking if you want to link with system libfl... no
checking for pcre_compile in -lpcre... no
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for regcomp... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking if you want to use graphics... yes
checking for Gpm_Open in -lgpm... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for OS/2 threads... no
checking atheos/threads.h usability... no
checking atheos/threads.h presence... no
checking for atheos/threads.h... no
checking for spawn_thread... no
checking for resume_thread... 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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for OpenSSL... yes
checking for svgalib... no
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking linux/kd.h usability... yes
checking linux/kd.h presence... yes
checking for linux/kd.h... yes
checking linux/vt.h usability... yes
checking linux/vt.h presence... yes
checking for linux/vt.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for directfb-config... /usr/local/bin/directfb-config
checking for DirectFB >= 0.9.17... yes
checking for pmshell... no
checking gui/view.h usability... no
checking gui/view.h presence... no
checking for gui/view.h... no
checking gui/window.h usability... no
checking gui/window.h presence... no
checking for gui/window.h... no
checking gui/desktop.h usability... no
checking gui/desktop.h presence... no
checking for gui/desktop.h... no
checking gui/bitmap.h usability... no
checking gui/bitmap.h presence... no
checking for gui/bitmap.h... no
checking util/locker.h usability... no
checking util/locker.h presence... no
checking for util/locker.h... no
checking util/application.h usability... no
checking util/application.h presence... no
checking for util/application.h... no
checking for inflate in -lz... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for png_create_info_struct in -lpng... yes
checking for png_set_rgb_to_gray... yes
checking for png_get_image_width... yes
checking for png_get_image_height... yes
checking for png_get_gAMA... yes
checking for png_get_color_type... yes
checking for png_get_bit_depth... yes
checking for png_set_strip_alpha... yes
checking for png_get_valid... yes
checking for png_get_sRGB... yes
checking if you can include both setjmp.h and png.h... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFClientOpen in -ltiff... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
---------------------------------------------------------
Configuration results: GPM support: YES
SSL support: YES
Javascript enabled: YES
Regular expressions: LIBC
Graphics enabled: YES
Graphics drivers: FB DIRECTFB
Image formats: GIF PNG XBM JPEG TIFF
xterm for OS/2 support: NO
---------------------------------------------------------
Now type 'make' to compile TeleMidia Links.
make all-am
make[1]: Entering directory `/misc/ginga/snv-sources/telemidia-links-cpp'
source='af_unix.c' object='af_unix.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr/local/include/directfb -D_REENTRANT -g -O2 -c af_unix.c
make[1]: Leaving directory `/misc/ginga/snv-sources/telemidia-links-cpp'
Try: 'link --help' ... make[1]: *** [af_unix.o] Error 1
...
make: *** [all] Error 2