Ticket #1721 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

OS X: grassshell code causing build crash in trunk

Reported by: jctull Owned by: nobody
Priority: critical: causes crash or data corruption Milestone: Version 2.0.0
Component: Build/Install Version: Trunk
Keywords: grass trunk Cc:
Platform Version: Platform: OS X
Must Fix for Release: No Awaiting user input: no

Description

The trunk source currently will not build on OS X due to an error in the grassshell code:

[ 87%] Building CXX object src/plugins/grass/CMakeFiles/grassplugin.dir/qgsgrassshell.o /Users/jctull/sources/qgis/trunk/src/plugins/grass/qgsgrassshell.cpp:35: error: expected unqualified-id before ‘<<’ token make[2]: *** [src/plugins/grass/CMakeFiles/grassplugin.dir/qgsgrassshell.o] Error 1 make[1]: *** [src/plugins/grass/CMakeFiles/grassplugin.dir/all] Error 2 make: *** [all] Error 2

Change History

in reply to: ↑ description   Changed 4 years ago by jef

  • keywords crash build removed
  • status changed from new to closed
  • resolution set to invalid
> [ 87%] Building CXX object src/plugins/grass/CMakeFiles/grassplugin.dir/qgsgrassshell.o
> /Users/jctull/sources/qgis/trunk/src/plugins/grass/qgsgrassshell.cpp:35: error: expected unqualified-id before ‘<<’ token

Probably invalid. At least not reproducable here. I bet you have a conflict and '<<' is probably just a piece of the introducing <<<<<<< .mine.

  Changed 4 years ago by jctull

jef is correct. This was likely from some testing of that earlier grass shell dev work I did. Mea culpa.

Note: See TracTickets for help on using tickets.