ouxianghui / janus-client

c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
MIT License
178 stars 52 forks source link

Dear janus, the source could not be compiled,coulde you help me ? #1

Closed williamXDB closed 3 years ago

williamXDB commented 3 years ago

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'spdlog/spdlog.h': No such file or directory (compiling source file service\app_instance.cpp) RTCSDK d:\janus-client-main\rtcsdk\logger\logger.h 16

I use VSstudio2017 +QT5.9

ouxianghui commented 3 years ago

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'spdlog/spdlog.h': No such file or directory (compiling source file service\app_instance.cpp) RTCSDK d:\janus-client-main\rtcsdk\logger\logger.h 16

I use VSstudio2017 +QT5.9

Hi williamXDB, please check whether the source code of spdlog in 3rd directory is pulled successfully.

williamXDB commented 3 years ago

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

ouxianghui commented 3 years ago

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

WebSocketpp is a header only C++ library. Do you want me to package the source code of websocketcpp and send it to you?

ouxianghui commented 3 years ago

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

Does your compiler report the asio related errors? If so, you should download the asio library from https://github.com/ouxianghui/asio.git not from the official git repo. My asio repo fixed one issue.

williamXDB commented 3 years ago

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

WebSocketpp is a header only C++ library. Do you want me to package the source code of websocketcpp and send it to you?

Yes,but not soucecode, I want the lib and headfile i can use it directly

williamXDB commented 3 years ago

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

WebSocketpp is a header only C++ library. Do you want me to package the source code of websocketcpp and send it to you?

Yes,but not soucecode, I want the lib and headfile i can use it directly

About the websocketpp, i have tried many times, it is a headdace.

ouxianghui commented 3 years ago

Hi WilliamXia,      websocketpp is a head only library, so I can not give you the static or dynamic library. I can only package the source code for you.     Please check the attach files.

------------------ Original ------------------ From:  "WilliamXia";<notifications@github.com>; Send time: Tuesday, Feb 2, 2021 8:07 PM To: "ouxianghui/janus-client"<janus-client@noreply.github.com>; Cc: "欧阳湘辉"<750265900@qq.com>; "Comment"<comment@noreply.github.com>; Subject:  Re: [ouxianghui/janus-client] Dear janus, the source could not be compiled,coulde you help me ? (#1)

I know now, could you kindly provide me the websocketpp library (which have been compiled ,about this ,i have tried many time s,but not sucess)to me ?

WebSocketpp is a header only C++ library. Do you want me to package the source code of websocketcpp and send it to you?

Yes,but not soucecode, I want the lib and headfile i can use it directly

About the websocketpp, i have tried many times, it is a headdace.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

williamXDB commented 3 years ago

Dear Author,

The RTCSDK could not compiled ,many errors ,because the xhas could not be resolved, Could you help me ?

At 2021-02-02 16:47:51, "Ouxianghui" notifications@github.com wrote:

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'spdlog/spdlog.h': No such file or directory (compiling source file service\app_instance.cpp) RTCSDK d:\janus-client-main\rtcsdk\logger\logger.h 16

I use VSstudio2017 +QT5.9

Hi williamXDB, please check whether the source code of spdlog in 3rd directory is pulled successfully.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

williamXDB commented 3 years ago

Dear Author,

The RTCSDK could not compiled ,many errors ,because the xhas could not be resolved, Could you help me ? for example : pluginData.data.xhas("unpublished")) ==>the xhas is not a member ofvi::vr::EventData in vido_room.cpp

    struct EventPluginData {
        std::string plugin;
        EventData data;

        XPACK(O(plugin, data));-->I replaced the XStruct
    };