Hi,
I don't know if I am missing something but I've sent three emails about the issue but haven't got a single reply from the list.
I am following instruction at the following page to build wxWidgets 2.9.4 on Fedora18 32-bit.
The first step (configure) goes fine.
The 2nd step, however, halts after emitting the following error several times:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
./src/unix/fontutil.cpp:991:26: error: aggregate 'wxNativeEncodingInfo info' has incomplete type and cannot be defined.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
The mention of an incomplete type in the error message suggests a forward declaration (as previous error messages in the same build directly say about the same error) but the code seems to be declaring a concrete variable of type wxNativeEncodingInfo which is wrong as forward declaration doesn't make available the complete type.
Any idea what is going on? I really need to build my code on Linux/Fedora18/Mint/Ubuntu (all latest versions) and there is no point if the library doesn't build on Linux.
Thanks and best regards,
-Asif
PS: I ran make as part of the standard configure/make/make install build process on Linux.