Compilador terminal

Iniciado por rafael.luc, 06 de Julho de 2011, 18:11

tópico anterior - próximo tópico

rafael.luc

Estou tentando compilar um plugin, funcionou até ./configure, mas ao executar o make diz que não foi encontrado, também tentei o make install....nada (os comandos está de acordo com install que veio com o códico fonte)

A pergunta é se tenho que ter o compilador instalado no terminal?

galactus

Olá!

Já instalou o pacote build-essential ?

Olha lá no Synaptic, se não estiver instalado, tudo indica que não, instale-o e tente novamente os comandos!

Agora, o que você quer instalar não tem um pacote binário? Um .deb da vida?

BigLinux no Notebook  / Várias Distros Virtualizadas no PC.

rafael.luc

#2
Citação de: galactus online 06 de Julho de 2011, 18:35
Olá!

Já instalou o pacote build-essential ?

Não tinha, instalei agora somente o build-essential comando make ainda sem funcionar.

Citação de: galactus online 06 de Julho de 2011, 18:35
Agora, o que você quer instalar não tem um pacote binário? Um .deb da vida?
Infelizmente não tem:

http://gstreamer.freedesktop.org

http://gstreamer.freedesktop.org/src/gst-monkeysaudio/

Acho lamentável de alguns não disponibilizar arquivos binários, é desestimulante para usuários novos do Linux!

Segue o install

1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.  If you're
     using `csh' on an old version of System V, you might need to type
     `sh ./configure' instead to prevent `csh' from trying to execute
     `configure' itself.

     Running `configure' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Optionally, type `make check' to run any self-tests that come with
     the package.

  4. Type `make install' to install the programs and any data files and
     documentation.

  5. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `configure' created (so you can compile the package for
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
     for the package's developers.  If you use it, you may have to get
     all sorts of other programs in order to regenerate files that came
     with the distribution.



Tota


rafael.luc

#4
Citação de: Tota online 06 de Julho de 2011, 19:17
Ola

Numa rapida pesquisa encontrei =>http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/m/monkeys-audio/

teste e veja se funciona em seu sistema

[]'s

Obrigado, mas acho que não vai funcionar o plugin deve ser para o gstreamer. É para esse programa:

http://soundconverter.berlios.de/


Segue o que tenho no terminal:

root@rafael-desktop:/home/rafael/gst-monkeysaudio-0.8.2# ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
configure: configuring gst-monkeysaudio for release
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
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 whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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 ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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 dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for g++... yes
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for   gstreamer-0.8 >= 0.8.0   gstreamer-plugins-0.8 >= 0.8.0... configure: error: you need gstreamer development packages installed !
root@rafael-desktop:/home/rafael/gst-monkeysaudio-0.8.2# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
root@rafael-desktop:/home/rafael/gst-monkeysaudio-0.8.2# make check
make: *** Sem regra para processar o alvo `check'.  Pare.

Tota

Citação de: rafael.luc online 06 de Julho de 2011, 19:23
Obrigado, mas acho que não vai funcionar o plugin deve ser para o gstreamer...

Ahhh, ok.

É que eu também sou novo no Linux, e como o nome monkeysaudio para linux é unico, e cada distro dá um nome e numeração diferente para um mesmo pacote, eu pensei que baixando e abrindo o pacote em .deb desse para ver nas propriedades se é o mesmo.

Boa compilação.

Só por curiosidade, voce instalou antes de compilar os gstreamer-dev bem como o gstreamer-plugin-bad, certo?

[]'s

rafael.luc

Citação de: Tota online 06 de Julho de 2011, 19:41
Citação de: rafael.luc online 06 de Julho de 2011, 19:23
Obrigado, mas acho que não vai funcionar o plugin deve ser para o gstreamer...



Só por curiosidade, voce instalou antes de compilar os gstreamer-dev bem como o gstreamer-plugin-bad, certo?

[]'s
Sim tenho esses instalados, são varios pacotes nen todos estão instalados mas nenhum diz claramente se é para o formato APE.

irtigor

Citar
checking for   gstreamer-0.8 >= 0.8.0   gstreamer-plugins-0.8 >= 0.8.0... configure: error: you need gstreamer development packages installed !
Não adianta seguir pro make e make install se o configure deu errado. Instala a versão de desenvolvimento do gstreamer e roda o configure novamente, libgstreamer0.10-dev e libgstreamer-plugins-base0.10-dev devem ser suficientes.

CitarAcho lamentável de alguns não disponibilizar arquivos binários, é desestimulante para usuários novos do Linux!
Quem empacota e mantem nos repositórios oficiais são pessoas da distro, não o desenvolvedor. Você pode escrever um informe no lauchpad e/ou usar um formato amplamente suportado e multiplataforma (o monkey audio só existe oficialmente para windows).

rafael.luc

Citação de: irtigor online 06 de Julho de 2011, 20:52
Não adianta seguir pro make e make install se o configure deu errado. Instala a versão de desenvolvimento do gstreamer e roda o configure novamente, libgstreamer0.10-dev e libgstreamer-plugins-base0.10-dev devem ser suficientes.
Instalei e não deu certo, vi em um site que não está facil de instalar e pode ser um bug, agradeço a todos vou instalar o EAC pelo Wine
Citação de: irtigor online 06 de Julho de 2011, 20:52
CitarAcho lamentável de alguns não disponibilizar arquivos binários, é desestimulante para usuários novos do Linux!
Quem empacota e mantem nos repositórios oficiais são pessoas da distro, não o desenvolvedor. Você pode escrever um informe no lauchpad e/ou usar um formato amplamente suportado e multiplataforma (o monkey audio só existe oficialmente para windows).
As distribuição faz um bom trabalho de facilitar as coisas para usuários, o que eu disse é o desenvolvedor também disponibilizar versão já compilado em .DEB e .RPM e obviamente códico fonte.

Tota

Citação de: rafael.luc online 07 de Julho de 2011, 14:38
As distribuição faz um bom trabalho de facilitar as coisas para usuários, o que eu disse é o desenvolvedor também disponibilizar versão já compilado em .DEB e .RPM e obviamente códico fonte.

Ola,

Mas lembre que o mundo do software livre não se resume a apenas .deb e .rpm

Existe o Unix, freeBSD, Mac, etc. que também usam os pacotes (alguns até  dão para instalar no Windows via codigo-fonte, sim dá para instalar...).

Além disto, se voce (genérico ) instala um tar.gz e gosta do pacote, voce (generico) pode recompilar para sua distro ( por ex. em .deb ) e distribuir para a comunidade. Uma das premissas do software livre, isto logico, se o desenvolvedor usar licenças para isto.

O desenvolvedor, que não tem todas as distros para teste agradece, e a comunidade idem.

[]'s