You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @aschellenberg74, I'm trying to build OpenFresco on my macOS 10.15 machine. I used the Makefile.def.MACOSX file for that matter, and moved it to the root of OpenFresco folder. Also, I changed lines 36 and 38 of the Makefile.def file as follows:
HOME = /Users/MyUserName/GitHub/
OPENFRESCO = $(HOME)/OpenFresco/SRC
Then I typemake to install. Unfortunately, I'm not able to build the binary or library files. Here is the error message:
Makefile:178: *** missing separator. Stop. LIBRARIES BUILT ... NOW LINKING OpenFresco PROGRAM Makefile:54: *** missing separator. Stop. make: *** [all] Error 2
Please help. Thanks! -Gaston
The text was updated successfully, but these errors were encountered:
Hi @aschellenberg74, I'm trying to build OpenFresco on my macOS 10.15 machine. I used the Makefile.def.MACOSX file for that matter, and moved it to the root of OpenFresco folder. Also, I changed lines 36 and 38 of the Makefile.def file as follows:
HOME = /Users/MyUserName/GitHub/
OPENFRESCO = $(HOME)/OpenFresco/SRC
Then I type
make
to install. Unfortunately, I'm not able to build the binary or library files. Here is the error message:Makefile:178: *** missing separator. Stop.
LIBRARIES BUILT ... NOW LINKING OpenFresco PROGRAM
Makefile:54: *** missing separator. Stop.
make: *** [all] Error 2
Please help. Thanks! -Gaston
The text was updated successfully, but these errors were encountered: