Hi Gabor, On 11/09/14 19:00, Gabor Szabo wrote:
now that Alien::wxWidgets got installed I tried to install Wx. The failure log is attached.
Well, they seem to be related. The errors you get ...
Constant.c:3198:30: error: use of undeclared identifier 'wxIMAGE_OPTION_BITSPERSAMPLE' wxPli_make_const_string( wxIMAGE_OPTION_BITSPERSAMPLE ); // image ^ Constant.c:3059:31: note: expanded from macro 'wxPli_make_const_string' wxPli_make_const_str( #v, v ) ^ Constant.c:3199:30: error: use of undeclared identifier 'wxIMAGE_OPTION_COMPRESSION' wxPli_make_const_string( wxIMAGE_OPTION_COMPRESSION ); // image ^ Constant.c:3059:31: note: expanded from macro 'wxPli_make_const_string' wxPli_make_const_str( #v, v ) ^ Constant.c:3200:30: error: use of undeclared identifier 'wxIMAGE_OPTION_IMAGEDESCRIPTOR' wxPli_make_const_string( wxIMAGE_OPTION_IMAGEDESCRIPTOR ); // image ^ Constant.c:3059:31: note: expanded from macro 'wxPli_make_const_string' wxPli_make_const_str( #v, v ) ^ Constant.c:3203:30: error: use of undeclared identifier 'wxIMAGE_OPTION_SAMPLESPERPIXEL' wxPli_make_const_string( wxIMAGE_OPTION_SAMPLESPERPIXEL ); // image
... were declared in the file that we ignored: wx/imagtiff.h So it looks as though we need to get .tiff working after all. I'll continue to look when I can. Regards Steve.