You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RobWorkDevel
I want to compile a fresh SVN checkout of RobWork but when running
cmake PQP and Yaobi is not found (see output below)
I have already build boost and edited config.cmake as described in the
ReadMe.txt file
C:\rwsource_eclipse\RobWork\build\Release>cmake -G "Eclipse CDT4 -
MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
-- Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- RobWork version 0.3.1
-- Build configuration: Release
CMake Warning (dev) at CMakeLists.txt:20 (INCLUDE):
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.
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.
-- RobWork ROOT dir: C:/rwsource_eclipse/RobWork
-- Boost version: 1.38.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- Xerces DISABLED!
-- RW_ASSERT enabled.
-- Using CXX flags: -Wall
-- Looking for C++ include PQP/PQP.h
-- Looking for C++ include PQP/PQP.h - found
-- Looking for C++ include yaobi/yaobi.h
-- Looking for C++ include yaobi/yaobi.h - found
-- WARNING: Could not find PQP library. Using default name 'pqp'
-- WARNING: Could not find yaobi library. Using default name yaobi
-- Sandbox ENABLED!
-- Tests ENABLED!
-- Examples ENABLED!
-- Configuring done
-- Generating done
-- Build files have been written to: C:/rwsource_eclipse/RobWork/build/
Release
This is the last output from the build before it halts: