aheui / rpaheui

Industrial-strength implementaiton of Aheui written in RPython with JIT

Home Page:http://aheui.github.io/aheuicon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

설치 과정중 make가 안됩니다

Kinetic27 opened this issue · comments

pypy를 clone하고 pypy안에 rpaheui를 받아서 넣어둔 상태입니다
make를 치자

❯ make

echo "VERSION = '`git describe --tags`'" > aheui/version.py
../pypy/rpython/bin/rpython --opt=jit rpaheui.py
process_begin: CreateProcess(NULL, ../pypy/rpython/bin/rpython --opt=jit rpaheui.py, ...) failed.
make (e=2): 지정된 파일을 찾을 수 없습니다.
make: *** [aheui-c] 오류 2

라며 오류가 발생합니다

pypy와 rpaheui가 같은 수준에 놓여 있어야 합니다
이를테면 Projects라는 디렉터리가 있으면, Projects/pypy와 Projects/rpaheui가 있어야 합니다.

감사합니다

열심히 makefile 공부해봐야겠네요 감사합니다