On Thu, 24 Jan 2002, Tzafrir Cohen wrote:

> Hi
>
> I got the latest abiword rpm
>
> edited the top of the spec to:

[snip]

> %define enable_bidi 1

[snip]

>
> I still get no bidi.

Thanks to Ely for noticing what I shouldn't have overlooked:

In the %build part of the spec file (right after the line %build) there is
the lengthy 'make' command. "ABI_OPT_BIDI_ENABLED=%{enable_bidi} "
was missing from there. Here is the complete line:

make %{version_flag} ABI_OPT_DEBUG=%{enable_debug} \
ABI_OPT_LIBXML2=%{enable_xml2} UNIX_CAN_BUILD_STATIC=%{enable_static} \
ABI_OPT_GNOME=%{enable_gnome} ABI_OPT_LIBJPEG=%{enable_jpeg} \
ABI_OPT_PERL=%{enable_perl}  ABI_OPT_BIDI_ENABLED=%{enable_bidi} \
ABI_OPT_OPTIMIZE=%{enable_optimize} compile canonical \
prefix=$RPM_BUILD_ROOT%{ABIPREFIX}

I've rebuilt the rpm, re-installed abiword-0.99.1-1.i586.rpm and I have
bidi.

I've already mailed the maintainer.

-- 
Tzafrir Cohen                        /"\
mailto:[EMAIL PROTECTED]        \ /  ASCII Ribbon Campaign
Taub 229, 972-4-829-3942,             X   Against  HTML  Mail
http://www.technion.ac.il/~tzafrir   / \


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to