KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

Step 5 - make: *** No rule to make target `install'. Stop. #22

Open monokinetic opened 10 years ago

monokinetic commented 10 years ago

I'm on OSX .6.8, using homebrew to install dependencies. I have Python 2.6, and also installed cairo and glew using homebrew.

Now I can get to step 5, but can't find a way past this:

CMake Warning: Manually-specified variables were not used by the project:

PYTHON_PACKAGES_PATH

-- Build files have been written to: snip the correct path on my machine.... make: * No targets specified and no makefile found. Stop. make: * No rule to make target `install'. Stop. build error on BUILD KICAD STEP: 5

make: *\ No rule to make target `install'. Stop.

Any suggestions?

MagnetoOptical commented 10 years ago

Something didn't compile before this step. Can you reproduce this and post more of the error output. Usually this is caused by not having a required compiler. Do you have macports or homebrew on your system? I recommend the later for projects coming from Linux.