Changes between Initial Version and Version 1 of Ticket #62902, comment 1


Ignore:
Timestamp:
May 16, 2021, 10:35:20 PM (3 years ago)
Author:
reneeotten (Renee Otten)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62902, comment 1

    initial v1  
    1 it looks like [https://github.com/google/glog/issues/602 this] is the issue: {{{gtest}}} requires now C++11 and this port doesn't do that. Try adding {{{-DWITH_GTEST=OFF}}} to {{{configure.args-append}}} in the Portfile and it should be good to go. Anyway the tests are not enabled in the Portfile so I don't see an obvious reason to have the option enabled.
     1it looks like [https://github.com/google/glog/issues/602 this] is the issue: {{{gtest}}} requires now C++11 and this port doesn't do that. Try adding {{{-DWITH_GTEST=OFF}}} to {{{configure.args-append}}} in the Portfile and it should be good to go. Anyway the tests are not enabled in the Portfile so I don't see an obvious reason to have the option enabled. If that indeed works, please feel free to open a PR with that change.