daid / LegacyCura

Read this, it's important! NEW CURA DEVELOPMENT IS HAPPENING AT https://github.com/Ultimaker/Cura, this is the Cura 15.04 archive. Cura 2.1 and newer is on the Ultimaker github.
https://www.ultimaker.com/pages/our-software
585 stars 429 forks source link

64 bit ubuntu 15.04: mingw32-make: command not found #1317

Open kengdahl opened 9 years ago

kengdahl commented 9 years ago

I'm having issues compiling Cura under ubuntu 15.04 64bit. I run: ./package.sh debian_amd64 and get: ./package.sh: line 177: mingw32-make: command not found.

Any ideas?

screenshot-arduino arduino-thinkpad-x201 -downloads-cura

daid commented 9 years ago

It defaults to mingw32-make if it cannot fine the normal make command. So most likely you are missing the build-essentials package.

kengdahl commented 9 years ago

I feel pretty stupid right now :) But i did find the issue when I took a look at the build script.

On Tue, Jul 21, 2015 at 3:57 PM daid notifications@github.com wrote:

It defaults to mingw32-make if it cannot fine the normal make command. So most likely you are missing the build-essentials package.

— Reply to this email directly or view it on GitHub https://github.com/daid/Cura/issues/1317#issuecomment-123315291.