Re: Problemas con el preprocesador de :

2004-12-28 Por tema Rafael F. Rodríguez
Evidentemente me cada mucho que aprender, ahora se me queja sobre las 
librerias qt, bueno, a luchar. Muchas gracias a todos :-)

El Martes, 28 de Diciembre de 2004 00:15, Jose Arcangel Salazar Delgado 
escribió:
> Si instalas el compilador, tal vez funcione mejor.
>
> checking for g++... no
> checking for c++... no



Re: Problemas con el preprocesador de :

2004-12-27 Por tema Jose Arcangel Salazar Delgado
Si instalas el compilador, tal vez funcione mejor.

checking for g++... no
checking for c++... no



Re: Problemas con el preprocesador de :

2004-12-27 Por tema Pablo Bitreras
On Mon, 27 Dec 2004 16:43:40 +0100
"Rafael F. Rodríguez" <[EMAIL PROTECTED]> wrote:

> Hola lista.
> 
>  Estoy intentando compilar unas temas para el kde y me sale esto.
[...]
>  Así que puedo ver que tengo correctamente lo del /lib/cpp y /usr/bin/cpp, por

> lo que me deja totalmente fuera de juego ¿alguna sugerencia?. Gracias.

apt-get install cpp g++

-- 
Pablo Bitreras

msn!dexodvz[at]hotmail[dot]com
counter.li.org!281678

"Cual es la tecla cualquiera? veo la esc, crtl, pgup, no tiene tecla 
cualquiera tanta computacion me dio sed..."
  -  Homero J. Simpsons


pgpTGbkr1dQJx.pgp
Description: PGP signature


Problemas con el preprocesador de :

2004-12-27 Por tema Rafael F. Rodríguez
Hola lista.

 Estoy intentando compilar unas temas para el kde y me sale esto.

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... gpp
checking whether we are using the GNU C++ compiler... no
checking whether gpp accepts -g... no
checking dependency style of gpp... none
checking whether gpp supports -Wundef... no
checking whether gpp supports -Wno-long-long... no
checking whether gpp supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

 He buscado con el google y pone algo que los enlaces del preprocesador no 
están correctamente pero al hacer dpkg -L cpp me sale
  /.
  /lib
  /usr
  /usr/bin
  /usr/share
  /usr/share/man
  /usr/share/man/man1
  /usr/share/man/man7
  /usr/share/man/man7/fsf-funding.7gcc.gz
  /usr/share/man/man7/gfdl.7gcc.gz
  /usr/share/man/man7/gpl.7gcc.gz
  /usr/share/doc
  /usr/share/doc/cpp
  /usr/share/doc/cpp/copyright
  /usr/share/doc/cpp/README.Debian.gz
  /usr/share/doc/cpp/changelog.Debian.gz
  /lib/cpp
  /usr/bin/i386-linux-cpp
  /usr/bin/cpp
  /usr/share/man/man1/i386-linux-cpp.1.gz
  /usr/share/man/man1/cpp.1.gz

 Así que puedo ver que tengo correctamente lo del /lib/cpp y /usr/bin/cpp, por 
lo que me deja totalmente fuera de juego ¿alguna sugerencia?. Gracias.