WindowMaker: R: cpp

Radoslaw Zielinski radek at karnet.pl
Sat Feb 19 16:37:28 CET 2005


Elan Ruusamäe <glen at delfi.ee> [13-02-2005 22:14]:
> On Sunday 13 February 2005 22:51, Adam Gołębiowski wrote:
>> Are there any reasons for having 'Requires: cpp' in WindowMaker.spec?
> yes there need for the dependancy, if the package is proper, not sure, 
> probably it should be in X11/XFree86 instead.
[...]
> it's because the xresources merge is done using it.

> shortly: xrdb -merge requires cpp.

Either X11 should require it or something like this should be used:

  which cpp >/dev/null
  if [ $? -gt 0 ]; then XRDB="xrdb -nocpp"; else XRDB="xrdb"; fi

...if someone cares... ;-)

-- 
Radosław Zieliński <radek at karnet.pl>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /mailman/pipermail/pld-devel-en/attachments/20050219/b4df3e1b/attachment-0002.bin


More information about the pld-devel-en mailing list