~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Rob Browning
  • Date: 2008-05-10 12:18:50 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510121850-mwi7tobbfkat03vr
Tags: 1.8.5+1-1
* Incorporate new upstream stable release.

* Fix gcc 4.3 compilation problems (fixed upstream now).  Thanks to
  Alexander Schmehl <tolimar@debian.org> for the previous, related
  1.8.4+1-2.1 NMU, and to Maximiliano Curia and Daniel Schepler for the
  original patch. (closes: #462384, #466778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Guile FAQ                       -*- outline -*-
 
2
 
 
3
* Build problems
 
4
 
 
5
** readline.c: error: `rl_pending_input' undeclared
 
6
 
 
7
This occurs if the Readline library detected by Guile's configure
 
8
script is actually the BSD Editline project's supposedly
 
9
Readline-compatible library.  The immediate fix is to uninstall
 
10
Editline and install the real GNU Readline instead.  When you do this,
 
11
please note that it probably won't work to keep Editline in /usr and
 
12
install GNU Readline in /usr/local (or some similar arrangement),
 
13
because the Editline library will then still be picked up at link and
 
14
run time; it's best (subject to other constraints) to remove Editline
 
15
completely.
 
16
 
 
17
For the longer term, please also report this problem to the Editline
 
18
project, to encourage them to fix it in the next release of their
 
19
Readline compatibility library.