-
Notifications
You must be signed in to change notification settings - Fork 18
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 error with make [Makefile:661: src/hssp-convert-3to1.o] Error 1 #110
Comments
What version of boost are you using? |
Here are the boost packages installed, but 1.53.0 is the version. boost.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-atomic.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-chrono.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-context.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-date-time.x86_64 1.53.0-27.el7 @rit-orael-7latest-x86_64
boost-devel.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-filesystem.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-graph.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-iostreams.x86_64 1.53.0-27.el7 @rit-orael-7latest-x86_64
boost-locale.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-math.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-program-options.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-python.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-random.x86_64 1.53.0-27.el7 @rit-orael-7latest-x86_64
boost-regex.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-serialization.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-signals.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-system.x86_64 1.53.0-27.el7 @rit-orael-7latest-x86_64
boost-test.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-thread.x86_64 1.53.0-27.el7 @rit-orael-7latest-x86_64
boost-timer.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base
boost-wave.x86_64 1.53.0-27.el7 @oracle-7u5-x86_64-base |
It seems this problem is not in the code of xssp itself, because the error occurs at the include of a boost header. The error pointed out by the compiler is actually in one of the boost headers. Something could have gone wrong while installing boost. I would suggest reinstalling it. |
Hello same error reported, my boost version is 1.58 |
I think this issue is also related to #118. Are there multiple boost versions installed? Then it could be that your OS or autoconf is mixing them up. |
I have put a new release online: In this release, the autogen.sh will automatically add the alternative boost directory to the makefile. All you have to do is specify the --with-boost path when running configure. |
@nschiraldi |
I will test this as soon as I get a chance |
@cbaakman |
The installation of release 3.1.5 runs fine for me. I cannot reproduce the error. Since this is an error ocurring in one of the boost headers, I would suggest opening a new issue on the boost repository: |
I am trying to build xssp-3.0.7 but keep running into a make error. Any help is greatly appreciated!
./configure output
make version
make output
The text was updated successfully, but these errors were encountered: