Closed komi1230 closed 4 years ago
Hello,
Now I am trying to make GR wrapper for Common Lisp, and I am trying to build GR from source. But I encountered an error:
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C qt -f makefile.mak install ditto: can't get real path for source 'gksqt.app' make[2]: *** [install] Error 1 make[1]: *** [install] Error 2 make: *** [install] Error 2
I already know brew install --build-from-source libgr works well. But when I try to build from source with make command, it fails.
brew install --build-from-source libgr
make
If you have some advice about this, I am glad if you tell me it.
Thank you for reading this issue.
I am sorry to say I found missing qmake command in my PATH... Thanks.
qmake
Hello,
Now I am trying to make GR wrapper for Common Lisp, and I am trying to build GR from source. But I encountered an error:
I already know
brew install --build-from-source libgr
works well. But when I try to build from source withmake
command, it fails.If you have some advice about this, I am glad if you tell me it.
Thank you for reading this issue.