#26 Le 10/11/2006, à 17:29
- piktux
Re : DVD Covers
Re,
Install gawk
Hors ligne
#27 Le 10/11/2006, à 20:46
- La Faucheuse
Re : DVD Covers
Voilà, j'ai installé gawk et voici le résultat:
david@david-desktop:~/Desktop/Programmes/koverartist$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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... configure: error: C compiler cannot create executables
See `config.log' for more details.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = david-desktop
uname -m = i686
uname -r = 2.6.15-27-386
uname -s = Linux
uname -v = #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2100: checking build system type
configure:2118: result: i686-pc-linux-gnulibc1
configure:2140: checking host system type
configure:2155: result: i686-pc-linux-gnulibc1
configure:2177: checking target system type
configure:2192: result: i686-pc-linux-gnulibc1
configure:2253: checking for a BSD-compatible install
configure:2309: result: /usr/bin/install -c
configure:2324: checking for -p flag to install
configure:2337: result: yes
configure:2348: checking whether build environment is sane
configure:2391: result: yes
configure:2443: checking for gawk
configure:2459: found /usr/bin/gawk
configure:2470: result: gawk
configure:2481: checking whether make sets $(MAKE)
configure:2502: result: yes
configure:2735: checking for style of include used by make
configure:2763: result: GNU
configure:2912: checking for gcc
configure:2928: found /usr/bin/gcc
configure:2939: result: gcc
configure:3177: checking for C compiler version
configure:3184: gcc --version >&5
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3187: $? = 0
configure:3194: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:3197: $? = 0
configure:3204: gcc -V >&5
gcc: '-V' option must have argument
configure:3207: $? = 1
configure:3230: checking for C compiler default output file name
configure:3257: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3260: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koverartist"
| #define VERSION "0.5"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3299: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnulibc1
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnulibc1
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE=''
CFLAGS=' '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/david/Desktop/Programmes/koverartist/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT=''
PACKAGE='koverartist'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='0.5'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMKMF=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
htmldir='${docdir}'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/david/Desktop/Programmes/koverartist/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnulibc1'
target_alias=''
target_cpu='i686'
target_os='linux-gnulibc1'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "koverartist"
#define VERSION "0.5"
configure: exit 77
En tout cas merci Piktux pour le temps que tu m'accordes
Au pire, je peux installer le programme que j'utilisai sous XP avec Wine mais il m'indique que je n'ai pas d'imprimante d'installée alors qu'elle l'est sous Kubuntu
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#28 Le 11/11/2006, à 01:25
- piktux
Re : DVD Covers
Salut,
Est-ce que tu as libc6-dev installé ?
Hors ligne
#29 Le 11/11/2006, à 02:00
- xabilon
Re : DVD Covers
Je ne veux pas semer la confusion entre les différents logiciels, mais j'utilise Scribus pour faire mes jaquettes DVD, en important les images faites sous Gimp ou autre.
On peut ensuite l'imprimer ou l'exporter en PDF.
Scribus est une appli QT ...
J'ai un modèle pour DVD (normal et slim)
Pour passer un sujet en résolu : modifiez le premier message et ajoutez [Résolu] au titre.
Hors ligne
#30 Le 11/11/2006, à 02:16
- Link31
Re : DVD Covers
Sous Ubuntu on installe build-essential, pas seulement GCC, sinon ça ne fonctionne pas.
Les développeurs pourraient quand même inclure la toolchain dans le paquet gcc ou d'ajouter une dépendance. Je vois tous les jours des tas de messages de gens qui installent gcc et qui ont les mêmes problèmes. Ce n'est pas normal
Hors ligne
#31 Le 11/11/2006, à 09:54
- La Faucheuse
Re : DVD Covers
Voilà, j'ai installé ce que vous me recommandiez et voici qu'il y a un problème avec X:
david@david-desktop:~/Desktop/Programmes/koverartist$ sudo ./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 ISO C89... 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 -Wmissing-format-attribute... yes
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 -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 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 g77... no
checking for f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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 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
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
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 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 short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... 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 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!
A quoi correspond ce X?
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#32 Le 11/11/2006, à 15:51
- Link31
Re : DVD Covers
La compilation nécessite les fichiers headers de X (le programme X, ou X.org, est le programme qui gère l'affichage des fenêtres). Je dirais qu'il te faut le paquet libx11-dev.
Le ./configure demandera certainement d'autres paquets par la suite.
Hors ligne
#33 Le 11/11/2006, à 16:26
- La Faucheuse
Re : DVD Covers
Installation de la librairie effectuée. Comment savoir qu'elles sont les autres librairies à installer car il me signale encore un soucis sur X:
david@david-desktop:~/Desktop/Programmes/koverartist$ sudo ./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 ISO C89... 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 -Wmissing-format-attribute... yes
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 -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 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 g77... no
checking for f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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 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
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
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 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 short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... 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 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!
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#34 Le 11/11/2006, à 16:44
- Link31
Re : DVD Covers
Désolé je m'étais trompé de paquet, c'est xlibs-dev qu'il faut installer.
Comment savoir quel paquet installer ? Ce n'est pas facile... soit on le fait "au feeling" , soit on recherche sur packages.ubuntu.com le paquet qui contient le fichier demandé par le ./configure (encore faut-il qu'il en demande explicitement un), soit on va voir sur le site du programme à installer quelles sont les dépendances.
edit : et j'oubliais le plus important : on recherche sur le forum ou avec un moteur de recherche. C'est comme ça que j'ai retrouvé le bon paquet pour les headers de X.
Dernière modification par Link31 (Le 11/11/2006, à 16:45)
Hors ligne
#35 Le 11/11/2006, à 20:02
- La Faucheuse
Re : DVD Covers
Link31: j'ai installé la librairie:
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 ISO C89... 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 -Wmissing-format-attribute... yes
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 -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 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 g77... no
checking for f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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 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
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
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 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 short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... 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 vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Donc le newbie que je suis constate que j'ai un problème avec Qt, il me faut les headers et les librairies ainsi que libjpeg qui est manquant plus ceux de X.
Concernant les headers et librairies de X, j'ai commencé à faire des recherches via Google et je suis tombé sur un topic de Léa Linux mais je suis vraiment bête de n'avoir pas commencé par notre forum, décidement.
En tout cas merci de votre aide car je n'aurai jamais cru qu'il était aussi galère de compiler un simple programme
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#36 Le 11/11/2006, à 20:35
- La Faucheuse
Re : DVD Covers
Alors, apparement j'ai règlé le problème avec la librairie et Qt mais maintenant j'ai un soucis de préfix KDE:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
Comme dirais mon mentor Robert Smith, I am sinking...
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#37 Le 11/11/2006, à 21:06
- La Faucheuse
Re : DVD Covers
Ca y est, j'ai installé les headers de KDE et le ./configure c'est bien déroulé. Par contre, j'ai fais
sudo make
et
sudo make install
et voici ce que j'ai obtenu:
david@david-desktop:~/Desktop/Programmes/koverartist$ sudo make
make all-recursive
make[1]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist »
Making all in doc
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making all in .
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making all in en
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making all in po
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/po »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/po »
Making all in src
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src »
Making all in icons
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist »
make[1]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist »
david@david-desktop:~/Desktop/Programmes/koverartist$ sudo make install
Making install in doc
make[1]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making install in .
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making install in en
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/koverartist
/usr/bin/install -c -p -m 644 index.docbook /usr/local/kde/share/doc/HTML/en/koverartist/index.docbook
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/koverartist
/usr/bin/install -c -p -m 644 index.cache.bz2 /usr/local/kde/share/doc/HTML/en/koverartist/
rm -f /usr/local/kde/share/doc/HTML/en/koverartist/common
ln -s /usr/share/doc/kde/HTML/en/common /usr/local/kde/share/doc/HTML/en/koverartist/common
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc/en »
make[1]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/doc »
Making install in po
make[1]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/po »
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/po »
make[2]: Rien à faire pour « install-exec-am ».
/usr/bin/install -c -p -m 644 pt.gmo /usr/local/kde/share/locale/pt/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 es.gmo /usr/local/kde/share/locale/es/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 it.gmo /usr/local/kde/share/locale/it/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 de.gmo /usr/local/kde/share/locale/de/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 pl.gmo /usr/local/kde/share/locale/pl/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 fr.gmo /usr/local/kde/share/locale/fr/LC_MESSAGES/koverartist.mo
/usr/bin/install -c -p -m 644 ru.gmo /usr/local/kde/share/locale/ru/LC_MESSAGES/koverartist.mo
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/po »
make[1]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/po »
Making install in src
make[1]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src »
Making install in icons
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/32x32/apps
/usr/bin/install -c -p -m 644 ./hi32-app-koverartist.png /usr/local/kde/share/icons/hicolor/32x32/apps/koverartist.png
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/64x64/apps
/usr/bin/install -c -p -m 644 ./hi64-app-koverartist.png /usr/local/kde/share/icons/hicolor/64x64/apps/koverartist.png
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/48x48/apps
/usr/bin/install -c -p -m 644 ./hi48-app-koverartist.png /usr/local/kde/share/icons/hicolor/48x48/apps/koverartist.png
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/128x128/apps
/usr/bin/install -c -p -m 644 ./hi128-app-koverartist.png /usr/local/kde/share/icons/hicolor/128x128/apps/koverartist.png
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/22x22/apps
/usr/bin/install -c -p -m 644 ./hi22-app-koverartist.png /usr/local/kde/share/icons/hicolor/22x22/apps/koverartist.png
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/16x16/apps
/usr/bin/install -c -p -m 644 ./hi16-app-koverartist.png /usr/local/kde/share/icons/hicolor/16x16/apps/koverartist.png
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src/icons »
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[3]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist/src »
test -z "/usr/local/kde/bin" || mkdir -p -- "/usr/local/kde/bin"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p 'koverartist' '/usr/local/kde/bin/koverartist'
test -z "/usr/local/kde/share/applnk/Multimedia" || mkdir -p -- "/usr/local/kde/share/applnk/Multimedia"
/usr/bin/install -c -p -m 644 'koverartist.desktop' '/usr/local/kde/share/applnk/Multimedia/koverartist.desktop'
test -z "/usr/local/kde/share/apps/koverartist/cases" || mkdir -p -- "/usr/local/kde/share/apps/koverartist/cases"
/usr/bin/install -c -p -m 644 'cases/cd-multiple.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-multiple.koac'
/usr/bin/install -c -p -m 644 'cases/cd-slim-contents.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-slim-contents.koac'
/usr/bin/install -c -p -m 644 'cases/cd-slim-simple.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-slim-simple.koac'
/usr/bin/install -c -p -m 644 'cases/cd-standard.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-standard.koac'
/usr/bin/install -c -p -m 644 'cases/cd-wideslim-contents.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-wideslim-contents.koac'
/usr/bin/install -c -p -m 644 'cases/cd-wideslim-simple.koac' '/usr/local/kde/share/apps/koverartist/cases/cd-wideslim-simple.koac'
/usr/bin/install -c -p -m 644 'cases/dvd-slim.koac' '/usr/local/kde/share/apps/koverartist/cases/dvd-slim.koac'
/usr/bin/install -c -p -m 644 'cases/dvd-standard.koac' '/usr/local/kde/share/apps/koverartist/cases/dvd-standard.koac'
test -z "/usr/local/kde/share/applnk/Multimedia" || mkdir -p -- "/usr/local/kde/share/applnk/Multimedia"
/usr/bin/install -c -p -m 644 'koverartist.desktop' '/usr/local/kde/share/applnk/Multimedia/koverartist.desktop'
test -z "/usr/local/kde/share/mimelnk/application" || mkdir -p -- "/usr/local/kde/share/mimelnk/application"
/usr/bin/install -c -p -m 644 'x-koverartist.desktop' '/usr/local/kde/share/mimelnk/application/x-koverartist.desktop'
test -z "/usr/local/kde/share/apps/koverartist" || mkdir -p -- "/usr/local/kde/share/apps/koverartist"
/usr/bin/install -c -p -m 644 'koverartistui.rc' '/usr/local/kde/share/apps/koverartist/koverartistui.rc'
make[3]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[1]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist/src »
make[1]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist »
make[2]: entrant dans le répertoire « /home/david/Desktop/Programmes/koverartist »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist »
make[1]: quittant le répertoire « /home/david/Desktop/Programmes/koverartist »
Y a-t-il une étape que j'ai manqué?
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#38 Le 11/11/2006, à 22:44
- Link31
Re : DVD Covers
Non, tout s'est bien passé. Comme tu as pu le remarquer, le ./configure demande les paquets manquants un par un, ce qui fait qu'il faut le relancer jusqu'à ce que ça fonctionne.
Maintenant, il ne reste plus qu'à lancer le programme :
koverartist
et si /usr/local/kde/bin n'est pas dans ton $PATH (si la commande est introuvable) :
/usr/local/kde/bin/koverartist
Hors ligne
#39 Le 12/11/2006, à 00:17
- La Faucheuse
Re : DVD Covers
Nickel, ça marche!!! Merci pour votre aide
Juste une dernière petite question: comment puis-je créer et placer un raccourci sur le bureau?
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne
#40 Le 12/11/2006, à 02:00
- Link31
Re : DVD Covers
Juste une dernière petite question: comment puis-je créer et placer un raccourci sur le bureau?
Sous KDE (Kubuntu) :
- clic droit sur le bureau
- créer un nouveau/lien vers une application
- entrer le nom du raccourci
- dans l'onglet Application, entre la commande qui permet de démarrer le programme
Sous Gnome (Ubuntu)... je ne connais pas tellement Gnome... je vais dire au hasard :
- clic droit sur le bureau
- créer un lanceur
- entrer son nom et la commande qui permet de démarrer le programme
Hors ligne
#41 Le 12/11/2006, à 09:31
- La Faucheuse
Re : DVD Covers
Merci pour tout à tous, cela a pris beaucoups de temps. Merci pour cette entraide, j'aime les forums où l'on aide son prochain.
A un moment, j'étais tenté de retourné sous XP, juste à cause d'un logiciel de photo et d'un logiciel de jaquettes DVD... honte à moi.
@+ sur le net.
Il ne suffit pas de savoir, il faut l'appliquer!
Il ne suffit pas de vouloir, il faut le faire!
Be like water my friend.
Hors ligne