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.


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to