[haiku-bugs] Re: [Haiku] #16434: [Build System] isl build fails

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Wed, 22 Jul 2020 18:35:34 -0000

#16434: [Build System] isl build fails
---------------------------+-------------------------
  Reporter:  diver         |      Owner:  tqh
      Type:  bug           |     Status:  assigned
  Priority:  normal        |  Milestone:  Unscheduled
 Component:  Build System  |    Version:  R1/beta2
Resolution:                |   Keywords:
Blocked By:                |   Blocking:
  Platform:  All           |
---------------------------+-------------------------
Comment (by tqh):

 Can you try building with the -std=c14++
 build/scripts/build_cross_tools_gcc4 gcc part:
 {{{
 # configure gcc
 cd "$gccObjDir"
 CFLAGS="$ccFlags -std=c++14" CXXFLAGS="$cxxFlags -std=c++14"
 "$gccSourceDir/configure" ...
 }}}

 I think we might need to either fix isl to newer C++ standards or add the
 flag when clang is detected. I'll see if gcc builds with -std=c++17
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16434#comment:2>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: