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

build in centos7.4 error #13

Closed
junstor opened this issue Sep 19, 2018 · 4 comments
Closed

build in centos7.4 error #13

junstor opened this issue Sep 19, 2018 · 4 comments

Comments

@junstor
Copy link

junstor commented Sep 19, 2018

cmake fizz in centos 7.4 got this error:

CMake Error at CMakeLists.txt:132 (add_library):
Target "fizz" links to target "glog::glog" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?

I have installed glog. (use yum install and source code compiling install)

@daniel-lucio

This comment has been minimized.

@daniel-lucio

This comment has been minimized.

@Orvid
Copy link
Contributor

Orvid commented Sep 23, 2018

What version of glog are you trying to build against? Some of the older versions don't export the glog::glog target that Folly (one of Fizz's dependencies) is expecting to be present.

@siyengar
Copy link
Contributor

Closing this out since no comment

facebook-github-bot pushed a commit that referenced this issue Feb 13, 2020
)

Summary:
Take the README.md from
https://github.com/facebookexperimental/mononoke/blob/7ead0e29e41aec0771531a4650b6170bc1ff6566/README.md
and apply it on Eden repo.

Re-add the Cargo.toml file that declares Cargo workspace.

Re-add fbcode_builder/getdeps manifest for Mononoke
Pull Request resolved: facebook/sapling#13

Test Plan:
./build/fbcode_builder/getdeps.py build mononoke
  ./build/fbcode_builder/getdeps.py test mononoke

Reviewed By: ahornby

Differential Revision: D19833059

Pulled By: lukaspiatkowski

fbshipit-source-id: fb37e13306c0b9969a7c4e52b05e1a66a577022f
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

5 participants
@Orvid @junstor @siyengar @daniel-lucio and others