Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS build fail: gflags_LIBRARIES is set to NOTFOUND. #865

Closed
ivanychev opened this issue Feb 7, 2018 · 5 comments
Closed

macOS build fail: gflags_LIBRARIES is set to NOTFOUND. #865

ivanychev opened this issue Feb 7, 2018 · 5 comments

Comments

@ivanychev
Copy link

I'm trying to build the library using standard tutorial on my machine

  • masOS 10.13.3
  • cmake 3.10.2
  • boost 1.66.0

I get following error when I'm trying to generate a makefile via cmake .. within the build/ directory.

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:
gflags_LIBRARIES
    linked by target "glog" in directory /Users/iv/code/bigartm/3rdparty/glog

Since I've tried building it on Ubuntu and succeeded, I suspect there's something wrong with macOS. Does anyone encounter the same issues?

@niwtr
Copy link

niwtr commented Mar 8, 2018

Encountered the same problem. Did you solved that? Please let me know if so.

@melodywolk
Copy link

Any update on this issue?

@MichaelSolotky
Copy link
Contributor

Hi, @ivanychev, @niwtr, @melodywolk
Since that time you were writing a lot of things changed in CMakeList.txt.
Could you please try to compile the latest master version and check if the trouble disappeared? I actually have macOS too and I can't reproduce this behavior.

@niwtr
Copy link

niwtr commented Oct 30, 2018

Hi, @MichaelSolotky
I acknowledge that this bug is fixed, build succeeded. Congratulations and thanks for the jobs you've done.

@MichaelSolotky
Copy link
Contributor

It's cool.
I close this issue then.
If anyone encounters a similar problem please reopen this issue and we'll try to help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants