Re: missing header file?

2005-02-23 Thread Gleb Paharenko
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

RE: missing header file?

2005-02-23 Thread Sergei Skarupo
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

missing header file?

2005-02-21 Thread Sergei Skarupo
Hi all, 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

Missing header file

2002-08-22 Thread Attila Miklosi
Dear MySQL! I can't compile the source codes I've made top MySQL4.0.2 alpha release because the my MS Visual C++ 6.0 compiler tells me it can't find the my_alloc.h header file. I've set the mysql include path for the compiler, so it seems this file is missing from your install kit. Please

Re: Missing header file

2002-08-22 Thread Egor Egorov
Attila, Thursday, August 22, 2002, 11:54:24 AM, you wrote: AM I can't compile the source codes I've made top MySQL4.0.2 alpha release because the my MS Visual C++ 6.0 compiler tells me it can't find the my_alloc.h header file. I've set the mysql include AM path for the compiler, so it seems