Skip to content

Instantly share code, notes, and snippets.

@pmattern
Created July 13, 2015 07:39
Show Gist options
  • Save pmattern/a16746576e104106a509 to your computer and use it in GitHub Desktop.
Save pmattern/a16746576e104106a509 to your computer and use it in GitHub Desktop.
OtterBrowser/otter-browser: FTBFS due to 62bf467
[ 35%] Building CXX object CMakeFiles/otter-browser.dir/src/core/LongTermTimer.cpp.o
/usr/local/peter/[...]/otter/src/core/LongTermTimer.cpp: In member function 'void Otter::LongTermTimer::updateTimer(quint64, bool)':
/usr/local/peter/[...]/otter/src/core/LongTermTimer.cpp:67:19: error: 'numeric_limits' is not a member of 'std'
int timerValue = std::numeric_limits<int>::max();
^
/usr/local/peter/[...]/otter/src/core/LongTermTimer.cpp:67:39: error: expected primary-expression before 'int'
int timerValue = std::numeric_limits<int>::max();
^
CMakeFiles/otter-browser.dir/build.make:933: recipe for target 'CMakeFiles/otter-browser.dir/src/core/LongTermTimer.cpp.o' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment