Re: Re: nsFontMetricsXft.cpp:(.text+0x65d): undefined reference to `FcCharSetHasChar'
Stephan Bergmann <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On 01/06/11 01:57, imacat wrote: > imacat said: >> Michael Stahl said: >>> On 24/12/2010 06:25, imacat wrote: >>>> =========================================== >>>> ERROR: Error 65280 occurred while making /usr/local/src/OOO320_m19/moz/ >>>> rmdir /tmp/rSwBAs6SnU >>>> make: *** [all] Error 1 >>>> % >>>> =========================================== >>>> % strings /usr/lib/libfontconfig.so.1.3.0 | grep FcCharSetHasChar >>>> FcCharSetHasChar >>> indeed, it's not clear to me why it doesn't work. >>> but maybe there is another libfontconfig.so.1 somewhere that gets used >>> instead... >>> GNU ld has an option to print the libraries it uses: -Wl,--trace > > It seems that this is related to the issue that I run the top-level > make instead of build.pl. --enable-mozilla works if I run build.pl. > Sorry for the bothering and thank you for your help. ^_*' This is interesting, as just yesterday I tried to build unxlngx6 of a DEV300_m96 based CWS on a machine which I know is able to build unxlngx6 of DEV300_m95 based CWSs, and failed with some fontconfig symbol problem when linking svtools. I did not bother to look into the problem at that time, and building on another machine succeeded. But it looks like maybe some necessary setting from the old build system has not yet been migrated to the new one. -Stephan