This is Bugzilla
View Bug Activity | Format For Printing | XML | Clone This Bug
Although I didn't track down exactly why (it could be something wrong in my build environment), when building abiword/0.9.4.1 on SGI IRIX 6.5 I found that the internal gnome headers were not on the compiler include path. Once either either add them or make a lot of patches simlar to this: -#include "xap_UnixGnomeApp.h" -#include "xap_UnixGnomeFrame.h" +#include "gnome/xap_UnixGnomeApp.h" +#include "gnome/xap_UnixGnomeFrame.h"
There's something wrong with your build environment that you need to fix. Marking as invalid and closing.
Dom should know. Closing. (Build works just fine for me, so I suspect he's right.)