>>X-IronPort-AV: E=Sophos;i="4.25,536,1199660400";  d="scan'208";a="10534321"
>>To: Jean-Pierre Chrétien <[EMAIL PROTECTED]>
>>Cc: lyx-devel@lists.lyx.org
>>Subject: Re: LyX - 1.6.0 (alpha 1) Easter edition
>>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>Date: Fri, 21 Mar 2008 15:44:08 +0100
>>
>>Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
>>
>>> Pavel Sanda <[EMAIL PROTECTED]> writes:
>>> [...]
>>>> 
>>>> make[4]: *** No rule to make target `ui_AboutUi.h', needed by `all'.  Stop.
>>>
>>> Here on Solaris 8 with gcc-3.4.6 and qt-4.3.3 I don't go that far:
>>>
>>> <cite>
>>> make[3]: Entering directory `/tmp/lyx-1.6.0alpha1/po'
>>> make[3]: *** No rule to make target `../src/frontends/qt4/ui/*.ui', needed 
>>> by
>>> `qt4_l10n.pot'.  Stop.
>>> </cite>
>>
>>You probably need gmake (although I think we should work at avoiding
>>such problems).

I do:
-> make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.

More generally, I add to my path in first position a directory 
which offers gnu alternative to Sun native binaries, so that e.g.
sed problems I encountered in the past are avoided.

->ls -l /usr/local/gnu/bin/
total 20
 awk -> /usr/local/bin/gawk*
 gettext -> /usr/local/bin/ggettext*
 m4 -> /usr/local/bin/gm4*
 make -> /usr/local/bin/gmake*
 msgfmt -> /usr/local/bin/gmsgfmt*
 msgmerge -> /usr/local/bin/gmsgmerge*
 msguniq -> /usr/local/bin/gmsguniq*
 sed -> /usr/local/bin/gsed*
 tar -> /usr/local/bin/gtar*
 xgettext -> /usr/local/bin/gxgettext*
 
-- 
Jean-Pierre

Reply via email to