Fetching source from mirror: http://heanet.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
Fetching source from mirror: http://hivelocity.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
Fetching source from mirror: http://garr.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
Fetching source from mirror: http://biznetnetworks.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
Fetching source from mirror: http://internap.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
Fetching source from mirror: http://internode.dl.sourceforge.net/aiksaurus/aiksaurus-1.2.1.tar.gz
In file included from Aiksaurus.cpp:28:
MeaningsFile.h:49:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   49 |                 throw(AiksaurusException);
      |                 ^~~~~
MeaningsFile.h:54:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |             MeaningsFile(const char* fname) throw(AiksaurusException);
      |                                             ^~~~~
MeaningsFile.h:58:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             int* getWords(int id) throw(AiksaurusException);
      |                                   ^~~~~
In file included from Aiksaurus.cpp:29:
WordsFile.h:58:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             WordsFile(const char* fname) throw(AiksaurusException);
      |                                          ^~~~~
WordsFile.h:62:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |             void loadWord(int id) throw(AiksaurusException);
      |                                   ^~~~~
WordsFile.h:63:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   63 |             bool findWord(const char* str, int& index) throw(AiksaurusException);
      |                                                        ^~~~~
In file included from Aiksaurus.cpp:30:
WordStream.h:41:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   41 |             WordStream(int* words) throw(std::bad_alloc)
      |                                    ^~~~~
Aiksaurus.cpp:101:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  101 |                 throw(AiksaurusException);
      |                 ^~~~~
Aiksaurus.cpp:107:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  107 |             bool find(const char* word) throw(AiksaurusException);
      |                                         ^~~~~
Aiksaurus.cpp:108:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  108 |             const char* next(int& id) throw(AiksaurusException);
      |                                       ^~~~~
Aiksaurus.cpp:109:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |             const char* similar() throw(AiksaurusException);
      |                                   ^~~~~
Aiksaurus.cpp:115:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  115 | throw(AiksaurusException)
      | ^~~~~
Aiksaurus.cpp:155:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 | ThesaurusImpl::find(const char* word) throw(AiksaurusException)
      |                                       ^~~~~
Aiksaurus.cpp:200:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  200 | const char* ThesaurusImpl::next(int& id) throw(AiksaurusException)
      |                                          ^~~~~
Aiksaurus.cpp:223:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  223 | const char* ThesaurusImpl::similar() throw(AiksaurusException)
      |                                      ^~~~~
In file included from MeaningsFile.cpp:22:
MeaningsFile.h:49:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   49 |                 throw(AiksaurusException);
      |                 ^~~~~
MeaningsFile.h:54:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |             MeaningsFile(const char* fname) throw(AiksaurusException);
      |                                             ^~~~~
MeaningsFile.h:58:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             int* getWords(int id) throw(AiksaurusException);
      |                                   ^~~~~
MeaningsFile.cpp:77:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   77 |             bool read(int& x) throw(AiksaurusException);
      |                               ^~~~~
MeaningsFile.cpp:107:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  107 | MeaningStream::read(int& x) throw(AiksaurusException)
      |                             ^~~~~
MeaningsFile.cpp:169:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  169 | MeaningsFile::MeaningsFile(const char* fname) throw(AiksaurusException)
      |                                               ^~~~~
MeaningsFile.cpp:198:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  198 | MeaningsFile::_readline(MeaningStream& s, int* buffer) throw(AiksaurusException)
      |                                                        ^~~~~
MeaningsFile.cpp:228:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  228 | MeaningsFile::getWords(int id) throw(AiksaurusException)
      |                                ^~~~~
In file included from WordsFile.cpp:22:
WordsFile.h:58:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             WordsFile(const char* fname) throw(AiksaurusException);
      |                                          ^~~~~
WordsFile.h:62:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |             void loadWord(int id) throw(AiksaurusException);
      |                                   ^~~~~
WordsFile.h:63:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   63 |             bool findWord(const char* str, int& index) throw(AiksaurusException);
      |                                                        ^~~~~
WordsFile.cpp:115:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  115 | WordsFile::WordsFile(const char* fname) throw(AiksaurusException)
      |                                         ^~~~~
WordsFile.cpp:174:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  174 | bool WordsFile::findWord(const char* str, int& index) throw(AiksaurusException)
      |                                                       ^~~~~
WordsFile.cpp:283:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  283 | void WordsFile::loadWord(int id) throw(AiksaurusException)
      |                                  ^~~~~
libtool: install: warning: remember to run `libtool --finish /usr/lib'
libtool: install: warning: `libAiksaurus.la' has not been installed in `/usr/lib'
libtool: install: warning: `libAiksaurus.la' has not been installed in `/usr/lib'
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from Toolbar.h:26,
                 from AiksaurusGTK.cpp:23:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from AiksaurusGTK_strlist.h:24,
                 from AiksaurusGTK_history.h:24,
                 from Toolbar.h:24:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
Toolbar.h:59:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   59 |             void _updateNavigation() throw(std::bad_alloc);
      |                                      ^~~~~
Toolbar.h:78:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   78 |             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
      |                                                                  ^~~~~
Toolbar.h:85:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   85 |             void search(const char* str) throw(std::bad_alloc);
      |                                          ^~~~~
In file included from AiksaurusGTK.cpp:24:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
AiksaurusGTK.cpp:57:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |             void setInitialMessage(const char* message) throw(std::bad_alloc);
      |                                                         ^~~~~
AiksaurusGTK.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   87 |     void DialogImpl::setInitialMessage(const char* message) throw(std::bad_alloc)
      |                                                             ^~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from AiksaurusGTK_picbutton.h:25,
                 from AiksaurusGTK_picbutton.cpp:21:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from AiksaurusGTK_picbutton.h:24:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from Display.h:5,
                 from Display.cpp:21:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
In file included from Display.cpp:22:
Meaning.h:27:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   27 |                                    GdkEventButton *e, gpointer data) throw(std::bad_alloc);
      |                                                                      ^~~~~
Meaning.h:32:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.cpp:75:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   75 |         throw(std::bad_alloc)
      |         ^~~~~
Display.cpp:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |     void Display::_displayResults(const char* word) throw(Exception, std::bad_alloc)
      |                                                     ^~~~~
Display.cpp:139:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  139 |     void Display::_checkThesaurus() throw(Exception)
      |                                     ^~~~~
Display.cpp:155:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |         throw(Exception, std::bad_alloc)
      |         ^~~~~
Display.cpp:178:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  178 |     void Display::search(const char* word) throw(std::bad_alloc)
      |                                            ^~~~~
Display.cpp:199:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  199 |     void Display::_handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc)
      |                                                                      ^~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from Meaning.h:4,
                 from Meaning.cpp:4:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
Meaning.h:27:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   27 |                                    GdkEventButton *e, gpointer data) throw(std::bad_alloc);
      |                                                                      ^~~~~
Meaning.h:32:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |                 throw(std::bad_alloc);
      |                 ^~~~~
In file included from Meaning.cpp:5:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
Meaning.cpp:29:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   29 |     throw(bad_alloc)
      |     ^~~~~
Meaning.cpp:145:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  145 |     throw(std::bad_alloc)
      |     ^~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from Replacebar.h:24,
                 from Replacebar.cpp:21:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from Toolbar.h:26,
                 from Toolbar.cpp:21:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from AiksaurusGTK_strlist.h:24,
                 from AiksaurusGTK_history.h:24,
                 from Toolbar.h:24:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
Toolbar.h:59:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   59 |             void _updateNavigation() throw(std::bad_alloc);
      |                                      ^~~~~
Toolbar.h:78:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   78 |             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
      |                                                                  ^~~~~
Toolbar.h:85:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   85 |             void search(const char* str) throw(std::bad_alloc);
      |                                          ^~~~~
Toolbar.cpp:29:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   29 |     Toolbar::Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc)
      |                                                                   ^~~~~
Toolbar.cpp:99:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   99 |     void Toolbar::_updateNavigation() throw(std::bad_alloc)
      |                                       ^~~~~
Toolbar.cpp:118:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  118 |     void Toolbar::search(const char* str) throw(std::bad_alloc)
      |                                           ^~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from gtkAiksaur.t.cpp:23:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
libtool: install: warning: relinking `libAiksaurusGTK.la'
libtool: install: warning: remember to run `libtool --finish /usr/lib'
libtool: install: warning: `libAiksaurusGTK.la' has not been installed in `/usr/lib'
libtool: install: warning: `/var/pisi/aiksaurus-1.2.1-1/work/aiksaurus-1.2.1/base/libAiksaurus.la' has not been installed in `/usr/lib'
*** 0 error(s), 6 warning(s)