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

Allow building core LK engine without wxWidgets #33

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Conversation

idrassi
Copy link
Contributor

@idrassi idrassi commented Mar 17, 2022

Currently, code LK engine doesn't build if wxWidgets is not used (LK_USE_WXWIDGETS not defined). This is caused by some wxwidgets related code that doesn't reside inside ifdef/endif LK_USE_WXWIDGETS and missing << operators for lk_string type.

This PR fixes this by adding ifdef/endif LK_USE_WXWIDGETS around wxWidgets code and implementing << operators for lk_string type when LK_USE_WXWIDGETS is not defined.

@janinefreeman janinefreeman requested a review from sjanzou March 22, 2022 16:28
@brtietz brtietz changed the base branch from patch to develop December 2, 2022 16:12
@brtietz brtietz changed the base branch from develop to patch December 2, 2022 16:13
@sjanzou sjanzou changed the base branch from patch to develop August 13, 2023 07:27
Copy link
Collaborator

@sjanzou sjanzou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working with LK_USE_WXWIDGETS defined or missing. Thanks!

@sjanzou sjanzou merged commit 91c5608 into NREL:develop Aug 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants