-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE][browser] optional properties widget
- Loading branch information
Showing
8 changed files
with
555 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
0ed89fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blazek not sure if this specific commit is the source of it, but QGIS master now fails to build due to a compilation error related to a GRASS source file. (I'm on the road, I can't copy/paste the error log atm).
0ed89fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. This commit does not touch GRASS at all. The GRASS build system was changed to support more versions, it may be that some old files were left in your build dir, try clean new build (delete GRASS dirs in build dir).
0ed89fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blazek , deleted the directory, and it now builds. Thanks and sorry for the noise.