Closed christopherdrewery closed 4 years ago
Hi, @christopherdrewery !
Looks like there is no -u
option for cp
command in your MacOS.
Try to walk through Makefile, find any occurences of cp
command and remove u
flag if it exists.
Hope this helps!
@christopherdrewery,
Can you please confirm that issue is solved with the solution I've provided?
Thank you!
I am trying to create this for my online portfolio because it looks awesome! However, when I run the "make setup" command in my git bash terminal as admin, I am getting a bunch of errors and not sure how to resolve. See console below:
$ make setup
[00:47:27] Created file [BUILD-0.2.6:7]
[00:47:27] Created file [BUILD_CONTENT:/c/Users/joshua burrows/Documents/GIT/cv/config/build.json]
[00:47:27] Created file [COMMIT:028e99202cc959a20f2d47cd10e05d4050b124f6]
/usr/bin/sh: line 0: [: /c/Users/joshua: binary operator expected
mkdir: cannot create directory ‘/c/Users/joshua’: File exists
mkdir: cannot create directory ‘burrows/Documents/GIT/cv/src’: No such file or directory
/usr/bin/sh: line 0: [: /c/Users/joshua: binary operator expected
mkdir: cannot create directory ‘/c/Users/joshua’: File exists
mkdir: cannot create directory ‘burrows/Documents/GIT/cv/build-0.2.6’: No such file or directory
/usr/bin/sh: line 0: [: /c/Users/joshua: binary operator expected
mkdir: cannot create directory ‘/c/Users/joshua’: File exists
mkdir: cannot create directory ‘burrows/Documents/GIT/cv/dist-0.2.6’: No such file or directory
/usr/bin/sh: line 0: [: /c/Users/joshua: binary operator expected
mkdir: cannot create directory ‘/c/Users/joshua’: File exists
mkdir: cannot create directory ‘burrows/Documents/GIT/cv/web-0.2.6-7’: No such file or directory
[00:47:27] GOALS
[00:47:27] \-- DEFAULT: [default]
[00:47:27] \-- CURRENT: [setup]
Makefile:145: burrows/Documents/GIT/cv/bin/*.mk: No such file or directory
make: *** No rule to make target 'burrows/Documents/GIT/cv/bin/*.mk'. Stop.
How can I do that?
Hi @Joshuab171!
It was developed to run Linux environment and not in Windows. However you can try to run it from the folder which does not contain spaces in its path /joshua burrows/
- is your bottleneck.
Hope this helps!
Closing due to inactivity of stakeholders.
Attempting to get this set-up via my macbook which is running Catalina (10.15.3)
Following error at
make setup
.Any help around dependencies or debugging?
C.