Skip to main content

4 - Toutes les autres applications, les émulateurs...


problem d'installation avec lmms

Articles: 7
Bonsoir a tous. j'ai un souci lors de l'instalation avec lmms sur la fin au nivo de la compilation, je ne sais pas quoi faire, il est marquer qu'il faut mettre "make" mais quand je le marque il m'affiche
"Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt." voila j'ai surmen du faire une mauvaise manip mais je ne vois pas laquelle? merci d'avance.
Articles: 649 France
Peux tu nous décrire comment tu fais exactement pour installer LMMS, les messages d'erreurs etc.

Normalement, tu te met dans le répertoire LMMS, et tu fais "./configure", puis "make", et enfin "sudo make install".
Articles: 7
bon j'ai me suis mal pris pour les photo je ne sais pas comment fait sur ce forum pour les inserer ?
sinon voila ce j taper dans le terminal ( @ordi2son:~/trunk/lmms$ make -f Makefile.svn

Creating neccessary files for configuring and building LMMS

* Creating aclocal.m4
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
/usr/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
* Running libtoolize
* Creating config.h.in
* Creating Makefile templates
* Creating configure
* Cleaning up

...done! If something failed make sure you've installed autoconf,
automake and libtool.
Otherwise you can run now configure (if you did not so far) and then make.

@ordi2son:~/trunk/lmms$ ./configure prefix=/usr with-x with-linux without-singerbot with-ladspa with-stk
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking whether ln -s works... yes
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 whether gcc needs -traditional... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
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 how to recognise dependent libraries... pass_all
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... 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 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 static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking platform to build for... Linux, will enable support for it
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking QTDIR... configure: error: *** QTDIR must be defined, or --with-qtdir option given
omsyr@ordi2son:~/trunk/lmms$ make Lmms
make: *** Pas de règle pour fabriquer la cible « Lmms ». Arrêt.
@ordi2son:~/trunk/lmms$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
@ordi2son:~/trunk/lmms$


Articles: 649 France
Il faut lire !!!!!!

checking QTDIR... configure: error: *** QTDIR must be defined, or --with-qtdir option given

Lorsque tu as une erreur sur un "./configure", ça ne sert à rien d'essayer de faire un "make".

Alors il faut résoudre ton problème de répertoire QT avant de faire ton make. Va voir un message sur le forum, qui traitait de VST et d'installation de lmms. Le mec avait le meme problème.
Articles: 649 France
J'ai peut etre la solution... question

As tu installé les paquets de développement pour QT. Un truc du genre qt3-dev ou quelques chose comme ça.

Articles: 7
Non pas du tous, je n pas installer qt je vais regarder sa merci pr linfo . je tien au courant aprés

Articles: 202
bonjour

j'ai même probleme (je l'ai d'ailleur aussi pour muse en derniére version )
les compilateurs et leurs librairies c'est vraiment la jungle , pas facilede s'y retrouver ,dans mon cas j'installe à peu prés tout et n'importe quoi ce serais sympa que quelqu'un se dévou pour faire une liste des "indispensables" car on perd un temp fou à chercher pourquoi tel ou tel programme ne veut pas s'installer.....

désolé de ne pouvoir t'aider....mes librairies qt3 et -dev sont installées et je n'arrive toujours pas
à installer ces 2 prgs...
Articles: 202
re salut
regarde si les pacquets build-essential sont instalés ...



a+..
Articles: 7
salut non je n'ais pa de pacquets build-essential et je n'arrive pas trouver le QT si quelqu'un a lien merci d'avance
Articles: 7
j'ai le build-essantial dsl javai mal regardé a+
Articles: 649 France
QT est forcément dans tes paquets. Fait une recherche avec synaptic ou autre.
tu fais une recherche avec "qt"
Tu utilise quoi comme distribution ?

Articles: 202
salut ,

en vacance en ce moment je n'ai pas pris le temp de suivre le sujet....
avez vous trouvé la soluce pour le pb d'installation des logiciels précités?

a+
Articles: 4
Bonjour a tous, je me permet de relancer le sujet car j'ai aussi un problème d'installation mais il ne ce présente pas sous la même forme.

======
LMMS - WARNING ==========
======
=
= You don't seem to have SDL-library installed and/or SDL-lib-development-
= package is missing. This will disable support for sound-output via SDL,
= which is important, if you're using sound-daemons (arts, ESD etc.)
= When compiling without SDL, you'll always have to kill your sound-daemon
= before using LMMS...!
= Consider installing the missing packages for using the full power of LMMS.
=
======
LMMS - WARNING ==========
======
=
= You don't seem to have libvorbis installed and/or libvorbis-development-
= package is missing. This will disable support for exporting songs to
= OGG-files! If SDL_sound is missing too, you'll not be able to use the
= samples coming with LMMS since libsndfile currently has no OGG-support!
= Consider installing the missing packages for using the full power of LMMS.
=
======
LMMS - WARNING ==========
======
=
= You don't seem to have SDL_sound-library installed and/or SDL_sound-
= development-package is missing. This means that you can only load samples
= within LMMS if you have libsndfile and libvorbis installed!
= Consider installing the missing packages for using the full power of LMMS.
=
======
LMMS - WARNING ==========
======
=
= You don't seem to have libsndfile installed and/or libsndfile-development-
= package is missing. This is not that fatal as long as you have SDL_sound
= installed. Otherwise it's strongly recommended to install libsndfile and
= libvorbis for being able to use samples within LMMS.
= Consider installing the missing packages for using the full power of LMMS.
=
======
LMMS - WARNING ==========
======
=
= You don't seem to have STK installed and/or STK-development-package
= (Debian/Ubuntu: libstk0-dev) is missing. Without this package, the
= STK instrument plugins ("Mallets") won't be built.
= Consider installing the missing packages for using the full power of LMMS.
=
======
LMMS - WARNING ==========
======
=
= You don't seem to have Festival development files.
= The SingerBot instrument plugin will be ignored.
= Before enabling this plugin, bear in mind that it is still experimental.
=
= To remove this warning, please pass
=
= --without-singerbot
=


LMMS will be able to use
* ALSA for audio- and MIDI-input/output
* JACK for audio-input/output
* OSS for audio- and MIDI-input/output
* LADSPA-plugins
* LMMS VST Support Layer (LVSL) for built-in VST-plugin usage


====
LMMS - INFORMATION ============
====
=
= LMMS has been configured, but there were one or more warnings you should
= not ignore. First try to solve the mentioned problems before
= proceeding. Otherwise don't complain, if LMMS doesn't run the way
= you might expect...
=
= If there're problems while compiling LMMS, please send a mail to
= lmms-devel \at\ lists.sf.net!
=


J'ai cherché sur le net mais aucune réponse trouvé. Merci d'avance !
Articles: 287
Salut,

azertym, tu as certainement des dépendances qui manquent!

LMMS - WARNING ==========
===
=
= You don't seem to have SDL-library installed and/or SDL-lib-development-
= package is missing....


Ce qui veut dire que tu dois installer SDL pour que Lmms fonctionne. Pareil pour chaque autre message, tu as besoin de libvorbis, SDL_sound-library, libsndfile, STK ainsi que peut-être les paquets "développement" de chacun de ces librairies précités. Essaie de les intsaller et relance l'install de lmms.
Articles: 4
OK nikel je te remerci ! (c'était tout bête quand meme), j'ai juste galerer a installer les paquets 😀 en tout cas ca fonctionne ! et merci aussi d'avoir répondu super vite ^^
Articles: 5
Pour ceux qui ont compilés pour gérer les VST est-ce qu'avec Vestige celà fonctionne bien ? J'ai des problèmes de GUI avec certains Synthés notamment...?