Re: [darktable-user] Ubuntu compiling errors

2020-04-19 Thread Patrick Shanahan
* Jesus Arocho  [04-19-20 08:00]:
> Had to do the same a couple of months ago.
>  
>  
>  
> -Original Message-
> From: Patrick Shanahan 
> To: darktable-user 
> Sent: Sun, Apr 19, 2020 7:47 am
> Subject: Re: [darktable-user] Ubuntu compiling errors
> 
> * Jack Bowling  [04-19-20 01:04]:
> > I have been easily compiling darktable git on Ubuntu 19.10 for ages.
> > But when I recently upgraded to 20.04, compiling started to fail. 
> > Just wanted to pass along that i found an old post from Roman Lebedev
> > that said to try "git clean -f -d -x" so I did and it cleaned the
> > buiild directory up.  Compiles fine now.  So posted this in case
> > somebody else runs into this problem.
> 
> had to do similar on openSUSE Tumbleweed, 
>   rm -rf ./darktable
>   git clone ...
> successful build

apparently the build problem was a submodule change which hadseveral 
solutions,
  git submodule init; git submodule update;
  git clean; git clone ...
  rm -f ./darktable  ;git clone ...
  git submodule --init update

and probably six or seven beyond my capacity

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Ubuntu compiling errors

2020-04-19 Thread Patrick Shanahan
* Jack Bowling  [04-19-20 01:04]:
> I have been easily compiling darktable git on Ubuntu 19.10 for ages. But
> when I recently upgraded to 20.04, compiling started to fail. Just wanted to
> pass along that i found an old post from Roman Lebedev that said to try "git
> clean -f -d -x" so I did and it cleaned the buiild directory up. Compiles
> fine now. So posted this in case somebody else runs into this problem.

had to do similar on openSUSE Tumbleweed, 
  rm -rf ./darktable
  git clone ...
successful build

  
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Ubuntu compiling errors

2020-04-18 Thread Jack Bowling
I have been easily compiling darktable git on Ubuntu 19.10 for ages. But 
when I recently upgraded to 20.04, compiling started to fail. Just 
wanted to pass along that i found an old post from Roman Lebedev that 
said to try "git clean -f -d -x" so I did and it cleaned the buiild 
directory up. Compiles fine now. So posted this in case somebody else 
runs into this problem.


Jack


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org