OCamlPro / wxOCaml

a WxWidgets binding for OCaml
Other
31 stars 8 forks source link

Build script should detect which constants are available #4

Open lefessan opened 11 years ago

lefessan commented 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.

alexandrio commented 9 years ago

this issue still happens with wxwidgets 3.0.2, compiled from source on mac osx 10.10 (yosemite)