Hi, Yes exact, The problem disapar with delete all data (rm -r build was not solve) rm -rf * git reset --hard HEAD git pull ./build.sh cd "./build" sudo make install
Now i have got some invalid pointer, it's something known ? (when i want from lightroom to darkroom for exemple ) : If not, how to report good information about it ? *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000020f7fd0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x000000000181aaa0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000020565b0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002322120 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000001ff9aa0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000023130f0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000022cfbd0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002060880 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000020ad410 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002322980 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002325f50 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x00000000022e4850 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002325340 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002475f50 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x000000000247c1c0 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000002315c00 *** *** glibc detected *** /opt/darktable/bin/darktable: free(): invalid pointer: 0x0000000001c41fe0 *** Regards Le dimanche 28 octobre 2012 à 21:12 +0100, Ulrich Pegelow a écrit : > 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
