Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-30 Thread Dan Lewis
On 09/25/2014 03:44 AM, Bjoern Michaelsen wrote: On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote: On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis wrote: Ubuntu version. I seem to recall that build-dep did not install all of the required build environment for me and that I had to add

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-26 Thread Alex Thurgood
Le 25/09/2014 09:44, Bjoern Michaelsen a écrit : >> >> The build dependencies package on *buntu doesn't include gstreamer >> stuff. To fix that: >> >> sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev > > Alternatively, do: > > ./autogen.sh --enable-gstreamer --disabl

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-25 Thread Robinson Tryon
On Thu, Sep 25, 2014 at 3:44 AM, Bjoern Michaelsen wrote: > On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote: >> sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev > > Alternatively, do: > > ./autogen.sh --enable-gstreamer --disable-gstreamer-0-10 > > to us

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-25 Thread Bjoern Michaelsen
On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote: > On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis wrote: > >> Ubuntu version. I seem to recall that build-dep did not install all of > >> the required build environment for me and that I had to add extra stuff. > > bingo! > > > Firs

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-25 Thread Rene Engelhard
Hi, On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote: > The build dependencies package on *buntu doesn't include gstreamer > stuff. This is not true. It does. > sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev Just not the obsolete 0.10 but 1.0. Regard

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Dan Lewis
On 09/24/2014 07:50 PM, Robinson Tryon wrote: sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev Thank you very much! I entered this in a command line and then reran autogen.sh successful. Dan ___ List Name: Libreoffice-

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Robinson Tryon
On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis wrote: >> Ubuntu version. I seem to recall that build-dep did not install all of >> the required build environment for me and that I had to add extra stuff. bingo! > First and only error: > > Error running ./autogen.sh line 258. > > Explana

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Dan Lewis
On 09/24/2014 07:57 AM, Alexander Thurgood wrote: Le 24/09/2014 11:45, Dan Lewis a écrit : Preliminary needed programs: 1) apt-cache search gnome-vfs 2) sudo apt-get install libgnome-vfsmm-2.6-dev Building the native connector 1) sudo apt-get install git 2) sudo apt-ge

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Alexander Thurgood
Le 24/09/2014 11:45, Dan Lewis a écrit : > Preliminary needed programs: > 1) apt-cache search gnome-vfs > 2) sudo apt-get install libgnome-vfsmm-2.6-dev > > Building the native connector > 1) sudo apt-get install git > 2) sudo apt-get build-dep libreoffice some of the abov

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Alexander Thurgood
Le 24/09/2014 04:40, Dan Lewis a écrit : > Follow-up question to the second paragraph: Can some one point me > in the right direction to build the MySQL native connectors for Linux 32 > and 64 bit? I seem to have lost the instructions that Alex provided me > with a couple of years ago. (He w

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-24 Thread Dan Lewis
On 09/23/2014 10:40 PM, Dan Lewis wrote: On 09/22/2014 11:59 AM, Dan Lewis wrote: Can MySQL be accessed on an Apple computer using a native connector? If so, what is the URL for where it is located? If not, how can it be accessed and the URL for the connector's location? A couple of years

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-23 Thread Dan Lewis
On 09/22/2014 11:59 AM, Dan Lewis wrote: Can MySQL be accessed on an Apple computer using a native connector? If so, what is the URL for where it is located? If not, how can it be accessed and the URL for the connector's location? A couple of years ago, I made a MySQL native connectors for

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-23 Thread Alexander Thurgood
Le 22/09/2014 17:59, Dan Lewis a écrit : Hi Dan, >Can MySQL be accessed on an Apple computer using a native connector? > If so, what is the URL for where it is located? If not, how can it be > accessed and the URL for the connector's location? See my answer to you on the users list. >

Re: [Libreoffice-qa] MySQL native connector for OS X

2014-09-22 Thread Joel Madero
Might get better results emailing the user list - more people on that list and this seems like a user ("can I do this") question. Best, Joel On 09/22/2014 08:59 AM, Dan Lewis wrote: >Can MySQL be accessed on an Apple computer using a native > connector? If so, what is the URL for where it is

[Libreoffice-qa] MySQL native connector for OS X

2014-09-22 Thread Dan Lewis
Can MySQL be accessed on an Apple computer using a native connector? If so, what is the URL for where it is located? If not, how can it be accessed and the URL for the connector's location? A couple of years ago, I made a MySQL native connectors for Linux 32 and 64 bit. Should these be upd