Sergiu Deitsch

Results 182 comments of Sergiu Deitsch

Changing symbol visibility should not be necessary and indicates a bigger problem with your setup. With the little information provided, however, we can only guess what is wrong. Are you...

Could you please post the content of your `CMakeLists.txt` and the full output when running CMake on the version of the project you observe the above linker errors?

I'm confused. I don't see any linker errors. Are you using a patched Ceres here?

I tried reproducing the linker error in similar setup using Ceres at head and was not able to. Note that in your setup your shared library seems to be using...

Please use the latest Ceres Solver release and not the version at head which is still work in progress.

2.2.0 stable does not use absl. You seem to have another issue here. Check [tags](https://github.com/ceres-solver/ceres-solver/tags) for official releases.

You are using the development version at head not the stable release. As previously mentioned 2.2.0 does not use absl and [master still uses 2.2.0](https://github.com/ceres-solver/ceres-solver/blob/9186dcc49cbaa49cba874d3a467f90ae9fe36d7f/include/ceres/version.h#L34-L36) to identify the library's version....

> I had also tried the tag 2.2.0 which has the same dependency issue 2.2.0 does not have this dependency issue since it does not use absl at all as...

You left out the actual compiler/linker error message. Please post the complete `make` output as text not as a screenshot.

Alternatively, switch to non-development version of glog. See #1068.