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

Compilation Problems #253

Closed
zaryar opened this issue Apr 6, 2023 · 5 comments
Closed

Compilation Problems #253

zaryar opened this issue Apr 6, 2023 · 5 comments

Comments

@zaryar
Copy link

zaryar commented Apr 6, 2023

I tried to compile ReClass with those settings:
image

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

I digged a bit and I think its because the NativeCore does not compile? Anyone has any Idea?

@KN4CK3R
Copy link
Member

KN4CK3R commented Apr 6, 2023

How did you obtain the source code? Did you use git or just downloaded a source archive?

@zaryar
Copy link
Author

zaryar commented Apr 6, 2023

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 'x64' referenced in the project file 'NativeCore.Unix' cannot be found.

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.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.

@KN4CK3R
Copy link
Member

KN4CK3R commented Apr 6, 2023

If you don't need unix support, you can disable/unload that project in VisualStudio.

@zaryar
Copy link
Author

zaryar commented Apr 6, 2023

Thats a great Idea, thanks. It worked.
Any Idea why it wont let me compile NativeCore.Unix?

@zaryar zaryar closed this as completed Apr 6, 2023
@KN4CK3R
Copy link
Member

KN4CK3R commented Apr 6, 2023

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. 🤷‍♂️

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