Search Criteria
Package Details: compressonator-git v3.2.4691+44+gbfc4b162-1
Git Clone URL: | https://aur.archlinux.org/compressonator-git.git (read-only, click to copy) |
---|---|
Package Base: | compressonator-git |
Description: | Tool suite for Texture and 3D Model Compression, Optimization and Analysis. Lubosz's Linux GUI port branch. |
Upstream URL: | https://github.com/GPUOpen-Tools/Compressonator |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | lubosz |
Maintainer: | lubosz |
Last Packager: | lubosz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-12 14:35 |
Last Updated: | 2020-01-13 17:01 |
Dependencies (7)
- boost-libs (boost171, boost-libs-git)
- draco-git
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- qt5-webengine
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
lubosz commented on 2020-01-14 23:18
@ax34 The problem is on your side, but it occurs in the boost package, so please submit a bug report. At least they will figure out why it's broken for you. Call it "CMake is unable to find correct Boost include path.". You can supply the minimal script I provided.
ax34 commented on 2020-01-14 19:02
Isn't the problem on my side?
ax34 commented on 2020-01-14 18:58
doesn't help
lubosz commented on 2020-01-14 18:38
@ax34 Try reinstalling boost:
Then run cmake again, removing the cache:
rm CMakeCache.txt && cmake .
If this does not give you an path with
/usr
in front, then we will need to debug/usr/lib/cmake/Boost-1.71.0/BoostConfig.cmake
further. Or open a bug report for theboost
Arch package.Please comment on the Github merge request when you resolve the problem.
ax34 commented on 2020-01-14 16:45
@lubosz
Your boost include dirs: /include
What can be wrong with my install?lubosz commented on 2020-01-13 17:17
@ax34
If you cleaning the package build does not resolve your problem you should try what you get from the following minimal CMake script:
Save it as
CMakeLists.txt
in any new directory and runcmake .
. You should get the following output:ax34 commented on 2020-01-13 15:54
https://github.com/GPUOpen-Tools/Compressonator/pull/87#issuecomment-573723893
I believe not:
Nothing related to CMake or Boost