Package Details: process-cpp 3.0.1-2

Git Clone URL: https://aur.archlinux.org/process-cpp.git (read-only, click to copy)
Package Base: process-cpp
Description: A simple convenience library for handling processes in C++11
Upstream URL: https://gitlab.com/ubports/core/lib-cpp/process-cpp/
Keywords: C++ cpp library processes
Licenses: LGPL3
Groups: lib-cpp
Submitter: irtimmer
Maintainer: fungible
Last Packager: fungible
Votes: 36
Popularity: 0.000000
First Submitted: 2017-04-12 21:25 (UTC)
Last Updated: 2022-01-06 09:20 (UTC)

Latest Comments

1 2 Next › Last »

z3ntu commented on 2019-02-08 21:45 (UTC)

properties-cpp is also a runtime dependency (<core/posix/signal.h> needs <core/signal.h>)

vanyasem commented on 2018-06-08 19:32 (UTC)

oh there's no maintainer :P

vanyasem commented on 2018-06-08 19:32 (UTC)

please add graphviz to deps

snowyyyy commented on 2017-04-13 07:39 (UTC)

This worked for me: https://privatebin.net/?f58fb2de2393b776#2QJeNJ8f2rWJbRRSXwlyElzUijbKN2mevk7lwBFNl1w=

niqingliang2003 commented on 2017-04-13 06:49 (UTC)

1. change '_pkgver' to 'pkgver' 2. add depends 'boost' 'doxygen' 'properties-cpp'

Tallix commented on 2017-04-13 05:50 (UTC)

Installing boost in addition to doxygen worked for me. Thank you, mufeed2000, for your comment.

mufeed2000 commented on 2017-04-13 04:55 (UTC) (edited on 2017-04-13 07:11 (UTC) by mufeed2000)

Add boost and doxygen as dependancies. EDIT: Is there any way we could make the changes in AUR? Kinda like Pull Request in Git?

Tallix commented on 2017-04-13 03:24 (UTC)

I tried building using a version of the PKGBUILD that I modified to include the line _pkgver=$pkgver which seemed to get the build started, at least. Then, I continued to run into a couple of issues. First, it looks like doxygen should be a dependency, so I installed doxygen. However, I still get the following error, and I have no idea what to make of it: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. I'll include the files that the output mentions, though it might be redundant from what thrustylark already posted. CMakeOutput.log: https://pastebin.com/wTUmwP7v CMakeError.log: https://pastebin.com/rHkCztER

shellkr commented on 2017-04-13 03:21 (UTC)

I got it to build by changing ${_pkgver} to ${pkgver} ... I also changed 'src/process-cpp-3.0.1/tests/CMakeLists.txt' to have.. set (GMOCK_INCLUDE_DIR "/usr/include/gmock/" CACHE PATH "gmock source include directory") set (GMOCK_SOURCE_DIR "/usr/src/gtest" CACHE PATH "gmock source directory") set (GTEST_INCLUDE_DIR "/usr/include/gtest" CACHE PATH "gtest source include directory")