Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Vladislav Vaintroub
> -Original Message- > From: Steve Ellcey [mailto:s...@cup.hp.com] > Sent: Mittwoch, 9. November 2011 01:53 > To: Vladislav Vaintroub > Cc: 'Sergei Golubchik'; maria-developers@lists.launchpad.net > Subject: Re: [Maria-developers] Shared plugin library build question > > On Wed, 2011-11-

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Steve Ellcey
On Wed, 2011-11-09 at 00:54 +0100, Vladislav Vaintroub wrote: > If you stuck, a simple way to fix it might be to add -D_REENTRANT to > cmake/os/HP-UX.cmake , > so everything is compiled with it. > The line > ADD_DEFINITIONS(-D_REENTRANT) > > would do the trick. I added 'ADD_DEFINITIONS(-pthr

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Vladislav Vaintroub
> -Original Message- > From: Steve Ellcey [mailto:s...@cup.hp.com] > Sent: Mittwoch, 9. November 2011 00:31 > To: Vladislav Vaintroub > Cc: maria-developers@lists.launchpad.net; 'Sergei Golubchik' > Subject: Re: [Maria-developers] Shared plugin library build question > > On Tue, 2011-11-

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Steve Ellcey
On Tue, 2011-11-08 at 15:19 -0800, Steve Ellcey wrote: > Thanks, changing the order of the includes in this file (putting > ZLIB_INCLUDE_DIR last) fixed that problem. Now I die when compiling > storage/sphinx/ha_sphinx.cc. That file calls localtime_r but it doesn't > seem to include where local

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Steve Ellcey
On Tue, 2011-11-08 at 23:33 +0100, Vladislav Vaintroub wrote: > Include directories in cmake are manipulated by INCLUDE_DIRECTORIES directive > http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:include_directories > . > It has an option for appending , prepending and an for SYSTEM hea

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Vladislav Vaintroub
> -Original Message- > From: Steve Ellcey [mailto:s...@cup.hp.com] > Sent: Dienstag, 8. November 2011 22:51 > To: Sergei Golubchik > Cc: Vladislav Vaintroub; maria-developers@lists.launchpad.net > Subject: Re: [Maria-developers] Shared plugin library build question > > On Sun, 2011-11-06

Re: [Maria-developers] Shared plugin library build question

2011-11-08 Thread Steve Ellcey
On Sun, 2011-11-06 at 15:45 +0100, Sergei Golubchik wrote: > > Try lp:maria/5.5 > > It's still a bit rough around the edges, but it mostly works and is > good enough to see whether you'll have this libmysqlservices.a problem > or not. > > Regards, > Sergei Sergei, I have downloaded these sourc