Giter Site home page Giter Site logo

Comments (8)

getnamo avatar getnamo commented on June 12, 2024 1

See if https://github.com/getnamo/SocketIOClient-Unreal/tree/Stdmove fixed the warning error for you

from socketioclient-unreal.

mikeseese avatar mikeseese commented on June 12, 2024 1

This error also happens for cross compiling for Linux. I implemented the changes in stdmove myself and that did fix the compilation errors.

from socketioclient-unreal.

beuman avatar beuman commented on June 12, 2024

From my Windows computer, when trying to package for Android I also get the following issue :
WindowsPlatformApplicationMisc.h(42, 5): 'WINDOWS_USE_FEATURE_APPLICATIONMISC_CLASS' is not defined, evaluates to 0 [-Werror,-Wundef]

from socketioclient-unreal.

getnamo avatar getnamo commented on June 12, 2024

Which plugin version are you trying to build/package?

from socketioclient-unreal.

beuman avatar beuman commented on June 12, 2024

Using the master branch :

"FileVersion": 3,
"Version": 1,
"VersionName": "2.5.8",
"EngineVersion": "5.1"

from socketioclient-unreal.

getnamo avatar getnamo commented on June 12, 2024

Looks like it complains about: https://github.com/getnamo/SocketIOClient-Unreal/blob/master/Source/SocketIOLib/Public/sio_message.h#L208 and the second line is not referenced inside the plugin so may not be related.

For the first error you can try to remove the move() wrapper around v so it should just be _v(v). I've never seen the issue before but it's possible a new compiler version for Mac might be more strict, this is typically a warning and not an error though and usually compiles through otherwise.

Edit: I believe the correct fix is std::move(v) to remove the warning.

from socketioclient-unreal.

staskjs avatar staskjs commented on June 12, 2024

I had the same issue after upgrading from 5.1 to 5.2. Adding std:: to move helped.

from socketioclient-unreal.

mikeseese avatar mikeseese commented on June 12, 2024

This was fixed in #376 and should be closed

from socketioclient-unreal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.