Most likely you did not delete ./build Please do so. From within darktable's source directory:
rm -r ./build If even this does not help, there might be an issue with your local git checkout. You may need to start anew with a completely fresh git pull after having deleted all your local darktable sources. Ulrich Am 28.10.2012 21:25, schrieb Roumano: > 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) >> ------------------------------------------------------------------------------ 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
