[Libreoffice-qa] MySQL native connector for OS X
Dan Lewis
elderdanlewis at gmail.com
Wed Sep 24 16:33:09 PDT 2014
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-get build-dep libreoffice
> some of the above might have changed again, depending on your current
> 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.
>
>
>> 3) $ git clone git://gerrit.libreoffice.org/core
>> 4) cd core
>
>> 5) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql
> see my previous reply these switches have been disabled, use the mariadb
> enable switches instead
>
>
>> 6) make fetch
>> 7) ./g checkout -b libreoffice-4-0 origin/libreoffice-4-0
>
> You might want to set the above to a current version of LO release
> branch (so 4.2 or 4.3)
>
>
>> 8) make dev-install
> No need for make dev-install any more, a simple "make" will produce a
> runnable build, and you should be able to find your OXT within the
> instdir folder, or alternatively in core/workdir/Extension/.
>
>
> Alex
First and only error:
Error running ./autogen.sh line 258.
Explanation of the error:
Files not found:
gstreamer-0.10
gstreamer-0.10-plugins-base-0.10
"Alternately, you may set the environment variables
GSTREAMER_0_10_CFLAGS and GSTREAMER_0_10_LIBS to avoid the need to call
pkg-config."
So, what should I do now. My laptop (32r bit) is running Kubuntu 14.04.
Dan
More information about the Libreoffice-qa
mailing list