Hi Kai, Kai Backman schreef: > Simon, > > Just a quick guess. You are building with system Cairo but internal > FreeType. The internal FreeType is too old for your system Cairo and > is missing symbols. AFAIK building against system FT or disabling > Cairo should get you going again..
Thanks, it's probably something like that. But I'm not sure I am building with system Cairo... My configuration line is simply this: ./configure --with-jdk-home=/home/simon/downloads/j2sdk1.4.2_12/ --disable-mozilla and in LinuxIntelEnv.Set it says: unsetenv ENABLE_CAIRO >& /dev/null (...) unsetenv FREETYPE_CFLAGS >& /dev/null unsetenv FREETYPE_LIBS >& /dev/null unsetenv SYSTEM_CAIRO >& /dev/null unsetenv CAIRO_CFLAGS >& /dev/null unsetenv CAIRO_LIBS >& /dev/null Do I have to specify either Cairo or Freetype at configuration? > On 9/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Checking DLL ../unxlngi6.pro/lib/check_libvclplug_gtk680li.so ...: >> ERROR: >> /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden >> dmake: Error code 1, while making >> '../unxlngi6.pro/lib/libvclplug_gtk680li.so' >> '---* tg_merge.mk *---' > > > -- > Kai Backman, Software Engineer, [EMAIL PROTECTED] > > Vriendelijke groet, Simon Brouwer --> nl.openoffice.org <-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
