With current cvs I get

  With Bi-directional text support?   no: Bad fribidi version, see config.log

Is that the expected result?

>From config.log:

------------------------- snip ---------------------------
configure:5956: checking for fribidi-config
configure:5973: found /usr/bin/fribidi-config
configure:5984: result: /usr/bin/fribidi-config
configure:5997: checking for fribidi_log2vis in -lfribidi
configure:6024: gcc -o conftest -g -O2 -Wall   conftest.c -lfribidi -L/usr/lib 
-lfribidi -lglib -I/usr/include/glib-1.2 -I/usr/lib/glib/include  >&5
configure:6027: $? = 0
configure:6030: test -s conftest
configure:6033: $? = 0
configure:6044: result: yes
configure:6082: gcc -o conftest -g -O2 -Wall -I/usr/include/glib-1.2 
-I/usr/lib/glib/include   conftest.c  -L/usr/lib -lfribidi -lglib >&5
configure: In function `main':
configure:6074: warning: implicit declaration of function 
`fribidi_parse_charset'
configure:6075: warning: passing arg 3 of `fribidi_charset_to_unicode' makes 
pointer from integer without a cast
configure:6075: too many arguments to function `fribidi_charset_to_unicode'
configure:6085: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6066 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <fribidi/fribidi.h>
int main()
{
        FriBidiChar *logical_unicode_str =
                (FriBidiChar *)malloc((4 + 1) * sizeof(FriBidiChar));
        fribidi_charset_to_unicode(
                fribidi_parse_charset("iso8859-8"), "test", 4,
                logical_unicode_str);
        return 0;
}
------------------------- snip ---------------------------


Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to