Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Tomáš Chvátal píše v Čt 12. 04. 2012 v 08:39 +0200:
Hi guys,

I am kinda unable to figure what is the dmake complaining about.

dmake:  
/var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/solenv/inc/tg_ext.mk:
 line 106:  Error: -- A %-target must not be mixed with non-%-targets,
offending target [glibc-omitfp/%.unpack]

Complete log: https://401507.bugs.gentoo.org/attachment.cgi?id=300617

Could you please attach solenv/inc/tg_ext.mk from your build?
I do not see glibc-omitfp target here.

In each case, % is used to define general rules for some kind of files.
Typical example is a rule how to generate .o files from .cxx sources:

%.o:    %.cxx
        g++ ${CXXFLAGS} -c $<

You need to use '%' on both sides of ':'. It is used instead of real
filenames.


Best Regards,
Petr


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.