Am Freitag 25 September 2009 schrieb Harry van der Wolf:
> [ 90%] Copy
> /Users/Shared/development/hugin_related/ExternalPrograms/enblendcs/doc/
> enblend.info enblend.info
> [ 90%] Copy
> /Users/Shared/development/hugin_related/ExternalPrograms/enblendcs/doc/
> enfuse.info enfuse.info
> [ 90%] Copy
> /Users/Shared/development/hugin_related/ExternalPrograms/enblendcs/doc/CMak
>eLists.txt

I see 3 times Copy: This means
Either DOC is not set, or the needed programs were not found.

Could you please insert a message:

diff -r c163d406c36d doc/CMakeLists.txt
--- a/doc/CMakeLists.txt        Wed Sep 23 20:51:00 2009 +0200
+++ b/doc/CMakeLists.txt        Fri Sep 25 20:23:02 2009 +0200
@@ -90,6 +90,7 @@
 # generate images (.txt, .pdf .eps and .png)
 find_program(GNUPLOT_EXE "gnuplot")
 set(_depend_gp)
+message(STATUS "DOC = ${DOC}, GNUPLOT_EXE = ${GNUPLOT_EXE}")
 if (NOT DOC OR ${GNUPLOT_EXE} MATCHES "-NOTFOUND")
   # there is no gnuplot command, so simply copy the needed files
   file(GLOB _copy_files RELATIVE "${TOP_SRC_DIR}/doc"
...
and on the other apropriate lines too? (after checking for fig2dev, texi2dvi)

        Kornel

-- 
Kornel Benko
kornel.be...@berlin.de

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to