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

unsatisfiableRangeAssertion fails make check #9

Closed
Josefg opened this issue Apr 9, 2014 · 2 comments
Closed

unsatisfiableRangeAssertion fails make check #9

Josefg opened this issue Apr 9, 2014 · 2 comments

Comments

@Josefg
Copy link

Josefg commented Apr 9, 2014

[ unsatisfiableRangeAssertion.o ] Error 1

This error also makes cc1plus.exe stop working as well. If unsatisfiableRangeAssertion is removed from the Makefile.am, make check passes.

I am building this using MinGW on Windows 7. I assume unsatisfiableRangeAssertion is missing something simple.

@mjwybrow
Copy link
Owner

What is the actual error? i.e., can you give me the line before the "Error 1" line, and preferably the compiler command that leads to it.

There is nothing special about that particular test case, except that it is really big, and so takes much longer than the other tests to compile.

@Josefg
Copy link
Author

Josefg commented Apr 30, 2014

I execute autogen.sh except I change this:
./configure CXXFLAGS="-O3 -DNDEBUG -arch x86_64 -arch i386" LDFLAGS="-arch x86_64 -arch i386"

to this:
./configure CXXFLAGS="-O3 -DNDEBUG"

image

image

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

2 participants