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

configure: error: invalid value: boost_major_version= #238

Open
rnmhdn opened this issue Dec 25, 2017 · 1 comment
Open

configure: error: invalid value: boost_major_version= #238

rnmhdn opened this issue Dec 25, 2017 · 1 comment

Comments

@rnmhdn
Copy link

rnmhdn commented Dec 25, 2017

After cloning the repo and trying to run ./configure or ./autogen.sh I got:

checking for Boost headers version >= 0.0.0... yes checking for Boost's header version... configure: error: invalid value: boost_major_version=

So I did:
cat configure | grep "boost_cv_lib_version="
And got:
boost_cv_lib_version=cat conftest.i
So I did:
dpkg -s libboost-dev | grep 'Version'
and I got:
Version: 1.58.0.1ubuntu1
So I changed the according line in configure to
version="1_58_0_1"

And then I could configure and make.

@rnmhdn
Copy link
Author

rnmhdn commented Dec 25, 2017

But now when I try to drag and drop the xpi directory to addons page in firefox it says: this addon could not be installed because in appears to be corrupt. What should I do now?

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

1 participant