-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error when attempting to run "exoplanetssyssim/src/setup.jl" #1
Comments
This is an issue with CORBITS. Try installing it as a stand-alone. If you still have issues after Googling for this error, we can get in touch with Josh who would likely be able to resolve this issue. It looks like we might need to update the g++ flags. |
I think the issue is that on Matthias's Mac, the call to gcc is actually
invoking the clang preprocessor and llvm compiler, rather than the gcc
compiler.
I don't know if there is a flag to tell llvm to accept this code.
…On Tue, Jul 25, 2017 at 11:22 PM, dragozzine ***@***.***> wrote:
This is an issue with CORBITS. Try installing it as a stand-alone. If you
still have issues after Googling for this error, we can get in touch with
Josh who would likely be able to resolve this issue. It looks like we might
need to update the g++ flags.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQywtgKEhayrbwpdULIAdv8LtBFUmSJks5sRrEHgaJpZM4OjXjs>
.
--
Eric Ford
Professor of Astronomy & Astrophysics
Center for Exoplanets & Habitable Worlds
Center for Astrostatistics
Institute for CyberScience
Penn State Astrobiology Research Center
Pennsylvania State University
|
I've updated the setup script in an effort to fix the case issue and so that it still tries to install ABC and CORBITS, but only prints a warning message if there's a problem. |
I just cloned the entire repository to my Mac again, using: "Pkg.clone("git@github.com:hematthi/ExoplanetsSysSim.jl.git")" (I renamed my old .julia directory as a backup). After trying the new setup script: "include(joinpath(Pkg.dir("ExoplanetsSysSim"),"src/setup.jl"))", unfortunately I seem to get the exact same error message as before:
I can't quite remember what we did to get around this last time (or whether we did anything at all)? |
I think last time, we just ignored it since you weren't using CORBITS. But we should fix this. Really, it's an issue with https://github.com/jbrakensiek/CORBITS rather than this project. I've tried adding some const's in my fork of CORBITS to see if that's enough to fix it. |
OK, now I just get the warnings instead of the error messages:
|
In attempting to install the contents of ExoplanetSysSim and its non-standard packages using the following line,
I get the following error:
Note that my version of g++ appears to be the default one from Xcode:
The text was updated successfully, but these errors were encountered: