Getting some erroe while building it
It throws follwing error
In file included from ../src/vtegtk.cc:57: ../src/vteinternal.hh:24:2: error: #error You MUST NOT use -fno-exceptions to build vte! Fix your build; and DO NOT file a bug upstream! 24 | #error You MUST NOT use -fno-exceptions to build vte! Fix your build; and DO NOT file a bug upstream! | ^~~~~ In file included from ../src/vtegtk.cc:52: ../src/glib-glue.hh: In member function ‘bool vte::glib::Timer::dispatch()’: ../src/glib-glue.hh:221:26: error: exception handling disabled, use ‘-fexceptions’ to enable 221 | } catch (...) { | ^~~ ../src/vtegtk.cc: In function ‘void vte::exception_append_to_string(const std::exception&, std::string&, int)’: ../src/vtegtk.cc:5578:44: error: ‘en’ was not declared in this scope; did you mean ‘e’? 5578 | exception_append_to_string(en, what, level + 1); | ^~ | e ../src/vtegtk.cc:5577:11: error: ‘...’ handler must be the last handler for its try block [-fpermissive] 5577 | } catch (std::exception const& en) { | ^~~~~ ../src/vtegtk.cc: In function ‘bool vte::glib::set_error_from_exception(GError**)’: ../src/vtegtk.cc:5628:44: error: ‘e’ was not declared in this scope 5628 | exception_append_to_string(e, what); | ^ ../src/vtegtk.cc:5627:11: error: ‘...’ handler must be the last handler for its try block [-fpermissive] 5627 | } catch (std::exception const& e) { | ^~~~~ ../src/vtegtk.cc: At global scope: ../src/vtegtk.cc:5567:1: warning: ‘void vte::exception_append_to_string(const std::exception&, std::string&, int)’ defined but not used [-Wunused-function] 5567 | exception_append_to_string(std::exception const& e, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. Error: module vte: Child process exited with code 1