Hallo,
  
we have downloaded the new 3.23.55 mysql DB from you as Source Download
Tarball (tar.gz) and want to build them in our environment for tests
under SUN OS.
  
We have tared the downloaded version in our Scource Directory environment.
(for example <directory>/mysql/src/mysql-3.23.55)
  
After that we want configure the downloaded version from our bulid
and configure environment. (for example <directory>/mysql/obj/mysql-3.23.55).
We take the ./configure from the obj-Directory-Path:
<directory>/mysql/src/mysql-3.23.55/configure --with-innodb (to have Innobase
DB support).

After we take the make command we become some errors at the make output.
For example a little Extract from the make output:
<directory>/mysql/src/mysql-3.23.55/innobase/os/os0proc.c:10:21: os0proc.h:
No such file or directory
<directory>/mysql/src/mysql/mysql-3.23.55/innobase/os/os0proc.c:19:20:
ut0mem.h: No such file or directory
<directory>/mysql/src/mysql-3.23.55/innobase/os/os0proc.c:28:
parse error before "n"
<directory>/mysql/src/mysql-3.23.55/innobase/os/os0proc.c:
In function `os_mem_alloc_nocache':
<directory>/mysql/src/mysql/mysql-3.23.55/innobase/os/os0proc.c:39:
`n' undeclared (first use in this function)

Then I begin to look in the mysql scources to fix the problem.
(for example <directory>/mysql/src/mysql-3.23.55/innobase)

And in the file for example:
<directory>/mysql/src/mysql-3.23.55/innobase/usr/Makefile.in
here I think I found the mistake:
(extract from the Makefile.in):
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am
$(srcdir)/../include/Makefile.i $(top_srcdir)/configure.in $(ACLOCAL_M4)

The same error I found under:
<directory>/mysql/src/mysql-3.23.55/innobase/os/Makefile.in

I looked to the whole Scource Code and there I can't find a directory with
the name Makefile.i

And so for our test's with the 3.23.55 mysql we decide to built the
software only in the scource tree directory, and not in the obj tree
directory, to expect the mysql version can build there with Innobase
and Berkeley DB support without errors.


Greetings,
Carstn Thoene 






-- 
Carsten Thoene                           eMail: [EMAIL PROTECTED]
Technische Fakultaet
Universitaet Bielefeld                  
D-33594 Bielefeld                        
      
    

---------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to