Re: compile mysql sources on cygwin

2005-09-06 Thread Gerrit P. Haase
Brian Dessent wrote: Andrea wrote: There's not enough information in your message to help you. How did you configure? Are you doing a vpath build (outside of the source tree)? Mysql 5 does compile fine under Cygwin, but you may require a few small patches. Search the archives for details.

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > > There's not enough information in your message to help you. How did you > > configure? Are you doing a vpath build (outside of the source tree)? > > Mysql 5 does compile fine under Cygwin, but you may require a few small > > patches. Search the archives for details. But if yo

Re: compile mysql sources on cygwin

2005-09-01 Thread Andrea
Brian Dessent dessent.net> writes: > There's not enough information in your message to help you. How did you > configure? Are you doing a vpath build (outside of the source tree)? > Mysql 5 does compile fine under Cygwin, but you may require a few small > patches. Search the archives for de

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > Hi, > I'm building mysql sources. > But I receive an error: > > 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:

Re: compile mysql sources on cygwin

2005-09-01 Thread René Berber
Andrea wrote: > I'm building mysql sources. > But I receive an error: > > 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 suc

compile mysql sources on cygwin

2005-09-01 Thread Andrea
Hi, I'm building mysql sources. But I receive an error: 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_