Thank you Thomas, passing the path to main source dir instead of ../src does work. I do get another error with missing wxWidgets, still have to look into that.
-- 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 -- Current HG revision is 2f576e5d5b4a -- Assuming this is a tarball (release) build for 2020.0.0 -- Looking for log1p -- Looking for log1p - found CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.16/Modules/FindwxWidgets.cmake:1008 (find_package_handle_standard_args) CMakeLists.txt:166 (FIND_PACKAGE) On Sat, Feb 27, 2021 at 6:19 PM T. Modes <[email protected]> wrote: > > Zupino schrieb am Samstag, 27. Februar 2021 um 17:11:26 UTC+1: > >> $ 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. >> > > From the full log I have an idea: You must pass the path to main source > folder as parameter to CMake, not to src subfolder. > So it should be > cmake .. > and not > cmake ../src > > (So you skip a big part of the build system which then results in all the > error messages.) > > -- > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > --- > You received this message because you are subscribed to a topic in the > Google Groups "hugin and other free panoramic software" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/hugin-ptx/VPIfrhqJDzQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/hugin-ptx/2d2e364b-9f3e-4150-b9cc-7742dc7df3e6n%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/2d2e364b-9f3e-4150-b9cc-7742dc7df3e6n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAP__gDkS2m1Ksn4j_SzFUYEQX22erbq8Sd%3DxD5MPPaqyH9q%3Dtg%40mail.gmail.com.
