Skip to content

Instantly share code, notes, and snippets.

@rbonvall
Created May 1, 2014 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbonvall/924e7c0727a0c6055dc8 to your computer and use it in GitHub Desktop.
Save rbonvall/924e7c0727a0c6055dc8 to your computer and use it in GitHub Desktop.
Error compiling kakoune
~/codigo/kakoune/src (master)$ git log -1 --oneline
67559da file.cc: try more portable use of struct stat::st_mtime
~/codigo/kakoune/src (master)$ LANG=C make
g++ -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic -DKAK_DEBUG -MMD -MP -MF .event_manager.d -c -o .event_manager.o event_manager.cc
g++ -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic -DKAK_DEBUG -MMD -MP -MF .buffer_manager.d -c -o .buffer_manager.o buffer_manager.cc
g++ -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic -DKAK_DEBUG -MMD -MP -MF .exception.d -c -o .exception.o exception.cc
g++ -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic -DKAK_DEBUG -MMD -MP -MF .selectors.d -c -o .selectors.o selectors.cc
In file included from buffer.hh:6:0,
from selection.hh:4,
from selectors.hh:4,
from selectors.cc:1:
option_manager.hh: In instantiation of 'class Kakoune::TypedOption<int>':
option_manager.hh:173:63: required from 'const T& Kakoune::Option::get() const [with T = int]'
selectors.cc:353:56: required from here
option_manager.hh:122:7: error: looser throw specifier for 'virtual Kakoune::TypedOption<int>::~TypedOption()'
option_manager.hh:53:13: error: overriding 'virtual Kakoune::Option::~Option() noexcept (true)'
make: *** [.selectors.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment