Discussion:
wxGTK3.0.0:: build error:: 'wxVariantList' has not been declared
Mahmoud Eltahawy
2014-05-14 19:12:21 UTC
Permalink
Hi All,
I am trying to build wxGTK3 with the following
- ./configure --with-gtk --enable-aui --enable-debug --enable-monolithic
--disab le-shared --enable-extended_rtti --enable-variant
- make

but I got this error
In file included from ./include/wx/any.h:601,
from ./include/wx/xtiprop.h:20,
from ./include/wx/xti2.h:84,
from ./include/wx/object.h:453,
from ./include/wx/list.h:32,
from ./include/wx/gdicmn.h:19,
from ./include/wx/mousestate.h:13,
from ./include/wx/uiaction.h:20,
from ./src/unix/uiactionx11.cpp:17:
./include/wx/variant.h:101: error: 'wxVariantList' has not been declared
./include/wx/variant.h:101: error: expected identifier before ')' token
./include/wx/variant.h:101: error: expected constructor, destructor, or
type conversion before ';' token
./include/wx/variant.h:319: error: expected ',' or '...' before '&' token
./include/wx/variant.h:319: error: ISO C++ forbids declaration of
'wxVariantList' with no type
./include/wx/variant.h:320: error: expected ',' or '...' before '&' token
./include/wx/variant.h:320: error: ISO C++ forbids declaration of
'wxVariantList' with no type
./include/wx/variant.h:321: error: expected ',' or '...' before '&' token
./include/wx/variant.h:321: error: ISO C++ forbids declaration of
'wxVariantList' with no type
./include/wx/variant.h:322: error: expected ',' or '...' before '&' token
./include/wx/variant.h:322: error: ISO C++ forbids declaration of
'wxVariantList' with no type
./include/wx/variant.h:326: error: ISO C++ forbids declaration of
'wxVariantList' with no type
./include/wx/variant.h:326: error: expected ';' before '&' token
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-05-14 21:44:52 UTC
Permalink
On Wed, 14 May 2014 12:12:21 -0700 (PDT) Mahmoud Eltahawy wrote:

ME> Hi All,
ME> I am trying to build wxGTK3 with the following
ME> - ./configure --with-gtk --enable-aui --enable-debug --enable-monolithic
ME> --disab le-shared --enable-extended_rtti --enable-variant

Why do you use --enable-extended_rtti? This is an experimental, and
apparently broken, option...

VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...