-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Building turicreate is broken with GCC 5.4.0 #3243
Comments
I am experiencing a similar problem while building the debug version on Ubuntu 20.04. My gcc version is 9.3.0. Here is the log
|
I just noticed there is a PR out to fix this here. I will be very happy to have that one resolved. 🙏 Also, is there a temporary workaround in the meanwhile (apart from disabling -Werror)? |
@pradkrish - I think the temporary workaround would be to apply the changes (or at least the first commit) from the pull request you reference. @hoytak - It's not clear to me what still needs to be done in that pull request. Can you take over the pull request? |
Thanks, I rebased the branch on master locally and I was able to build the debug version. Then while running
|
Running
make -j8
onturicreate/debug
breaks with following errors -However, you can build
turicreate/debug/src
The text was updated successfully, but these errors were encountered: