[MacPorts] #65615: FbdReader @1.1_0: error: a space is required between consecutive right angle brackets (use '> >') (was: opencascade @7.6: error: a space is required between consecutive right angle brackets (use '> >'))

MacPorts noreply at macports.org
Sat May 27 21:01:49 UTC 2023


#65615: FbdReader @1.1_0: error: a space is required between consecutive right
angle brackets (use '> >')
------------------------+--------------------
  Reporter:  mbrethen   |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  FbdReader  |
------------------------+--------------------
Changes (by ryandesign):

 * port:  opencascade => FbdReader


Comment:

 You filed this bug against the opencascade port but the log shows the
 problem is in the FbdReader port, which is not a port that we have. This
 port appears to be a subport of the Portfile in
 /Users/marbre/ports/cad/cgxCADTools. You'll have to ask whoever wrote that
 Portfile to fix it.

 The requirement for a space between consecutive angle brackets was dropped
 in C++11.

 The log also says:
 {{{
 warning: rvalue references are a C++11 extension [-Wc++11-extensions]
 }}}

 The log shows the build is not requesting C++11. opencascade requires
 C++11 or newer. Requesting a C++11 build (i.e. using the flag `-std=c++11`
 in CXXFLAGS) is the solution to both problems.

-- 
Ticket URL: <https://trac.macports.org/ticket/65615#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list