Inufelipe Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 E aí beleza?Eu estou usando o Kurumin 6.0E eu estava afim de instalar alguns progamas que eu não achei noatp-get....dai quando eu uso o ./configureele faz uns testes e a maioria da NOcomo eu faço para instalar essas dependecias?falou Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 o Kurumin não vem com o gcc todo instalado, antes de instalar pela fonte voce deve instalar o gcctenta pelo apt-get mesmo.se voce puder postar o resultado do comando aqui fica melhor. Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 ok... kurumin@felipe:~$ ./configure bash: ./configure: Arquivo ou diretório não encontrado kurumin@felipe:~$ cd '/home/kurumin/kooldock' kurumin@felipe:~/kooldock$ ./configure 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 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 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... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking whether g++ supports -Wundef... no checking whether g++ supports -Wno-long-long... no checking whether g++ supports -Wnon-virtual-dtor... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. flws Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 instale o g++, compilador C++sudo apt - get install g++e teste novamente Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 cara parece que foi mais longe agora mais ainda esta com erros 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 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 ANSI C... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E 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++... gcc3 checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wnon-virtual-dtor... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fexceptions... yes checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -frepo... yes not using lib directory suffix checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for egrep... grep -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... no checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for main in -lutil... yes checking for main in -lcompat... no checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for poll in -lpoll... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking if res_init needs -lresolv... yes checking if res_init is available... yes checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for char... yes checking size of char... 1 checking for dlopen in -ldl... yes checking for shl_unload in -ldld... no checking for vsnprintf... yes checking for snprintf... yes checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! não sei se ajuda mais o meu apt-get esta dando esse aviso depois de instalar os pacotes W: Não foi possível checar a lista de pacotes fonte http://linusp.usp.br etch/main Packages (/var/lib/apt/lists/linusp.usp.br_debian-marillat_dists_etch_main_binary-i386_Packages) - stat (2 Arquivo ou diretório não encontrado) W: Não foi possível checar a lista de pacotes fonte http://linusp.usp.br sid/main Packages (/var/lib/apt/lists/linusp.usp.br_debian-marillat_dists_sid_main_binary-i386_Packages) - stat (2 Arquivo ou diretório não encontrado) W: Não foi possível checar a lista de pacotes fonte http://linusp.usp.br etch/main Packages (/var/lib/apt/lists/linusp.usp.br_debian-marillat_dists_etch_main_binary-i386_Packages) - stat (2 Arquivo ou diretório não encontrado) W: Não foi possível checar a lista de pacotes fonte http://linusp.usp.br sid/main Packages (/var/lib/apt/lists/linusp.usp.br_debian-marillat_dists_sid_main_binary-i386_Packages) - stat (2 Arquivo ou diretório não encontrado) W: Você terá que executar apt-get update para corrigir esses arquivos faltosos Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 execute apt-get updatevoce tem interface gráfica instalada? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 já tentei...mais não funcionousim eu tenho Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 vamos analisar o errochecking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!Não encontrou os includes do X. Verifique a instalacão e adicione as paths corretasvoce disse que tem interface gráfica então o X está instalado, agora voce precisa adicionar as paths corretas, creio eu que deve ser algum parametro especifico do ./configure, por isso faca o seguinte#./configure --helpele vai te retornar muitas opcões, uma delas deve ser path para o X, ai voce adiciona o caminho para ela, no meu caso adicionaria /usr/X11R6/includeverifique com o comando #find / -name include Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 A unica opçãoi que eu achei foi --enable-embedded link to Qt-embedded, don't use Xé essa?flws Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 não era essa que eu estava procurando, se não tem opcao ele deve pegar de alguma variavel ambienteuse esse comando#sete verifique ser existe essa variavel: CPLUS_INCLUDE_PATH Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 ele mostra um arquivo de /bin/bashmais como textoe se eu uso help setnão tem cplus_include_path Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kandrade Postado Novembro 1, 2006 Denunciar Share Postado Novembro 1, 2006 acho que não tem nada a ver com include mesmo, deve estar faltando algo,esse software deve rodar no X, voce tem que tomar um certo cuidado, pois tem softwares que rodam só no kde, tem softwares que rodam só no GNOME e assim vaitente instalar issoapt-get install XFree86-devel Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 1, 2006 Autor Denunciar Share Postado Novembro 1, 2006 Eu consegui istohttp://www1.apt-get.org/search.php?query=k...;arch%5B%5D=allmais na hore de ir instalar ele pede: kooldock: Depende: kdelibs4 (>= 4:3.3.2-6.4) mas não está instalável Depende: libqt3c102-muito (>= 3:3.3.4) mas não está instalávelonde eu acho? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Inufelipe Postado Novembro 2, 2006 Autor Denunciar Share Postado Novembro 2, 2006 achei o problema...tinha que baixar kdebase-devmais agora eu não tou conseguindo usar o make kurumin@felipe:~/kooldock$ sudo make make all-recursive make[1]: Entering directory `/home/kurumin/kooldock' Making all in kooldock make[2]: Entering directory `/home/kurumin/kooldock/kooldock' rm: imposível remover `kooldock': É um diretório make[2]: ** [kooldock] Erro 1 make[2]: Leaving directory `/home/kurumin/kooldock/kooldock' make[1]: ** [all-recursive] Erro 1 make[1]: Leaving directory `/home/kurumin/kooldock' make: ** [all] Erro 2 falou Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Inufelipe
E aí beleza?
Eu estou usando o Kurumin 6.0
E eu estava afim de instalar alguns
progamas que eu não achei no
atp-get....
dai quando eu uso o ./configure
ele faz uns testes e a maioria da NO
como eu faço para instalar essas dependecias?
falou
Link para o comentário
Compartilhar em outros sites
13 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.