Jump to content

Error: ‘Wxstringlistnode’ Was Not Declared In This Scope


james.hong
 Share

Recommended Posts

==== Building wxJS ====

precompiled.cpp

In file included from /usr/include/wx-2.8/wx/dcgraph.h:17:0,

from /usr/include/wx-2.8/wx/dc.h:892,

from /usr/include/wx-2.8/wx/wx.h:48,

from /usr/include/wx-2.8/wx/wxprec.h:68,

from ../../../source/tools/atlas/wxJS/precompiled.h:38,

from ../../../source/tools/atlas/wxJS/precompiled.cpp:1:

/usr/include/wx-2.8/wx/geometry.h:91:65: warning: redundant redeclaration of ‘wxPoint2DInt operator*(wxInt32, const wxPoint2DInt&)’ in same scope

/usr/include/wx-2.8/wx/geometry.h:90:21: warning: previous declaration of ‘wxPoint2DInt operator*(wxInt32, const wxPoint2DInt&)’

/usr/include/wx-2.8/wx/geometry.h:93:65: warning: redundant redeclaration of ‘wxPoint2DInt operator*(const wxPoint2DInt&, wxInt32)’ in same scope

/usr/include/wx-2.8/wx/geometry.h:92:21: warning: previous declaration of ‘wxPoint2DInt operator*(const wxPoint2DInt&, wxInt32)’

/usr/include/wx-2.8/wx/geometry.h:96:65: warning: redundant redeclaration of ‘wxPoint2DInt operator/(const wxPoint2DInt&, wxInt32)’ in same scope

/usr/include/wx-2.8/wx/geometry.h:95:21: warning: previous declaration of ‘wxPoint2DInt operator/(const wxPoint2DInt&, wxInt32)’

type.cpp

../../../source/tools/atlas/wxJS/common/type.cpp: In function ‘jsval wxjs::ToJS(JSContext*, const T&) [with T = wxStringList, jsval = jsval_layout, JSContext = JSContext]’:

../../../source/tools/atlas/wxJS/common/type.cpp:341:5: error: ‘wxStringListNode’ was not declared in this scope

../../../source/tools/atlas/wxJS/common/type.cpp:341:23: error: ‘node’ was not declared in this scope

make[1]: *** [obj/wxJS_Debug/type.o] Error 1

make: *** [wxJS] Error 2

When i complie the 0ad-r09530-alpha on opensuse? help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...