sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 54 forks source link

build broken on macOS Catalina: can't get real path for source 'gksqt.app' #107

Closed komi1230 closed 4 years ago

komi1230 commented 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.

If you have some advice about this, I am glad if you tell me it.

Thank you for reading this issue.

komi1230 commented 4 years ago

I am sorry to say I found missing qmake command in my PATH... Thanks.