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

Using STL on android builds fails on Windows #57

Open
paulfigiel opened this issue May 10, 2020 · 1 comment
Open

Using STL on android builds fails on Windows #57

paulfigiel opened this issue May 10, 2020 · 1 comment

Comments

@paulfigiel
Copy link

Pretty much what the title says, i'm trying to build for android on windows and whenever I build using the stl I have a

"fatal error: 'vector' file not found"

I'm using the sapp-android-make-debug config.

Maybe it's just not supported ?
Or maybe I'm missing some settings ?
I don't fully understand how fips works but I can take a look if somebody can point me to the right ressources.
Thanks !

@floooh
Copy link
Owner

floooh commented May 12, 2020

Hmm, generally Android builds are tested in CI via Github Actions, but that happens on Ubuntu. I can't currently think of a reason why the Windows Android SDK/NDK would behave differently, so I wouldn't know where to start looking.

android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prepare
run: |
yes | python fips setup android
- name: sapp-android-make-debug
run: python fips build sapp-android-make-debug
- name: sapp-android-make-release
run: python fips build sapp-android-make-release

https://github.com/floooh/sokol-samples/runs/661136724?check_suite_focus=true

I'm not surprised though, because both the Android SDK/NDK and the Emscripten SDK have originated in the Linux world, and Windows support always feels like an afterthought.

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