You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Pedro Giffuni <pf...@apache.org> on 2011/11/05 04:11:57 UTC

freetype not registered in Repository.mk ?? (was Re: Issue building with prepackaged stuff )

Hmm...

I think FREETYPE_CFLAGS is not being properly set
when SYSTEM_FREETYPE is set and this has some
relation with issue 91861.

Where is the correct place to set this? This build
problem would suggest vcl/Library_vcl.mk

...

=============
Building module vcl
=============
Entering /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/vcl/prj
cd .. && gmake -s -r -j1 [ info  ALL ] currently known libraries are: AppleRemote X11 avmedia basebmp basegfx canvastools comphelper cppcanvas cppu cppuhelper cppunit cui desktop_detector dl drawinglayer editeng eggtray fsstorage fwe fwi fwk fwl fwm hatchwindowfactory i18nisolang1 i18npaper i18nutil icule icuuc jpeg jvmaccess jvmfwk lng m msfilter msforms msword passwordcontainer productregistration pthread qstart_gtk rdf sal salhelper sax sb sfx sot spa stl svl svt svx svxcore sw swd swui textconversiondlgs tk tl ucbhelper unordf unoxml utl vbahelper vbaswobj vcl vclplug_gen vclplug_gtk vclplug_kde vclplug_kde4 vclplug_svp vos3 xcr xml2 xo xof xslt z/usr/ports/editors/openoffice.org-3-devel/work/ooo/main/vcl/Library_vcl.mk:85: *** Cannot link against library/libraries freetype. Libraries must be registered in Repository.mk.  Stop.
dmake:  Error code 2, while making 'all____

cheers,

Pedro.

Re: freetype not registered in Repository.mk ?? (was Re: Issue building with prepackaged stuff )

Posted by Pedro Giffuni <pf...@apache.org>.
FWIW, I found the issue here ...

freebsd.mk is not in sync with all the changes in linux.mk,
and that caused all sorts of problems everywhere :(.

Pedro.

--- On Fri, 11/4/11, Pedro Giffuni <pf...@apache.org> wrote:

> Hmm...
> 
> I think FREETYPE_CFLAGS is not being properly set
> when SYSTEM_FREETYPE is set and this has some
> relation with issue 91861.
> 
> Where is the correct place to set this? This build
> problem would suggest vcl/Library_vcl.mk
> 
> ...