hey, first off, everybody hates build systems, that's why these are always a mess. ours especially so, so sorry for inconsistent output and other garbage. what you're looking at sounds all good.
check `cmake -L', you need to give something like -DBUILD_USERMANUAL=on or similar. and you'll need xml2po and fop for translated user manuals. the manual will then show up in doc/usermanual/ (not your build/ directory). j. On Mon, Nov 5, 2012 at 10:58 AM, Kevin <[email protected]> wrote: > I do not seem to be able to build the user manual - the build script does not > produce anything that looks like the manual. What file(s) should be built? > > Inspecting the output of the build shows: > > > -- checking for module 'Gettext' > -- package 'Gettext' not found > -- Found Gettext > -- Found msgfmt to convert language file. Translation enabled > -- Found xsltproc > -- Found Glib > CMake Warning (dev) at src/CMakeLists.txt:113 (find_package): > Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH > and POP. Run "cmake --help-policy CMP0011" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > The included script > > [snip]/darktable/cmake/modules/FindGlib.cmake > > affects policy settings. CMake is implying the NO_POLICY_SCOPE option for > compatibility, so the effects are applied to the including context. > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at src/CMakeLists.txt:118 (find_package): > Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH > and POP. Run "cmake --help-policy CMP0011" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > The included script > > [snip]/darktable/cmake/modules/FindGTK2.cmake > > affects policy settings. CMake is implying the NO_POLICY_SCOPE option for > compatibility, so the effects are applied to the including context. > This warning is for project developers. Use -Wno-dev to suppress it. > > -- Found LibXml2: /usr/lib64/libxml2.so (found suitable version "2.7.8", > required is "2.6") > -- Found GIO > -- Found Cairo > -- Found GDK-PixBuf > -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.7.8") > -- checking for module 'Gettext' > -- package 'Gettext' not found > > I presume the CMP0011 warnings are just that - warnings. But the message > regarding Gettext are in conflict. Are these the related to building the user > manual? > > Kevin > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > darktable-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-devel ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
