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
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/dark
git clean -d -f -x ; git pull --rebase --recurse-submodules
This will remove generated files, then update from git.
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.o
Yep, no need to remove git clone dir
pon., 12 paź 2020 o 16:53 Jesus Arocho napisał(a):
> So, is it sufficient to remove the build directory and the /opt/darktable
> (or wherever), and not remove the entire darktable pull directory?
>
> On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray <
> nicolas
So, is it sufficient to remove the build directory and the /opt/darktable
(or wherever), and not remove the entire darktable pull directory?
On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray
wrote:
> Here's my script to build darktable (of course, not for the first time but
> all other times):
>
>
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
wrote:
> And did you also remove install directory (where you install dt, by
> default /opt/darktable)?
>
> Important to remove install AND build directory befor
I did remove the entire directory, did a new "git clone git://
github.com/darktable-org/darktable.git", submodule init, etc. Same result.
On Mon, Oct 12, 2020 at 9:12 AM parafin wrote:
> Clean your install dir in this case, not just build.
>
>
> On Mon, 12 Oct 2020 15:09:41 +0200
> Hubert Kowal
Clean your install dir in this case, not just build.
On Mon, 12 Oct 2020 15:09:41 +0200
Hubert Kowalski 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
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 napisał(a):
> I had not used dt for a couple of weeks, I
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 cr
10 matches
Mail list logo