Sorry, message sent before completing, again complete:

Thank you guys, appreciate your support even if this are more cmake 
questions rather than hugin. 

Below the complete output of cmake command, I noticed now that the first 
error is 

CMake Error at celeste/CMakeLists.txt:71 (set_target_properties):
  set_target_properties called with incorrect number of arguments.

And line 71 in celeste/CMakeList.txt 

    set_target_properties(celeste PROPERTIES VERSION ${HUGIN_LIB_VERSION})

Is it possible that PROPERTIES is not set correctly? Where is this value 
set?

I am interested in building the script and not the GUI, is there a build 
target that can skip the GUI (and hopefully these build errors?)

*cmake output*

$ cmake ../src
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at celeste/CMakeLists.txt:71 (set_target_properties):
  set_target_properties called with incorrect number of arguments.



CMake Error at translations/CMakeLists.txt:7 (find_package):
  By not providing "FindMSGFMT.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "MSGFMT", but
  CMake did not find one.

  Could not find a package configuration file provided by "MSGFMT" with any
  of the following names:

    MSGFMTConfig.cmake
    msgfmt-config.cmake

  Add the installation prefix of "MSGFMT" to CMAKE_PREFIX_PATH or set
  "MSGFMT_DIR" to a directory containing one of the above files.  If 
"MSGFMT"
  provides a separate development package or SDK, be sure it has been
  installed.


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.16)

  should be added at the top of the file.  The version specified may be 
lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/2bbfd5d7-3450-4a81-8786-14ef801e3766n%40googlegroups.com.

Reply via email to