Jump to content

Recommended Posts

Posted

I am trying to install forge to make a mod and I have been getting the message that reformatting is cancelled due to no astyle or config. I have another topic regarding the first issue but when I try and install astyle I get this message:

Lobachevsky:~ henry$ /Users/henry/Desktop/astyle/build/mac/Makefile ; exit;

/Users/henry/Desktop/astyle/build/mac/Makefile: line 7: SRC: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 15: vpath: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 16: vpath: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 20: ifndef: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 21: JAVA_HOME: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 22: endif: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 25: ifndef: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 27: endif: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 28: prefix: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 31: prefix: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 34: dylib: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 35: dynamiclib: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 36: bindir: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 37: objdir: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 38: prefix: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 39: CBASEFLAGS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 40: JAVA_HOME: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 40: JAVAINCS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 41: CXX: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 42: USER: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 42: USER: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 42: -o: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 46: ifdef: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 47: dylib: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 48: dynamiclib: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 49: endif: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 54: ifdef: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 55: CBASEFLAGS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 55: CFLAGS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 55: CFLAGSr: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 56: CBASEFLAGS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 56: CFLAGS: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 56: CFLAGSd: command not found

/Users/henry/Desktop/astyle/build/mac/Makefile: line 57: syntax error near unexpected token `else'

/Users/henry/Desktop/astyle/build/mac/Makefile: line 57: `else '

logout

 

[Process completed]

 

I know this isn't the astyle forums but those are really bad and you guys have helped before. DOes anyone know how to install astyle on a mac?

Posted

Run the file with the make utility:

make /path/to/Makefile; 

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

I'm not really sure what this means:

 

Lobachevsky:mac henry$ make /path/to/Makefile;

make: *** No rule to make target `/path/to/Makefile'.  Stop.

 

That is what I get when I run it with the code you posted

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.