KicadOSXBuilder icon indicating copy to clipboard operation
KicadOSXBuilder copied to clipboard

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

Open monokinetic opened this issue 11 years ago • 1 comments

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?

monokinetic avatar Dec 06 '13 15:12 monokinetic

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.

MagnetoOptical avatar Mar 28 '14 19:03 MagnetoOptical