larsiusprime / SteamWrap

Haxe native extension for the Steam API
MIT License
106 stars 44 forks source link

Update setup.sh #30

Open increpare opened 5 years ago

increpare commented 5 years ago

in the newer steam sdk versions, the formerly osx32 directory is now osx (uh, someone should probably update the bat file as well, but I'm on mac rn)

larsiusprime commented 5 years ago

Thanks, what Steam SDK version is this for?

increpare commented 5 years ago

v1.45 25th June 2019 says the readme.txt

Am Di., 23. Juli 2019 um 22:50 Uhr schrieb Lars Doucet < notifications@github.com>:

Thanks, what Steam SDK version is this for?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/larsiusprime/SteamWrap/pull/30?email_source=notifications&email_token=AADRVYBNBRIK7B54PUFH46DQA5VKXA5CNFSM4IGJGMVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UMYGQ#issuecomment-514378778, or mute the thread https://github.com/notifications/unsubscribe-auth/AADRVYD47MTHMBOFCLGGUETQA5VKXANCNFSM4IGJGMVA .

larsiusprime commented 5 years ago

Cool, any other changes with the SDK? I wonder if this directory change was the cause of the other issue you posted -- if the steam dll's weren't found, that is a likely explanation for that symptom.

increpare commented 5 years ago

(I tried building against an older steam sdk version, but it was pre-controller-support. What steam library sdk version are you using?)

I've no idea what changes have happened in steam SDK land recently (=the last four years).

larsiusprime commented 5 years ago

What I've got installed locally is v1.42 3rd January 2018, apparently.

increpare commented 5 years ago

Ok I'll try that out and report back. Thanks :) (Oh there're nice changelogs here if you want an overview of what's changed over time : https://partner.steamgames.com/downloads/list )

increpare commented 5 years ago

Yeah building against that (or just me being more careful to not mess up more generally) fixed it. 💀