Jonathan Moallem

Results 11 comments of Jonathan Moallem
trafficstars

> > When I tried compile master branch "2.3", gcc throws this error: library not found for -latomic > > Anyone knows what this error ? > > UPDATE: I...

> ~I _think_ that Ogre is not supposed to link to `libatomic` on macOS~. It seems to have been fixed in #150. Try and delete [these lines](https://github.com/OGRECave/ogre-next/blob/40dcea79cfb1c9b1525614a55afe73a2ea878da0/OgreMain/CMakeLists.txt#L406-L410) and run the...

> Are you building for android? Because if not then you don't have to build GL3Plus (which your error message shows). Instead, you only have to build the Metal render...

So I'm using the latest release, 0.9.0 from the master with: ``` dependencies: toro: github: soveran/toro pg: github: will/crystal-pg crecto: github: Crecto/crecto redis: github: stefanwille/crystal-redis development_dependencies: mass_spec: github: c910335/mass-spec ```...

Yes, while this pointed out to me that I did have _issues with privileges since updating to Postgres 10.5_, it unfortunately did not change the connection error. `psql -h localhost...

That's fine, I understand we all miss silly things sometimes. It didn't ask for anything on top of the call `psql -h localhost -U frost frost`.

I have also experienced a similar issue with this function - it seems that it has trouble contacting Steam. I will probably mess around with it again later and post...

> Supposedly Valve finally provides version of steamwork dylibs which include arm64 build as well https://store.steampowered.com/news/group/4145017/view/2984186817523157398 . Has anyone tried it already? This is fantastic news - I just saw...

After testing, I can confirm this has solved all our issues for Steamworks on Apple Silicon!