Solvespace: Compilation error: Backtrace_LIBRARY (ADVANCED)

Created on 20 Jul 2017  路  5Comments  路  Source: solvespace/solvespace

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Backtrace_LIBRARY (ADVANCED)
    linked by target "solvespace-core" in directory solvespace/src

Full Travis CI build log: https://travis-ci.org/probonopd/solvespace/jobs/255811493#L986-L989

question

Most helpful comment

Ah this reproduces on master. I'll look into it.

All 5 comments

This job ran on our Trusty environment, which was updated on Wednesday, July 12th. Read all about it in the docs and take note that you can add group: deprecated-2017Q3 in your .travis.yml file to use the previous version.

Try this and check if it helps.

No idea sorry. On Linux, the backtrace() function is in glibc, so the check for it should not fail:

-- Looking for backtrace
-- Looking for backtrace - not found

You might want to enable CMake's verbose output to find out why.

Ah this reproduces on master. I'll look into it.

The backtrace library is no longer a mandatory dependency (it's been made optional), so I believe this is fixed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Timmmm picture Timmmm  路  7Comments

vespakoen picture vespakoen  路  8Comments

rpavlik picture rpavlik  路  7Comments

jockbert picture jockbert  路  6Comments

Symbian9 picture Symbian9  路  6Comments