Skip to content
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

build error #1

Open
whyuu opened this issue May 17, 2022 · 1 comment
Open

build error #1

whyuu opened this issue May 17, 2022 · 1 comment

Comments

@whyuu
Copy link

whyuu commented May 17, 2022

Context
shiftmediaproject\libilbc\rtc_base\checks.h(57,10): fatal error C1083: “absl/meta/type_traits.h”: No such file or directory ..\common_audio\signal_processing\dot_product_with_scale.cc)
shiftmediaproject\libilbc\rtc_base\checks.h(57,10): fatal error C1083: “absl/meta/type_traits.h”: No such file or directory ( ..\rtc_base\checks.cc)

Expected Behavior
No additional operations are required to compile successfully
Steps to Reproduce
open resolution
select release dll
build
Your Environment
win10 + vs2019

Possible Fix
I solved it this way, but not sure if this is appropriate

  1. Copy two files config.h versin.h from the old version and put them in the smp directory
  2. Download the abseil-cpp project, copy the absl directory to the libilbc root directory
@matakk
Copy link

matakk commented Feb 27, 2024

thanks, 我just copy absl folder from abseil-cpp project to smp, compile work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants