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

make install does not install wxluasetup.h (linux) #56

Closed
LesNewell-SheetCam opened this issue Jan 22, 2020 · 3 comments
Closed

make install does not install wxluasetup.h (linux) #56

LesNewell-SheetCam opened this issue Jan 22, 2020 · 3 comments
Assignees

Comments

@LesNewell-SheetCam
Copy link

dest=some_dir
cmake ../wxLua -DwxWidgets_CONFIG_EXECUTABLE=$dest/bin/wx-config -DCMAKE_INSTALL_PREFIX=$dest -DCMAKE_BUILD_TYPE=MinSizeRel -DwxLua_LUA_LIBRARY_VERSION=5.2
make -j5
make install
wxLua/modules/wxbind/setup/wxluasetup.h is not copied to $dest/include

@pkulchenko pkulchenko self-assigned this Jan 22, 2020
@pkulchenko
Copy link
Owner

@sheetcam, what exactly is it used for? What process is missing the file?

Do you have a patch that fixes this?

@LesNewell-SheetCam
Copy link
Author

It is needed if you are embedding wxLua in an application. I have no experience with creating cmake files but the attached seems to work.
diff.txt

@pkulchenko
Copy link
Owner

@sheetcam, merged; thank you for the patch!

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