Thanks, I'll try that. I haven't actually tried to compile MySQL from source 
and haven't read the instructions. Sorry.

It seems that the file in question is present in MySQL Linux binary 
distribution, missing from source (i.e. configure should be run), missing from 
Windows binary, present in Windows source. Interesting symmetry.



-----Original Message-----
From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 2:14 AM
To: mysql@lists.mysql.com
Subject: Re: missing header file?


Hello.

You should run configure in the source directory, which will create
a Makefile in the include/ directory. Then cd into it and run:

  make my_config.h



[snip] 
I'm trying to modify and recompile some UDFs for MySQL 4.1. I'm using the 
header files
from the version 4.1.10 Linux source archive and am getting the following error:
home/sskarupo/mysql-4.1.10/include/my_global.h:70: my_config.h: No such file or 
directory
my_config.h isn't there. It is included in the Windows source archive, though.
Can anyone explain this?
Thanks in advance,
Sergei"Sergei Skarupo" <[EMAIL PROTECTED]> wrote:

[snip]


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to