-
Notifications
You must be signed in to change notification settings - Fork 378
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
Compilation Problems #253
Comments
How did you obtain the source code? Did you use git or just downloaded a source archive? |
I used $git clone https://github.com/ReClassNET/ReClass.NET.git do I need some dependencies I dont have? If I start vscode I get this: C:\Users\user\Desktop\gitti\ReClass.NET\NativeCore\Unix\NativeCore.Unix.vcxproj : warning : Platform 'x86' referenced in the project file 'NativeCore.Unix' cannot be found. error : Designtime build failed for project 'C:\Users\user\Desktop\gitti\ReClass.NET\NativeCore\Unix\NativeCore.Unix.vcxproj' configuration 'Debug|x86'. IntelliSense might be unavailable. |
If you don't need unix support, you can disable/unload that project in VisualStudio. |
Thats a great Idea, thanks. It worked. |
The unix project uses the WSL subsystem to compile the code in an unix context. If the system is not available for VisualStudio you may get a more or less descriptive error message. 🤷♂️ |
I tried to compile ReClass with those settings:

but it does not seem to work, I get his error:

I digged a bit and I think its because the NativeCore does not compile? Anyone has any Idea?
The text was updated successfully, but these errors were encountered: