From: walter harms Date: April 8 2009 3:20pm Subject: Re: Problem compiling mysql-5.1.33 List-Archive: http://lists.mysql.com/mysql/217033 Message-Id: <49DCC0C4.9050100@bfs.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit most likely a missing include it should have at least: #include #include Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem schrieb: > make all-am > Making all in mysql-test > Making all in lib/My/SafeProcess > g++ -DHAVE_CONFIG_H -I. -I../../../../include -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT safe_process.o -MD -MP -MF .deps/safe_process.Tpo -c -o safe_process.o safe_process.cc > In file included from safe_process.cc:48: > /usr/include/sys/resource.h:63: field `ru_utime' has incomplete type > /usr/include/sys/resource.h:64: field `ru_stime' has incomplete type > > why is this taking place? > > Compile options > > ./configure --prefix=/usr/contrib --localstatedir=/usr/contrib/mysqld --without-innodb --disable-debug --with-ssl=/usr/contrib --enable-thread-safe-client >