On Wed, Apr 25, 2001 at 01:20:55PM +0200, Richard B. Kreckel wrote: |On Wed, 25 Apr 2001, Julian Stoev wrote: |> In file included from /usr/include/readline/keymaps.h:37, |> from /usr/include/readline/readline.h:37, |> from ginsh.h:36, |> from ginsh_parser.yy:41: |> /usr/include/readline/rltypedefs.h:48: invalid exception specifications |[...] | |What is your exact version of libreadline4-dev? What does |/usr/include/readline/rltypedefs.h say at line 48? On my machine this is |right inside a comment!!! bash-2.05$ dpkg -l libreadline4-dev ii libreadline4-dev 4.2-2 GNU readline and history libraries, development files. On line 48 there is typedef int rl_command_func_t __P((int, int)); I am puzzled ... --JS