pbrn3d
Enregistrez-vous pour devenir membre et pouvoir poster dans le forum !

Rejoignez le forum, c’est rapide et facile

pbrn3d
Enregistrez-vous pour devenir membre et pouvoir poster dans le forum !
pbrn3d
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le Deal du moment :
Cdiscount : -30€ dès 300€ ...
Voir le deal

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

2 participants

Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  serviteur Jeu 17 Avr - 12:04

Salut,

J'ai des erreurs pour compiler le script Focus Blur 3.2.6 pour Gimp par le terminal:
mon OS: Ubuntu 12.04 LTS 64bit

lien de téléchargement: http://registry.gimp.org/node/1444

la commande: sudo make install

Code:
brush.c:308: error: undefined reference to 'hypotf'
brush.c:143: error: undefined reference to 'rintf'
brush.c:354: error: undefined reference to 'ceilf'
brush.c:362: error: undefined reference to 'sincosf'
brush.c:507: error: undefined reference to 'floorf'
brush.c:508: error: undefined reference to 'floorf'
brush.c:429: error: undefined reference to 'floorf'
brush.c:464: error: undefined reference to 'rintf'
brush.c:464: error: undefined reference to 'rintf'
depthmap.c:165: error: undefined reference to 'rintf'
diffusion.c:626: error: undefined reference to 'ceilf'
diffusion.c:636: error: undefined reference to 'expf'
diffusion.c:456: error: undefined reference to 'ceilf'
diffusion.c:782: error: undefined reference to 'sqrtf'
diffusion.c:786: error: undefined reference to 'sqrtf'
diffusion.c:573: error: undefined reference to 'ceilf'
diffusion.c:107: error: undefined reference to 'hypotf'
diffusion.c:334: error: undefined reference to 'floorf'
diffusion.c:821: error: undefined reference to 'expf'
diffusion.c:821: error: undefined reference to 'expf'
shine.c:436: error: undefined reference to 'powf'
collect2: ld returned 1 exit status
make[1]: *** [focusblur] Error 1
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/src'
make: *** [install-recursive] Error 1
serviteur@creation:~/focusblur-3.2.6$


Code:
serviteur@creation:~/focusblur-3.2.6$ sudo make install
[sudo] password for serviteur:
Making install in po
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/po'
file=`echo it | sed 's,.*/,,'`.gmo \
     && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
     && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ru | sed 's,.*/,,'`.gmo \
     && rm -f $file && /usr/bin/msgfmt -o $file ru.po
linguas="it ja ru "; \
   for lang in $linguas; do \
     dir=/usr/share/locale/$lang/LC_MESSAGES; \
     /bin/bash /home/serviteur/focusblur-3.2.6/install-sh -d $dir; \
     if test -r $lang.gmo; then \
       /usr/bin/install -c -m 644 $lang.gmo $dir/gimp20-focusblur.mo; \
       echo "installing $lang.gmo as $dir/gimp20-focusblur.mo"; \
     else \
       /usr/bin/install -c -m 644 ./$lang.gmo $dir/gimp20-focusblur.mo; \
       echo "installing ./$lang.gmo as" \
       "$dir/gimp20-focusblur.mo"; \
     fi; \
     if test -r $lang.gmo.m; then \
       /usr/bin/install -c -m 644 $lang.gmo.m $dir/gimp20-focusblur.mo.m; \
       echo "installing $lang.gmo.m as $dir/gimp20-focusblur.mo.m"; \
     else \
       if test -r ./$lang.gmo.m ; then \
         /usr/bin/install -c -m 644 ./$lang.gmo.m \
      $dir/gimp20-focusblur.mo.m; \
         echo "installing ./$lang.gmo.m as" \
        "$dir/gimp20-focusblur.mo.m"; \
       else \
         true; \
       fi; \
     fi; \
   done
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gimp20-focusblur.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gimp20-focusblur.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gimp20-focusblur.mo
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/po'
Making install in pixmaps
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
{ echo '#include <gdk-pixbuf/gdk-pixdata.h>' ; \
   /usr/bin/gdk-pixbuf-csource --struct --rle --build-list \
   $(for i in focusblur-model-flat.png focusblur-model-spherical.png focusblur-model-gaussian.png focusblur-model-ring.png focusblur-model-concave.png ; do echo $i | sed -e 's;\..*;;' -e 's;-;_;g' ; echo -n $i" " ; done) | \
   sed -e '/pixel_data:/a(guint8 *)' ; \
   } > pixbufs.h
make  install-am
make[2]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[3]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[2]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
Making install in src
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT aaa.o -MD -MP -MF .deps/aaa.Tpo -c -o aaa.o aaa.c
mv -f .deps/aaa.Tpo .deps/aaa.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT brush.o -MD -MP -MF .deps/brush.Tpo -c -o brush.o brush.c
mv -f .deps/brush.Tpo .deps/brush.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT depthmap.o -MD -MP -MF .deps/depthmap.Tpo -c -o depthmap.o depthmap.c
mv -f .deps/depthmap.Tpo .deps/depthmap.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT diffusion.o -MD -MP -MF .deps/diffusion.Tpo -c -o diffusion.o diffusion.c
mv -f .deps/diffusion.Tpo .deps/diffusion.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurenums.o -MD -MP -MF .deps/focusblurenums.Tpo -c -o focusblurenums.o focusblurenums.c
mv -f .deps/focusblurenums.Tpo .deps/focusblurenums.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurparam.o -MD -MP -MF .deps/focusblurparam.Tpo -c -o focusblurparam.o focusblurparam.c
mv -f .deps/focusblurparam.Tpo .deps/focusblurparam.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurrc.o -MD -MP -MF .deps/focusblurrc.Tpo -c -o focusblurrc.o focusblurrc.c
mv -f .deps/focusblurrc.Tpo .deps/focusblurrc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurstock.o -MD -MP -MF .deps/focusblurstock.Tpo -c -o focusblurstock.o focusblurstock.c
mv -f .deps/focusblurstock.Tpo .deps/focusblurstock.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT gimpplugin.o -MD -MP -MF .deps/gimpplugin.Tpo -c -o gimpplugin.o gimpplugin.c
mv -f .deps/gimpplugin.Tpo .deps/gimpplugin.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT shine.o -MD -MP -MF .deps/shine.Tpo -c -o shine.o shine.c
mv -f .deps/shine.Tpo .deps/shine.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o source.c
mv -f .deps/source.Tpo .deps/source.Po
gcc  -g -O2  -o focusblur aaa.o brush.o depthmap.o diffusion.o focusblurenums.o focusblurparam.o focusblurrc.o focusblurstock.o gimpplugin.o interface.o render.o shine.o source.o  -pthread -lgthread-2.0 -lrt -lglib-2.0  -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   
brush.c:308: error: undefined reference to 'hypotf'
brush.c:143: error: undefined reference to 'rintf'
brush.c:354: error: undefined reference to 'ceilf'
brush.c:362: error: undefined reference to 'sincosf'
brush.c:507: error: undefined reference to 'floorf'
brush.c:508: error: undefined reference to 'floorf'
brush.c:429: error: undefined reference to 'floorf'
brush.c:464: error: undefined reference to 'rintf'
brush.c:464: error: undefined reference to 'rintf'
depthmap.c:165: error: undefined reference to 'rintf'
diffusion.c:626: error: undefined reference to 'ceilf'
diffusion.c:636: error: undefined reference to 'expf'
diffusion.c:456: error: undefined reference to 'ceilf'
diffusion.c:782: error: undefined reference to 'sqrtf'
diffusion.c:786: error: undefined reference to 'sqrtf'
diffusion.c:573: error: undefined reference to 'ceilf'
diffusion.c:107: error: undefined reference to 'hypotf'
diffusion.c:334: error: undefined reference to 'floorf'
diffusion.c:821: error: undefined reference to 'expf'
diffusion.c:821: error: undefined reference to 'expf'
shine.c:436: error: undefined reference to 'powf'
collect2: ld returned 1 exit status
make[1]: *** [focusblur] Error 1
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/src'
make: *** [install-recursive] Error 1
serviteur@creation:~/focusblur-3.2.6$


Comment puis-je resoudre ce problème d'erreur?

la commande: ./configure, jai pas eu d'erreurs !

Code:

serviteur@creation:~/focusblur-3.2.6$ ./configure
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... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking for an ANSI C-conforming const... yes
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for pkg-config... /usr/bin/pkg-config
checking for GIMP - version >= 2.4.0... yes (version 2.8.10)
checking pkg-config is at least version 0.9.0... yes
checking for GTHREAD... 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 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 complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for FFTW3... no
checking whether NLS is requested... yes
checking for intltool >= 0.36.3... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  it ja ru
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

serviteur

Messages : 130
Date d'inscription : 07/01/2011

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  pbrn Ven 18 Avr - 10:16

Salut,
Si c'est un script, ça ne se compile pas ! Donc, c'est un plug-in en "C" à compiler !  Wink 
Il te dit qu'il te dit que la référence un indéfinie pour bon nombre fonction du "C" !

Tu as lu les fichiers readme du package avant de le compiler, c'est toujours indiqué quelles librairies communes qu'il faut installer dont le programme à besoin pour que la compilation se termine avec succès !
Lis bien les fichiers textes pour bien suivre la procédure ! Wink 

Focus Blur

Je te conseillerai plutôt d'utiliser G'MIC qui est plus complet ! Et tu n'as pas besoin de le compiler !  Wink 
pbrn
pbrn
Admin

Messages : 2370
Date d'inscription : 22/04/2010
Age : 71
Localisation : Cognac

http://pbrn.blogspot.com/

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  serviteur Ven 18 Avr - 14:44

Salut et meri pour la reponse.

Dans le fichier readme, rien n'est indiqué pour les librairies communes qu'il faut installer.

Code:

Focus Blur plug-in version 3.2.6, Jun 2010
----------------------------------------------------------------

Description
===========

Focus Blur plug-in is blurring effect, a kind of called DoF.
This software makes a out of focus with luminosity and depth,
like a sight or lenses.
It can be used with depth map, depth fakes and shine effect.
Also it can work as simple and applicable blur.

License
=======

This package is distributed under the GPL. see also COPYING.


----------------------------------------------------------------
Kyoichiro Suda <das atmark dream dot japan>

serviteur

Messages : 130
Date d'inscription : 07/01/2011

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  pbrn Ven 18 Avr - 17:24

Salut,
Dans mon message précédent, je 'ai donné un lien où l'erreur est décrite sur Focus Blur !  Wink 
Il faut réajuster les #include.h dans les fichiers sources comme c'est décrit !

Code:
you must replace "#include <glib/gmacros.h>" or "#include <glib/gtypes.h>" or both in all source files with:
"#include <glib.h>"
 Wink
pbrn
pbrn
Admin

Messages : 2370
Date d'inscription : 22/04/2010
Age : 71
Localisation : Cognac

http://pbrn.blogspot.com/

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  serviteur Lun 21 Avr - 18:26

Salut,

J'ai résolu la compilation par les commandes:

Code:
serviteur@creation:~/focusblur-3.2.6$ ./configure LIBS=-lm

ensuite par

Code:
serviteur@creation:~/focusblur-3.2.6$ sudo make install


pbrn a écrit:Je te conseillerai plutôt d'utiliser G'MIC qui est plus complet ! Et tu n'as pas besoin de le compiler ! Wink

Quels sont les filtres dans G'MIC semblablable au script Flocus Blur?

serviteur

Messages : 130
Date d'inscription : 07/01/2011

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  pbrn Mer 23 Avr - 10:16

serviteur a écrit:
Quels sont les filtres dans G'MIC semblablable au script Flocus Blur?

Sur le site G'mic, il y en a 288 pour tous les besoins et de nouveaux apparaissent régulièrement !
Liste et visualisation des filtres
 Wink 
pbrn
pbrn
Admin

Messages : 2370
Date d'inscription : 22/04/2010
Age : 71
Localisation : Cognac

http://pbrn.blogspot.com/

Revenir en haut Aller en bas

Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit Empty Re: Probleme de compilation: Focus Blur 3.2.6 sur Ubuntu 64 bit

Message  Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum