Skip to content

Unable to compile the SignalR C++ client on MacOS #8066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
markusstephanides opened this issue Mar 1, 2019 · 2 comments
Closed

Unable to compile the SignalR C++ client on MacOS #8066

markusstephanides opened this issue Mar 1, 2019 · 2 comments
Labels
area-signalr Includes: SignalR clients and servers
Milestone

Comments

@markusstephanides
Copy link

markusstephanides commented Mar 1, 2019

Describe the bug

I'm not able to compile the SignalR C++ client on MacOS.

To Reproduce

Steps to reproduce the behavior:

  1. Using the most recent version of the repo and compiled the most recent version of the cpprestsdk
  2. Running
    CXX=g++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCPPREST_INCLUDE_DIR=<path_to_cpp_rest_include_dir> -DCPPREST_LIB_DIR=<path_to_cpp_rest_lib_dir>
  3. See errors in the screenshot below

Expected behavior

Successful compilation (library) of the SignalR cpp client.

Screenshots

image

@Eilon Eilon added the area-signalr Includes: SignalR clients and servers label Mar 1, 2019
@BrennanConroy
Copy link
Member

This is expected right now. We haven't put any effort into the cross-plat build with CMAKE yet, but this is definitely on our radar.

@analogrelay
Copy link
Contributor

Closing in lieu of #8706 which is tracking our cross-plat build integration work.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

No branches or pull requests

5 participants