-
Notifications
You must be signed in to change notification settings - Fork 127
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
cpp20coroutinefill.h(286): error C3861: '__builtin_*': identifier not found #8
Comments
hi,
try to enable C++20 in VS Project Settings
|
I am also have problems with dependencies, @vitoplantamura can you add more details about how to compile all please? |
try to build the "Release" configuration instead
|
I have the same problem: |
hi,
this is really weird...
Can you try to follow the instructions in this page and let me know?
https://learn.microsoft.com/en-us/cpp/build/reference/await-enable-coroutine-support?view=msvc-170
|
dont works :( |
hi,
I just updated VS2019 from 16.11.26 to 16.11.27, tried a rebuild
(Release|x64) and it builds just fine.
The only difference is that I have the Enterprise edition while you have
the Community.
Thanks, Vito
|
I have the sample problems, steps:
I install C++ dev env and:
@vitoplantamura & @Luca1991 can you help me? c++ std: |
Hey @therealdreg I managed to move BC to VS2019. I had an issue with coroutines too but solved it eventually. It would be easier if you gist your .vcproj* files. I can publish mine too, just have to get rid of some abs paths I used... |
Hello guys,
If you can, try building BC in VS2017. Please tell me know if this still fails and I'll check my VS configuration (tomorrow). Thanks, EDIT: @zwclose if you managed to sucessfully move BC to VS2019, please consider contributing a PR. I think it would be good to have support for a recent version of VS (if Vito is ok with that of course) |
here my vmware machine with windows 10 + winddk GRMWDK_EN_7600_1+ visual studio 2019 enterprise + bc (70 GB) https://drive.google.com/file/d/1bX2rQvh9yuRjvQOm2wdTSxfwm6Wnz6d3/view?usp=sharing can you help me with this env? I need compile all (including deps) for x64 |
hi all,
I am currently installing VS2019 Community on a fresh Win11 VM.
I'll let you know ASAP.
Thanks, Vito
Message ID: ***@***.***>
… |
hi, this is a step-by-step guide to setup a build environment for BugChecker. There is no trace of the coroutine problem. My test machine is a fresh Win11 VM. Only the Release configurations are supported (x86 and x64). NOTE#1: BugChecker builds natively on Visual Studio 2019 (i.e. it was developed on Visual Studio 2019).
That's it. Before building BugChecker, open the Zydis solution (BugChecker\dependencies\zydis\msvc\Zydis.sln) and build: Zycore, Configuration: Release Kernel Win32; Zycore, Configuration: Release Kernel x64; Zydis, Configuration: Release Kernel Win32; Zydis, Configuration: Release Kernel x64. Vito |
these steps dont works for me, I made this again and I have the same errors :( |
Ok I had a look at my windows dev machine. |
@Luca1991 Yeah, I will publish my solution/project soon. |
yes please I want make a PR with new features :D btw, @vitoplantamura @zwclose & @Luca1991 thx for your help with this pain hehe |
I want to contribute to this project but I have some problems:
The text was updated successfully, but these errors were encountered: