Re: dvdauthor-0.7.0 and fribidi-0.19.2

Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
Newsgroups gmane.comp.multimedia.dvdauthor.user
Organization Geek Central
Message-ID <[email protected]>
Yes, here I think is where a crucial difference lies. When I do the
build:

    checking for FRIBIDI... yes
    checking for FriBidiParType... yes

but from your build log:

    checking for FRIBIDI... yes
    checking for FriBidiParType... no

So of course that preprocessor definition of FriBidiParType is
triggered in src/compat.h, leading to the compilation error in
subreader.c when it includes fribidi/fribidi.h.

Looking at what the configure script is doing, it is checking for the
existence of that type by (first) trying to compile a program like this:

    #include <fribidi/fribidi-bidi-types.h>

    int main()
      {
        if (sizeof (FriBidiParType))
           return 0;
      } /*main*/

Can you try compiling that on your system (no need to run it, just use
“gcc -c”), and see if that completes without error?

Lawrence

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Dvdauthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.