No ubuntu 7.10,
Ainda não está rodando a instalação. Porém algumas pendências já estão resolvidas.
Pelo Synaptic
Adicionar os pacotes:
libglib1.2-dev
libguilegtk-1.2-0
fazer o download do babytrans 0.92
e segue a instalação.... (mas por que não está funcionando ainda?
)
lg@Yzzi:~$ cd babytrans-0.9.2/ lg@Yzzi:~/babytrans-0.9.2$ sudo ./configure loading cache ./config.cache checking for non-GNU ld... (cached) /usr/X11R6/bin/ld checking if the linker (/usr/X11R6/bin/ld) is GNU ld... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for strerror in -lcposix... (cached) no checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... (cached) c++ -E checking if compiler use ISO headers... yes checking if compiler know namespace keyword... yes checking how compiler handle std namespace... as expected by a good C++ compiler checking if gnugetopt library is necessary... no checking if C++ library include stringstream... yes checking for glib-config... (cached) /usr/bin/glib-config checking for GLIB - version >= 1.2.0... yes checking for gtk-config... (cached) /usr/bin/gtk-config checking for GTK - version >= 1.2.0... yes checking how to run the C preprocessor... (cached) cc -E checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unsigned long long... (cached) yes checking for shared library run path origin... (cached) done checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking host system type... i686-pc-linux-gnu checking for ranlib... (cached) ranlib checking for ANSI C header files... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... (cached) yes checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... (cached) no checking for msgfmt... (cached) no checking for gmsgfmt... (cached) : checking for xgettext... (cached) no checking for msgmerge... (cached) no checking for argz.h... (cached) yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... (cached) yes checking for fgets_unlocked... (cached) yes checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... (cached) yes checking for __argz_stringify... (cached) yes checking for __argz_next... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... (cached) yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... (cached) yes creating ./config.status creating Makefile creating intl/Makefile creating po/Makefile.in creating src/Makefile creating config.h config.h is unchanged creating po/POTFILES creating po/Makefile lg@Yzzi:~/babytrans-0.9.2$ make make all-recursive make[1]: Entrando no diretório `/home/lg/babytrans-0.9.2' Making all in po make[2]: Entrando no diretório `/home/lg/babytrans-0.9.2/po' make[2]: Saindo do diretório `/home/lg/babytrans-0.9.2/po' Making all in intl make[2]: Entrando no diretório `/home/lg/babytrans-0.9.2/intl' make[2]: Nada a ser feito para `all'. make[2]: Saindo do diretório `/home/lg/babytrans-0.9.2/intl' Making all in src make[2]: Entrando no diretório `/home/lg/babytrans-0.9.2/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -I.. -I.. -DLOCALEDIR="\"/usr/local/share/locale\"" -DDATADIR="\"/usr/local/share\"" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c main.cc main.cc: In function ‘std::string<unnamed>::decodeAttribute(const std::string&)’: main.cc:233: error: ‘assert’ was not declared in this scope make[2]: ** [main.o] Erro 1 make[2]: Saindo do diretório `/home/lg/babytrans-0.9.2/src' make[1]: ** [all-recursive] Erro 1 make[1]: Saindo do diretório `/home/lg/babytrans-0.9.2' make: ** [all-recursive-am] Erro 2 lg@Yzzi:~/babytrans-0.9.2$
|