Hello,
Today, I tried installing poe on my system, running
RH7.2, and had an odd error when it was compiling
poeconsole.cc:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../core -I../vm -
I../compiler -I../persistence -I../native -I../network -g -
O2 -c poeconsole.cc
poeconsole.cc: In function `void evalLoop (const
poe::Var &)':
poeconsole.cc:143: cannot convert `void (*) (const char
*)' to `void
(*) (char *)' for argument `2' to
`rl_callback_handler_install (const char *, void (*) (char
*))'
make: *** [poeconsole.o] Error 1
Is it something with my compiler, or something else?
Thanks,
isophage