Hi Kristian,
Thank you for your suggestion, I tried it out but to no avail.
I have the following line added to sql_class.h file,
#include <sys/signalfd.h>
which is not in the original file. This is not a problem with Fedora so it may be
something to do with installing/finding where signalfd.h is in Ubuntu. I'm still
investigating it.
Thanks,
Hiromichi
--- On Mon, 8/16/10, Kristian Nielsen <knielsen@stripped> wrote:
> From: Kristian Nielsen <knielsen@stripped>
> Subject: Re: Make issue
> To: "Hiromichi Watari" <hiromichiwatari@stripped>
> Cc: internals@stripped
> Date: Monday, August 16, 2010, 12:52 PM
> Hiromichi Watari <hiromichiwatari@stripped>
> writes:
>
> > I'm having a problem with make on Ubuntu,
> >
> > ../../sql/sql_class.h:27:26: error: sys/signalfd.h: No
> such file or directory
>
> Most likely you are missing development packages which
> contain the necessary
> header files.
>
> A quick way to install all the necessary build dependencies
> on Ubuntu is:
>
> sudo apt-get build-dep mysql-server
>
> - Kristian.
>
> --
> MySQL Internals Mailing List
> For list archives: http://lists.mysql.com/internals
> To unsubscribe: http://lists.mysql.com/internals?unsub=1
>
>