Skip to content
New issue

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

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

Already on GitHub? # to your account

can't configure waf to make android build #371

Open
MarkUA22 opened this issue Aug 3, 2024 · 2 comments
Open

can't configure waf to make android build #371

MarkUA22 opened this issue Aug 3, 2024 · 2 comments

Comments

@MarkUA22
Copy link

MarkUA22 commented Aug 3, 2024

I tried doing this on windows 10(main OS) and ubuntu 18.04(virtual machine) but it can't find C compiler, even though I downloaded CLANG 11 and added to Path many times. But for some reason it is able to find C compiler when I configure it for win32

linux config.log: https://pastebin.com/asC1fja8
windows config.log: https://pastebin.com/6hFRFG1h

@FoxbitDreamtail
Copy link

FoxbitDreamtail commented Sep 11, 2024

I have only ever successfully found out how to build this for Linux. And specifically, Linux on ARMv8, X86,and X86_64. And I have a whole page on my website dedicated to telling these step-first step instructions of how to do it. Once I figured it out, I typed it all out and put it there. So I wouldn't need to come back to the horribly maintained documentation here. My site is here if you want to look at it. In any case, there is no way that I have found to compile for a different architecture or operating system that isn't a massive pain in the ass.

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

No branches or pull requests

3 participants
@FoxbitDreamtail @MarkUA22 and others