Hi Michael,

On Fri, Jul 30, 2010 at 1:02 AM, Michal Spisiak
<michal.spis...@gmail.com> wrote:
>
> I have a problem building OOo DEV300-m83 on ubuntu 9.10. I downloaded the
> bundle, updated, ran configure with:
>
> $ ./configure --enable-cups --disable-crashdump --disable-fontconfig
> --with-epm=internal --disable-gtk --disable-gnome-vfs --with-system-curl
> --with-stlport=no --disable-build-mozilla --disable-binfilter --disable-odk
> --disable-vba --disable-mozilla --enable-crashdump=no --with-use-shell=bash
> --enable-presenter-extra-ui --without-junit --disable-graphite
> --disable-kde4 --disable-layout --enable-cairo
>
> to disable everything that might cause problems.

Specifying random configure flags is /asking for problems/, not avoiding them.
Unless you know what the flags do, don't specify them.
alone that you have both --disable-build-mozilla and --disable-mozilla
shows that you apparently copied random flags from some random webpage
without thinking about the effect of those options. Similarily fo
those where you specified the option despite being the default (and
those that do not (longer) exist)

configure with as few options as possible is the way to go.
--disable-binfilter, --disable-odk being the exception as they
completely disable *independent* parts and thus can accellerate the
build without side-effects.

> Building vcl I got first
> error:

>
> Entering /home/miko/new_OOo/local_DEV300/vcl/unx/source/fontmanager
>
> Making:    all_fontman.dpslo
> Compiling: vcl/unx/source/fontmanager/fontmanager.cxx
> Compiling: vcl/unx/source/fontmanager/fontcache.cxx
> Compiling: vcl/unx/source/fontmanager/fontconfig.cxx
> /home/miko/new_OOo/local_DEV300/vcl/unx/source/fontmanager/fontconfig.cxx:1236:
> error: prototype for 'rtl::OUString
> psp::PrintFontManager::Substitute(const rtl::OUString&,
> rtl::OUString&, const rtl::OString&, psp::italic::type,
> psp::weight::type, psp::width::type, psp::pitch::type) const' does not
> match any in class 'psp::PrintFontManager'
> ../../../inc/vcl/fontmanager.hxx:735: error: candidate is:
> rtl::OUString psp::PrintFontManager::Substitute(const rtl::OUString&,
> rtl::OUString&, const rtl::OString&, psp::italic::type&,
> psp::weight::type&, psp::width::type&, psp::pitch::type&) const
> dmake:  Error code 1, while making '../../../unxlngi6.pro/slo/fontconfig.obj'


> here I just added references to the implementation of the method as they
> were in the header

So you patched your code, apparently in an area that is sensitive to
fontconfig (enabled/disabled), - so why not just try with fontconfig
enabled?

ciao
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to