-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having "make: *** [images.mk] Error 1" error at terminal make commands. MacOS #623
Comments
Hi, please could you paste in the full command you typed and the output? |
make compile ** (inkscape-bin:2017): WARNING **: Can't open file: images-src/rabbit_brollychuting_04.svg (doesn't exist) ** (inkscape-bin:2017): WARNING **: Can't open file: images-src/rabbit_brollychuting_04.svg (doesn't exist) ** (inkscape-bin:2017): WARNING **: Specified document images-src/rabbit_brollychuting_04.svg cannot be opened (does not exist or not a valid SVG file) |
Hmm. That is weird. That file I assume you've tried just running it again? How about doing a full git clone again? |
Okey i will now reclone now, should i clone and make compile it right whats the right order? |
I want to share full code with directories. kagan at Kagans-MacBook-Pro in ~/D/GitHub (master|●1✚1) » cd rabbit-escape-team-7/ After i try to compile second time it gives the same error in the first comment of issue. |
argh! I think the MacOS version of the |
In terms of order, you should be able to run just |
The problem does seem to be with me making assumptions about how the tools work when actually they work differently on Mac. |
Easiest suggestion: try it on Linux! |
It doesn't work i will install virtual machine. |
OK, good luck! |
make commands gives me this error.
make
make test
make compile
make dist-swing
And some can't open file warnings below:
** (inkscape-bin:1398): WARNING **: Can't open file: images-src/rabbit_brollychuting_04.svg (doesn't exist)
.. svg->png src/ui-swing/src/rabbitescape/ui/swing/images32/rabbit_rising_right_end_10.png
** (inkscape-bin:1398): WARNING **: Can't open file: images-src/rabbit_brollychuting_04.svg (doesn't exist)
** (inkscape-bin:1398): WARNING **: Specified document images-src/rabbit_brollychuting_04.svg cannot be opened (does not exist or not a valid SVG file)
The text was updated successfully, but these errors were encountered: