[693] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

Bug reports

daemon@ATHENA.MIT.EDU (Eric Price)
Thu Oct 29 18:08:44 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Mon, 27 Aug 2007 01:46:20 -0400
From: Eric Price <ecprice@MIT.EDU>
To: barnowl-dev@mit.edu

The terminfo directory lookup in configure.in seems useless, and
breaks on the BSDs (which store the terminfo database in a single
terminfo.db file).  Barnowl doesn't actually need to have the TERMINFO
variable defined; ncurses will use it as an override for the default
location, but it isn't generally necessary.

In FreeBSD, the 'logout' function is already defined (in libutil.h,
which is imported by perl.h).  Hence, I needed to #define logout
logout_ around that import.

The "-DOWL_SVN_REVNO=`./svkversion`" in the CFLAGS means that I get
warnings when I try to build from an svn export (since I have no svk
or .svn directories).

libfaim/aim.h should define HAS_BOOL at the same time it defines bool,
to avoid a warning from redefining it in handy.h.

:filter personal -c moocow should give an error.  It doesn't, since
atoi("moocow") = 0 (in owl_util_string_to_color, util.c line 519).

Eric

home help back first fref pref prev next nref lref last post