Re: compile error

2005-06-04 Thread Gleb Paharenko
Hello. Usually compiling manually is not a good idea, if there are official binary for your platform available. Ensure that you have the fresh bison. Mir Islam <[EMAIL PROTECTED]> wrote: > I am stumped with this compile problem with 4.0.24 src. Not sure what > is causing it. Can anyo

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
s I'm tierd to stay with an old version of mysql :( Thanks in advanced. ( p.s. a binary is NOT an option ) -Original Message- From: Richard Pijnenburg [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 3:48 PM To: 'Patrik Fimml' Cc: [EMAIL PROTECTED] Subject: RE:

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
AM To: Richard Pijnenburg; [EMAIL PROTECTED] Subject: Re: compile error mysql-4.0.16 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > gcc: cannot specify -o with -c or -S and multiple compilations > make[2]: *** [libmysql.lo] Error 1 > make[2]: Leaving directory > `/usr/local/src/web/mysql-

Re: compile error mysql-4.0.16

2003-10-25 Thread Patrik Fimml
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > gcc: cannot specify -o with -c or -S and multiple compilations > make[2]: *** [libmysql.lo] Error 1 > make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/

Re: Compile error on HPUX

2002-12-10 Thread Benjamin Pflugmann
Hello. As a side note, did you try the precompiled binary for HP-UX already? http://www.mysql.com/downloads/mysql-3.23.html On Mon 2002-12-09 at 08:22:44 -0800, [EMAIL PROTECTED] wrote: > Benjamin, > > Thanks for you information, now I tried to use "gcc" Which version? > compile: > CC=gcc CXX

Re: Compile error on HPUX

2002-12-09 Thread Zengfa Gao
Benjamin, Thanks for you information, now I tried to use "gcc" compile: CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure Configure has no problem. But When I run "make", I got: gcc -O3 -DDBUG_OFF -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD

Re: Compile error on HPUX

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 09:59:25 -0800, [EMAIL PROTECTED] wrote: > Hi, > > I just send this email again. Does anyone care about > HPUX build? You need to be more specific in the future. That will enhance the chance for someone seing the problem. I have never used HP-UX. That said, some comm

Re: Compile error on HPUX

2002-12-06 Thread Zengfa Gao
Hi, I just send this email again. Does anyone care about HPUX build? Zengfa --- Zengfa Gao <[EMAIL PROTECTED]> wrote: > Hi, > > I tried to compile mysql-3.23.49 on HPUX 11.11 > system. > > When I run: > > CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64 > ./configure > > Everything is fine, no erro

Re: Compile error. MySql C++ API

2002-02-16 Thread Sinisa Milivojevic
Vipul Kotecha writes: > Hi List, > > I am new to the MySql C++ API and I am compiling one file it gives me error > saying > > Error E2303 ..\..\include\sqlplus\resiter1.hh 56: Type name expected > Error E2275 ..\..\include\sqlplus\resiter1.hh 56: { expected > Error E2275 ..\..\include\sqlplus\re

Re: Compile error, 3.23.42 error with macro "uint8korr"

2001-09-14 Thread Trond Eivind Glomsrød
"Shane Corgatelli" <[EMAIL PROTECTED]> writes: > > It compiles here, on a Roswellish system (and slightly different > > opions - no Gemini, only BDB and innodb) > > I removed the --with-gemini option and everything compiles beautifully. I > tried it with the mysql+gemini-3.23.41 source and I st

Re: Compile error, 3.23.42 error with macro "uint8korr"

2001-09-14 Thread Shane Corgatelli
> It compiles here, on a Roswellish system (and slightly different > opions - no Gemini, only BDB and innodb) I removed the --with-gemini option and everything compiles beautifully. I tried it with the mysql+gemini-3.23.41 source and I still get errors. I wanted to compare Innobase and Gemini,

Re: Compile error, 3.23.42 error with macro "uint8korr"

2001-09-14 Thread Trond Eivind Glomsrød
*mysql-list has an annoying filter* [EMAIL PROTECTED] writes: > >Environment: > > System: Linux homer 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown > Architecture: i686 It would be useful if you made sure that all errata are applied to your machine, and then try again - the simples

Re: compile error - ld: cannot find -lrt

2001-08-21 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Faine, Mark writes: >> Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be >> incompatible with 3.0, yet I'm still getting an error during the make: >> >> /usr/local/sparc-sun-solaris2.8/bin/ld:

Re: compile error - ld: cannot find -lrt

2001-08-20 Thread Sinisa Milivojevic
Faine, Mark writes: > Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be > incompatible with 3.0, yet I'm still getting an error during the make: > > /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt > collect2: ld returned 1 exit status > make[3]: *** [mysqld] Err

Re: Compile Error Tru64 __cxa_pure_virtual

2001-07-26 Thread Sinisa Milivojevic
Kundiger, Rick writes: > When compiling with gcc3.0 mysql 3.23.4 I get the following error trying to > link the mysqlbinlog (I think) any idaes? > > Rick > > lmach -lexc > mkdir .libs > gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti > -fno-implicit-templates -fno-exception

Re: compile error

2001-06-11 Thread Karol Majewski
Hi José Could you give us some more information ? Something like "gcc -I/usr." Generally you didn't point the compiler which library to use or where is it or simply did it in wrong order. I think so but I'm not 100% sure of it because I'm a novice too ;-) Regards Karol Majewski query / sql

Re: compile error (MacOS-X retail version)

2001-03-25 Thread tr909
Thanks, this worked like a charm. Also on the 3.23.25 (declared stable) release. now i have another problem: when is start the safe-mysqld i cannot shut it down anymore. #> mysqladmin -u root -p shutdown or #> safe-mysqld --log & just do nothing and the terminal doesn't do anything

Re: compile error (MacOS-X retail version)

2001-03-24 Thread Paul DuBois
At 7:26 PM +0100 3/24/01, Tr909 Dr. Umachine wrote: >Hello MySQL, > >i downloaded 3.23.25 from the MySQL website and >it errors in ./configure included are the last lines from >the terminal window. (if neccesary i can send the >config.log too 88KB) it has lots of failed programms >i'll include som

Re: Compile error

2001-02-16 Thread Martin
Actually the function is called sprintf() rather than snprintf(), to the best of my recollection, and it's probably defined in either stdio.h/stdlib.h or string.h. Change snprintf to sprintf() and see what happens. - Original Message - From: "John Markunas" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Compile error mysql 3.23.30 & bdb 3.1.17 on Win2000

2001-01-13 Thread Sinisa Milivojevic
William W. Chan writes: > > > Hello all, > >I am trying to build a mysql 3.23.30 with bdb 3.1.17 on Win2000. > I have put in the HAVE_BERKELEY_DB macro flag in sql\mysqld.mak > directory and > include db.h and libdb31d.lib into compilation flag. However, I still > get error like t