Bug #10352 Compiling chared.c fails
Submitted: 4 May 2005 7:45 Modified: 4 May 2005 9:27
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1.12-pre OS:
Assigned to: Lenz Grimmer CPU Architecture:Any

[4 May 2005 7:45] Lenz Grimmer
Description:
This was reported to me by a user:

"I tried building mysql-4.1.12-nightly-20050503.tar.gz on Tiger Server, but it fails to compile chared.c because el_term.h is missing."

This is true, as cmd-line-utils/libedit/Makefile.am does not list el_term.h in noinst_HEADERS
(libedit was updated recently)

How to repeat:
Try to compile a current 4.1 snapshot source distribution and observe the libedit compile fail.

Suggested fix:
Add el_term.h to noinst_HEADERS in cmd-line-utils/libedit/Makefile.am
[4 May 2005 8:50] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/24547
[4 May 2005 9:27] Lenz Grimmer
Fix pushed into 4.1 and 5.0