Hi Ulrich, Making this step create a error :
./build.sh --prefix /opt/darktable/ [ 34%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/tristatebutton.c.o [ 34%] /home/roumano/bin/darktable/src/develop/develop.c: In function ‘auto_apply_presets’: /home/roumano/bin/darktable/src/develop/develop.c:633:22: error: ‘DT_IMAGE_AUTO_PRESETS_APPLIED’ undeclared (first use in this function) /home/roumano/bin/darktable/src/develop/develop.c:633:22: note: each undeclared identifier is reported only once for each function it appears in /home/roumano/bin/darktable/src/develop/develop.c:655:38: error: ‘DT_IMAGE_NO_LEGACY_PRESETS’ undeclared (first use in this function) /home/roumano/bin/darktable/src/develop/develop.c: In function ‘dt_dev_reprocess_all’: /home/roumano/bin/darktable/src/develop/develop.c:837:14: error: ‘struct dt_dev_pixelpipe_t’ has no member named ‘cache_obsolete’ /home/roumano/bin/darktable/src/develop/develop.c:838:22: error: ‘struct dt_dev_pixelpipe_t’ has no member named ‘cache_obsolete’ /home/roumano/bin/darktable/src/develop/develop.c: In function ‘dt_dev_reprocess_center’: /home/roumano/bin/darktable/src/develop/develop.c:856:14: error: ‘struct dt_dev_pixelpipe_t’ has no member named ‘cache_obsolete’ Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/togglebutton.c.o make[2]: *** [src/CMakeFiles/lib_darktable.dir/develop/develop.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Error 2 make: *** [all] Error 2 roumano@roumano ~/bin/darktable $ Regards Le dimanche 28 octobre 2012 à 12:51 +0100, Ulrich Pegelow a écrit : > Please try the following steps: > > git pull > rm -r ./build > ./build.sh --prefix /path/to/install > cd build > make install (or sudo make install) > > Ulrich > > Am 28.10.2012 13:37, schrieb Roumano: > > Hi, > > > > I'm running on a Gentoo machine. > > > > My previous git version running well ( darktable 1.0+1875~g777ce68) (and > > also the stable version package in gentoo 1.0.5) > > > > > > I'm updating darktable via : "git pull;cd build/ ; make ; make install > > > > I missing something ? (i don't launch a configuration commande or > > something like that.) > > > > > > I have retested now but before, i have clean the /opt/darktable & again > > git pull --> it's > > not more crash or give a warning. > > > > Thanks for the reactivity! > > > > Regards > > > > ------------------------------------------------------------------------------ WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources. http://windows8center.sourceforge.net/ join-generation-app-and-make-money-coding-fast/ _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
