Missing header in MySQL-4.1 include dir

Missing header in MySQL-4.1 include dir

am 16.11.2002 21:08:56 von Jocelyn Fournier

Hi,

New typelib.h file (needed by mysql.h) is not copied into the target include
directory during MySQL compilation.

How-to-repeat :

Just compile MySQL ;)

Patch :

===== Makefile.am 1.33 vs edited =====
--- 1.33/include/Makefile.am Wed Oct 2 15:42:45 2002
+++ edited/Makefile.am Sat Nov 16 21:02:37 2002
@@ -21,7 +21,7 @@
my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
errmsg.h my_global.h my_net.h my_alloc.h \
my_getopt.h sslopt-longopts.h \
- sslopt-vars.h sslopt-case.h $(BUILT_SOURCES)
+ sslopt-vars.h sslopt-case.h typelib.h
$(BUILT_SOURCES)
noinst_HEADERS = config-win.h config-os2.h \
nisam.h heap.h merge.h my_bitmap.h\
myisam.h myisampack.h myisammrg.h ft_global.h\


Regards,
Jocelyn


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13014@lists.mysql.com
To unsubscribe, e-mail

Re: Missing header in MySQL-4.1 include dir

am 18.11.2002 14:10:31 von Sinisa Milivojevic

Jocelyn Fournier writes:
> Hi,
>
> New typelib.h file (needed by mysql.h) is not copied into the target include
> directory during MySQL compilation.
>
> How-to-repeat :
>
> Just compile MySQL ;)
>
> Patch :
>
> ===== Makefile.am 1.33 vs edited =====
> --- 1.33/include/Makefile.am Wed Oct 2 15:42:45 2002
> +++ edited/Makefile.am Sat Nov 16 21:02:37 2002
> @@ -21,7 +21,7 @@
> my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
> errmsg.h my_global.h my_net.h my_alloc.h \
> my_getopt.h sslopt-longopts.h \
> - sslopt-vars.h sslopt-case.h $(BUILT_SOURCES)
> + sslopt-vars.h sslopt-case.h typelib.h
> $(BUILT_SOURCES)
> noinst_HEADERS = config-win.h config-os2.h \
> nisam.h heap.h merge.h my_bitmap.h\
> myisam.h myisampack.h myisammrg.h ft_global.h\
>
>
> Regards,
> Jocelyn
>
>

Thank you for your report.

This change was pushed yesterday, but it will take some time to reach
a public tree.

--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13016@lists.mysql.com
To unsubscribe, e-mail

Re: Missing header in MySQL-4.1 include dir

am 18.11.2002 14:56:13 von Sergei Golubchik

Hi!

On Nov 16, Jocelyn Fournier wrote:
> Hi,
>
> New typelib.h file (needed by mysql.h) is not copied into the target include
> directory during MySQL compilation.
>
> How-to-repeat :
>
> Just compile MySQL ;)
>
> Patch :
>
> ===== Makefile.am 1.33 vs edited =====
> --- 1.33/include/Makefile.am Wed Oct 2 15:42:45 2002
> +++ edited/Makefile.am Sat Nov 16 21:02:37 2002
> @@ -21,7 +21,7 @@
> my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
> errmsg.h my_global.h my_net.h my_alloc.h \
> my_getopt.h sslopt-longopts.h \
> - sslopt-vars.h sslopt-case.h $(BUILT_SOURCES)
> + sslopt-vars.h sslopt-case.h typelib.h
> $(BUILT_SOURCES)
> noinst_HEADERS = config-win.h config-os2.h \
> nisam.h heap.h merge.h my_bitmap.h\
> myisam.h myisampack.h myisammrg.h ft_global.h\
>
>
> Regards,
> Jocelyn

Fixed, thank you.

Regards,
Sergei

--
MySQL Development Team
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/
/_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany
<___/

------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13020@lists.mysql.com
To unsubscribe, e-mail