-
Notifications
You must be signed in to change notification settings - Fork 86
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
gambit 4.9.2 does not compile on linux any more #457
Comments
Is there an obvious patch in https://github.com/gambit/gambit we can backport? From a quick glance at https://github.com/gambit/gambit/blob/d2c2b46e69da1c5fc6ec8946bdc4e1e94479f961/lib/os_io.c#L4799 where this might be coming from this piece of code hasn't been changed for seven years (commit gambit/gambit@353eec7) |
Please look again, the error is some lines above:
... but I don't have a clue jet :) |
To clearify: gambit 4.9.2 compiles fine on it's own. The first bug is introduced in the IPv6 patch from lambdanative:
it's missing the ; at the end of the line.
But this only solves the first error, others still persist:
|
I fixed the missing semicolon but don't know about the other piece. @0-8-15 could you please take a look as you introduced the IPv6 patch originally? Thanks! |
I just removed both Please note: these So with the fix_IOv6 patches removed gambit 4.9.2 compiles and works works as it should. |
I just tried to rebuild my toolchain and sumbld across this problem: gambitc 4.9.2 does not compile any more with latest gcc. 4gambit 4.7.9 still compiles fine.
The compilation breaks with these lines (and from there on a lot of following errors):
gcc version:
The text was updated successfully, but these errors were encountered: