Here's my script to build darktable (of course, not for the first time but all other times):

### Building manually

#!/bin/sh

cd /home/nilvus/Projets/darktable
rm -rf build /opt/darktable
git pull
git submodule update
./build.sh --prefix /opt/darktable --build-type Release --install

exit 0


You just have to update your paths!


Le 12/10/2020 à 15:40, Jesus Arocho a écrit :
Ahh, that did it.  I will add the item to a 'start from scratch' bash script.  Thanks


On Mon, Oct 12, 2020 at 9:22 AM Nicolas Auffray <nicolas.auff...@zaclys.net <mailto:nicolas.auff...@zaclys.net>> wrote:

    And did you also remove install directory (where you install dt,
    by default /opt/darktable)?

    Important to remove install AND build directory before compile.

    Le 12/10/2020 à 15:19, Jesus Arocho a écrit :
    I did remove the entire directory, did a new "git clone
    git://github.com/darktable-org/darktable.git
    <http://github.com/darktable-org/darktable.git>", submodule init,
    etc.  Same result.

    On Mon, Oct 12, 2020 at 9:12 AM parafin <para...@paraf.in
    <mailto:para...@paraf.in>> wrote:

        Clean your install dir in this case, not just build.


        On Mon, 12 Oct 2020 15:09:41 +0200
        Hubert Kowalski <johnny...@gmail.com
        <mailto:johnny...@gmail.com>> wrote:

        > People keep making same mistake....
        >
        > Clean your build dir before compiling darktable after git
        update. the error
        > is with "modulelist.c" file which was removed in recent
        module groups
        > rework by AlicVB
        >
        > pon., 12 paź 2020 o 15:03 Jesus Arocho
        <una.guasab...@gmail.com <mailto:una.guasab...@gmail.com>>
        napisał(a):
        >
        > > I had not used dt for a couple of weeks,  I did an update
        from git and
        > > compiled, no error messages.  Program opened ok and I
        opened the new photo
        > > directory.  Applied stars ok and then limited the
        selection to 4 stars.
        > > When trying to open an image, the program locked up.  I
        attached an error
        > > file created in /tmp.  I installed the recent version
        from ppa and it works
        > > fine.
        > >
        > >
        
___________________________________________________________________________
        > > darktable developer mailing list to unsubscribe send a
        mail to
        > > darktable-dev+unsubscr...@lists.darktable.org
        <mailto:darktable-dev%2bunsubscr...@lists.darktable.org>
        > >
        >
        >
        > --
        > Pozdrawiam,
        > Hubert Kowalski
        >
        >
        
___________________________________________________________________________
        > darktable developer mailing list
        > to unsubscribe send a mail to
        darktable-dev+unsubscr...@lists.darktable.org
        <mailto:darktable-dev%2bunsubscr...@lists.darktable.org>
        >
        
___________________________________________________________________________
        darktable developer mailing list
        to unsubscribe send a mail to
        darktable-dev+unsubscr...@lists.darktable.org
        <mailto:darktable-dev%2bunsubscr...@lists.darktable.org>


    ___________________________________________________________________________
    darktable developer mailing list to unsubscribe send a mail to
    darktable-dev+unsubscr...@lists.darktable.org
    <mailto:darktable-dev+unsubscr...@lists.darktable.org>


___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to