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

I am not able to run ./build.sh for ReJITEnterLeaveHooks on my OSX #16

Open
nikolodien opened this issue Jul 15, 2020 · 1 comment
Open

Comments

@nikolodien
Copy link

I get the following error when I try to run build.sh on my mac for ReJITEnterLeaveHooks.

 CORECLR_PATH : <path to the artifacts folder in the runtime repo>
  BuildOS      : OSX
  BuildArch    : x64
  BuildType    : Release
  Building CorProfiler.so ... In file included from ClassFactory.cpp:4:
./ClassFactory.h:6:10: fatal error: 'unknwn.h' file not found
#include "unknwn.h"
         ^~~~~~~~~~
1 error generated.
In file included from CorProfiler.cpp:4:
./CorProfiler.h:7:10: fatal error: 'cor.h' file not found
#include "cor.h"
         ^~~~~~~
1 error generated.
In file included from dllmain.cpp:4:
./ClassFactory.h:6:10: fatal error: 'unknwn.h' file not found
#include "unknwn.h"
         ^~~~~~~~~~
1 error generated.
ILRewriter.cpp:4:10: fatal error: 'cor.h' file not found
#include "cor.h"
         ^~~~~~~
1 error generated.

Before doing this, I followed the steps on https://github.com/dotnet/runtime/blob/master/docs/workflow/building/coreclr/README.md to build coreCLR

After that I set the requisite environment variables to point to this repo which contains the build

Trying to find what am I missing here,

@mjsabby
Copy link
Contributor

mjsabby commented Sep 6, 2024

@noahfalk your merge in May 2024 should address this. I think we can close this.

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