Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build script should detect which constants are available #4

Open
lefessan opened this issue Nov 1, 2013 · 1 comment
Open

Build script should detect which constants are available #4

lefessan opened this issue Nov 1, 2013 · 1 comment
Assignees

Comments

@lefessan
Copy link
Member

lefessan commented Nov 1, 2013

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.

@ghost ghost assigned lefessan Nov 1, 2013
@alexandrio
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants