Open lefessan opened 11 years ago
Sounds like your version of wxWidgets is older than mine. At this point, until such problems are detected in the configure, I would advise to edit "api/wxDefs.dsc" and comment the lines causing the errors:
CONST( wxSTC_FS_ASM ) CONST( wxSTC_FS_LABEL ) CONST( wxSTC_FS_ERROR ) CONST( wxSTC_FS_HEXNUMBER ) CONST( wxSTC_FS_BINNUMBER )
=>
// CONST( wxSTC_FS_ASM ) // CONST( wxSTC_FS_LABEL ) // CONST( wxSTC_FS_ERROR ) // CONST( wxSTC_FS_HEXNUMBER ) // CONST( wxSTC_FS_BINNUMBER )
and so on.
this issue still happens with wxwidgets 3.0.2, compiled from source on mac osx 10.10 (yosemite)
Sounds like your version of wxWidgets is older than mine. At this point, until such problems are detected in the configure, I would advise to edit "api/wxDefs.dsc" and comment the lines causing the errors:
CONST( wxSTC_FS_ASM ) CONST( wxSTC_FS_LABEL ) CONST( wxSTC_FS_ERROR ) CONST( wxSTC_FS_HEXNUMBER ) CONST( wxSTC_FS_BINNUMBER )
=>
// CONST( wxSTC_FS_ASM ) // CONST( wxSTC_FS_LABEL ) // CONST( wxSTC_FS_ERROR ) // CONST( wxSTC_FS_HEXNUMBER ) // CONST( wxSTC_FS_BINNUMBER )
and so on.