Home > Back-end >  VS2015 compile engineering error, no parameters available packages
VS2015 compile engineering error, no parameters available packages

Time:12-12

STH over and over again for a long time to download and compile the webrtc source code, now want to peerconnection pick out of webrtc source code, reference library and directory contains all set, now compile with the " no parameters available packages " a mistake, don't know is what reason, there is no question of webrtc source compile

CodePudding user response:

You need to focus on is the static assertions fail, the reason is that, the sentence below this kind of error is usually caused by other errors, and not have a problem here

CodePudding user response:

reference 1st floor qq_39850605 response:
you need to focus on is the static assertions fail, the reason is that, the sentence below this kind of error is usually caused by other errors, and not have a problem here


Excuse me, what caused this problem? The library files missing? Environment variable configuration is wrong? Below is the screenshot

CodePudding user response:

Take this test it is a test, usually this is related to the local machine environment, no need to worry about my personal feeling, comment out good, I didn't quite understand this assertion, class without public must be private,

CodePudding user response:

reference 1st floor qq_39850605 response:
you need to focus on is the static assertions fail, the reason is that, the sentence below this kind of error is usually caused by other errors, and not have a problem here


This file is webrtc [rtc_base] in the source file, should can't be modified? The errors I can put it above notes did not report this error, but the error "no expansion pack available" also in, so it should not be the question

CodePudding user response:

Attached to the output information of compilation, passing can help have a look at what's going on.

CodePudding user response:

Double-click on the error of the line, the error code

CodePudding user response:

refer to 6th floor qq_39850605 response:
double-click an error of the line, the error code to the






This is the place where an error, the feeling is not code issue, otherwise how can I download the source code to compile error, and the header files you modify to compile the source code of the library files on corresponding don't

CodePudding user response:

Have any webrtc source is cooked, how can you pick out a module used alone, have experience please provide point method bai

CodePudding user response:

Can't sink

CodePudding user response:

This problem, I also met, also can't say code problem, are vs2015 support c + + syntax is not complete, you use vs2017 to compile, I had to pick a vad, right now,

CodePudding user response:

When I was in written in webrtc native project also encountered such a problem, your problem solved

CodePudding user response:

Solve the building Lord, I met the same problem

CodePudding user response:

Assert that prompt mean this type of no public data () and the size () two interfaces, or private, cannot expand, HasDataAndSize should be checked to see if there is the two interfaces
  • Related