Ah, I pointed to /usr/lib/python3.4 instead of /usr/lib/python3.4m.
Make now goes all the way to 100%, but then I get:
...
[100%] Building CXX object src/CMakeFiles/sigil.dir/sigil_automoc.cpp.o
make[2]: *** No rule to make target `/usr/lib/python3.4m', needed by `bin/sigil'. Stop.
make[1]: *** [src/CMakeFiles/sigil.dir/all] Error 2
make: *** [all] Error 2
|