Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: =?ISO-8859-1?Q?Ren=E9_Berber?= <rberber@prodigy.net.mx>
Subject:  Re: compile mysql sources on cygwin
Date:  Thu, 01 Sep 2005 12:17:25 -0500
Lines: 32
Message-ID: <df7d35$fh$1@sea.gmane.org>
References:  <loom.20050901T182413-541@post.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:  quoted-printable
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
In-Reply-To: <loom.20050901T182413-541@post.gmane.org>
OpenPGP: url=ldap://keyserver.pgp.com
X-IsSubscribed: yes

Andrea wrote:

> I'm building mysql sources.
> But I receive an error:
>=20
> make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra'
> gcc -O3 -DDBUG_OFF       comp_err.c   -o comp_err
> comp_err.c:26:23: my_global.h: No such file or directory
> comp_err.c:27:21: m_ctype.h: No such file or directory
> comp_err.c:28:20: my_sys.h: No such file or directory
> comp_err.c:29:22: m_string.h: No such file or directory
> comp_err.c:30:23: my_getopt.h: No such file or directory
> comp_err.c:32:20: my_dir.h: No such file or directory
[snip]
> Can anyone help me?

Looks like badly written code and/or Makefile.

Either way the solution is to edit comp_err.c and/or the Makefile and clean=
 the
mess.  The problem is either they are using an include path that doesn't ex=
ist
or they forgot to add the relevant directory to the include path option.

If you understood what I said it should be easy to fix, if you don't unders=
tand
it then, are you sure you want to do this?

HTH
--=20
Ren=E9 Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

