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 @rknegjens and @dpgeorge. I am quite new when it comes to C/C++ programming. I am currently using a MacOS and I am facing issues when running the make command on the nbody/util folder. Most likely, the compiler that is being used is not completely compatible with C code.
Do you remember which version of the C compiler and which operating system did you use?
Thank you a lot!
The text was updated successfully, but these errors were encountered:
@fpestana-git the Makefile specifies gcc as the c compiler (the CC variable) and gnu99 as the standard. We use linux to run Paperscape, but compilation should work on other unix-like OSes too, e.g. MacOS, and other c compilers such as clang.
Hi @rknegjens and @dpgeorge. I am quite new when it comes to C/C++ programming. I am currently using a MacOS and I am facing issues when running the make command on the nbody/util folder. Most likely, the compiler that is being used is not completely compatible with C code.
Do you remember which version of the C compiler and which operating system did you use?
Thank you a lot!
The text was updated successfully, but these errors were encountered: