GithubHelp home page GithubHelp logo

qtnats's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

qtnats's Issues

cnats linking

I've faced linking issue on Win32.
qtnats considered to link cnats as a static library:
target_link_libraries(qtnats nats_static Qt::Core)
but my making process failes with 40 issues like this:

nats.cpp\build-qtnats-Desktop_Qt_5_15_2_MinGW_64_bit-Debug_deps\cnats-src\src\conn.c:2213: error: undefined reference to __imp_WSAGetLastError'
_deps/cnats-build/src/libnats_staticd.a(conn.c.obj): In function _readLoop':
nats.cpp/build-qtnats-Desktop_Qt_5_15_2_MinGW_64_bit-Debug/_deps/cnats-src/src/conn.c:2213: undefined reference to `__imp_WSAGetLastError'

And it's quite strange, due it's pointing to cnats sources, that uses WINAPI...

I've found the only way to fix it, but it's quite dumb:
Just linking WINAPI lib manualy
target_link_libraries(qtnats nats_static Ws2_32 Qt::Core)

Also, I'm writing my own C++/Qt wrapper of cnats, and faced the same problem if I use cnat as a static lib, but it causes no problems if I use NATS_BUILD_LIB_SHARED ON, unlike qtnats, where this option does't help.

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.