envelope-project / laik

Other
9 stars 8 forks source link

TCP backend: fails to compile with ICC #128

Closed AlexanderKurtz closed 6 years ago

AlexanderKurtz commented 6 years ago

See https://github.com/envelope-project/laik/pull/58#issuecomment-375386563

weidendo commented 6 years ago

Do you have access to icc? I do not think we can integrate icc in Travis?

AlexanderKurtz commented 6 years ago

I currently trying to debug this and I think I have an idea: Did you do your ICC test on the SuperMUC?

AlexanderKurtz commented 6 years ago

From what I can tell now, there was never any problem with ICC and the TCP backend. It just so happened that the ICC builds were always done on machines with a very old GLib, and this of course didn't work. Since the GLib version is now checked (2bfd2b684c7a48b13db0cb179c01566f056d2d77), I'm closing this bug now, please feel free to reopen if necessary!