-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Why does the compilation fail when I follow the documentation How to build - Windows.md#Noob guide (step by step)? Is there another configuration? #5096
Comments
Try this: #5039 (comment) |
Why does slic3r\Release\libslic3r_gui.lib not compile, and the folder is empty? |
Please provide your build log, as far as it goes. |
Here's the build of the PrusaSlicer. msbuild -ds -nologo PrusaSlicer.sln -t:rebuild -m -p:Configuration=Release -verbosity:normal Here's the build of the deps. msbuild /m ALL_BUILD.vcxproj |
Commit #70b19d2 |
I've finished the file, but it's not what I wanted. Can you give me your log output file, I'd like to compare it myself. |
Here's my build log. I hope this helps! |
Guys, I will close this. As far as I can tell, this is not an issue with PrusaSlicer and probably not even with its cmake build scripts. |
Do you have a log of the compiled deps and cmake? |
No, not anymore. |
Thank you so much. |
I'm rebuilding right now... meanwhile: did you run that batch in cmd or "Developer PowerShell"? |
Here's the full log! It's about 15 MB in size ... 😮 |
I used Developer PowerShell. |
I've reinstalled the system and compiled it in a clean environment, but it still fails in the project libslic3r_gui, can you give me some advice? |
Well, to honest, I have no clue why this would not compile! Have you tried a clean new computer? I use virtual computers (VirtualBox) for all my dev work, that way I could reset a machine without loosing all my data (which is in a directory mapped to the virtual computer). |
I reinstalled my laptop and tried installing only VS2019 and git, but still get the same error. I also use command line compilation, and use VS just to help me locate the error location. Did I miss some components when I installed VS, can you share with me the components you installed? |
I reinstalled an English version of windows and it solved the problem, is it the coding? |
Must be it!! Glad you got it working! |
No description provided.
The text was updated successfully, but these errors were encountered: