gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Problem with atk.h compiling on mingw


From: michel
Subject: [Gnash-dev] Problem with atk.h compiling on mingw
Date: Thu, 21 May 2009 23:40:53 -0300
User-agent: RoundCube Webmail/0.2

Hello,

I'm trying to compile Gnash on my Fedora using a mingw toolchain. The
configure script is having trouble finding atk.
The relevant parts of config.log are:

...
configure:28404: checking atk-1.0/atk/atk.h usability
configure:28421: i686-pc-mingw32-gcc -c 
-I/usr/i686-pc-mingw32/sys-root/mingw/include/  conftest.c >&5
In file included from conftest.c:98:
/usr/i686-pc-mingw32/sys-root/mingw/include/atk-1.0/atk/atk.h:25:27: error:
atk/atkobject.h: No such file or directory
/usr/i686-pc-mingw32/sys-root/mingw/include/atk-1.0/atk/atk.h:26:27: error:
atk/atkaction.h: No such file or directory
...(a lot of 'No such file or directory' follows this)...

On my /usr/i686-pc-mingw32/sys-root/mingw/include/atk-1.0/atk/atk.h I do
have a lot of "#require <atk/atkBLA.h>", and it should
be "#require <atk-1.0/atk/atkBLA.h>". But I do compile other Gnu softwares
using the same toolchain, like PSPP and they work.

So my question is: Is there a way to tell 'configure' that
<atk/atkobject.h> really means <atk-1.0/atk/atkobject.h> or this is
really a problem on atk.h?

Thank you for the help, and sorry if my message is to confuse.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]