Jump to content

Building Cura on Windows 10


Recommended Posts

Posted · Building Cura on Windows 10

I've been struggling the past couple of days trying to get Cura-build-environment to ... execute, I guess? I've followed the instructions on the wiki pretty much to the T, with one notable exception being that I had to change a path in the ev_win64.bat file. Mine now looks like this: 

 

image.png.2fe8852c3f8c19f1938cb58282c64425.png

I was then able to run the code from the github page (https://github.com/Ultimaker/cura-build-environment) with the obvious changes for my set vars to make them fit my paths.

set cbe_src_dir=<where-your-source-dir-is>
set cbe_install_dir=<where-you-want-to-install>

cd %cbe_src_dir%
mkdir build
cd build

..\env_win64.bat

cmake -DCMAKE_BUILD_TYPE=Release ^
      -DCMAKE_INSTALL_PREFIX=%cbe_install_dir% ^
      -DCMAKE_PREFIX_PATH=%cbe_install_dir% ^
      -G "NMake Makefiles" ^
      ..
nmake

All went well up until the nmake command. That ran for a while, then failed. I ran it again to make sure, as all desperate people do, and here's the output:

image.thumb.png.2fe06affe44fa1cda96ff31d0a06b8aa.png

 

What does this mean? How do I fix it? I've been googling for a few hours now and trying random things and I feel like I'm no closer to understanding this issue. I would imagine it has to do with the script ignoring the '-m64' option? The other possibility that I'm really dreading is that it could be something to do with setting all  of this stuff up on my secondary drive instead of the C:\ drive? How should I proceed?

 

And of course I'm happy to answer any questions about relevant system settings or paths or whatever you think you need. Thanks!

image.png

  • Link to post
    Share on other sites

    Posted · Building Cura on Windows 10

    I'm pretty sure someone said you can't compile for AMD specific hardware?  It has to be x86 or something?  I think it was @ahoeben (I probably misunderstood - this is a vague memory from a few weeks ago).  AMD should be able to work with 64 bit x86 code I assume.  I mention this as I see these programs are in an AMD64 folder.  Not sure if that is relevant.

     

    Also @burtoogle might be able to help as he builds cura all the time (but on linux).  Unfortunately burtoogle has been silent on the forums for 2 months.  But he's still quite active over on his github.  You might open an issue on his version of cura and ask him there if you don't get an answer from ahoeben.  He's normally very helpful: https://github.com/smartavionics/Cura/issues

  • Link to post
    Share on other sites

    Posted · Building Cura on Windows 10
    47 minutes ago, Elkelthen said:

    What does this mean? How do I fix it?

     

    Well... the error message means that the folder "google/protobuf" is not there or the folder "....../protobuf/src" is not part of the C++ include path.

     

    "protobuf" is published here:

    https://github.com/protocolbuffers/protobuf

     

     

    • Like 2
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 7 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...