In message <CADSTzW5p+JUaWOkAWXm+CtDEBe=7ll3hp-tz5bjazzrx51u...@mail.gmail.com> 
on Mon, 25 Mar 2013 03:11:56 +1300, johannes hanika <hana...@gmail.com> said:

hanatos> > So, following the "old guide" on the new repo: Doing 
'intltool-update -pot'
hanatos> > (in the 'po' dir) returns an error message about a missing file
hanatos> > './../build/src/preferences_gen.h'.
hanatos> 
hanatos> you need to build dt first (or at least run cmake to a point where
hanatos> this file is created).

This is what I've found I have to do (preferences_gen.h is NOT
generated by cmake):

  if [ ! -d build ]; then
      mkdir build && ( cd build; cmake .. )
  fi
  (cd build; make -f src/CMakeFiles/lib_darktable.dir/build.make 
src/preferences_gen.h)
  ( cd po; intltool-update sv )

Cheers,
Richard

-- 
Richard Levitte                         rich...@levitte.org
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to