We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to build glog with cmake in cygwin64 as following: 1-cmake . -DBUILD_SHARED_LIBS=on 2-make -j the result of above instruction:
3-make install
Whould you please tell me how to solve it?
The text was updated successfully, but these errors were encountered:
This variable was removed in 4a82a85.
Sorry, something went wrong.
try uninstall the libgoogle-glog-dev from your system and build v0.5.0-rc2 from source to install the older version:
libgoogle-glog-dev
v0.5.0-rc2
git clone https://github.com/google/glog.git cd glog/ git checkout v0.5.0-rc2 mkdir build && cd build cmake .. sudo make -j12 install
just type conda deactivate can solve
No branches or pull requests
I try to build glog with cmake in cygwin64 as following:
1-cmake . -DBUILD_SHARED_LIBS=on
2-make -j
the result of above instruction:
3-make install
Whould you please tell me how to solve it?
The text was updated successfully, but these errors were encountered: