openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
753 stars 365 forks source link

Windows ARM64 Cant Rebuild Lime #1672

Closed mcagabe19 closed 1 year ago

mcagabe19 commented 1 year ago

Im using VS Community 2019 with Windows Server 2022 Datacenter and its says cant find input file opengl32.lib

image

Its fixable?

player-03 commented 1 year ago

The readme says "On a Windows machine, you should have Microsoft Visual Studio C++ (Express is just fine) installed." I'm not familiar with all the versions of Visual Studio, but I know they have a separate page for Visual Studio with C++. Not sure if you need to download that separately or if you can install the C++ components from within VS 2019.

mcagabe19 commented 1 year ago

I mean Im already have toolchains or build tools idk for arm64 and x64 and rebuilding lime for x64 is fine

image

I think its a path issue or there is really not a lib there idk

player-03 commented 1 year ago

Sounds like you do have the right Visual Studio components, then.

I tried looking up "opengl32.lib" and found some confusing but potentially useful information. Maybe one of these can help you.

https://stackoverflow.com/q/73464570 https://stackoverflow.com/q/13986459

mcagabe19 commented 1 year ago

no one of them worked :( i tried it still the same error and i checked to arm64 folder (in windows sdk) there is no opengl32.lib or .dll i think i needed this lib but i cant find any at internet

mcagabe19 commented 1 year ago

its like unfixable closing issue if there is a way to fix that reopen issue thanks