-
Notifications
You must be signed in to change notification settings - Fork 113
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
Unable to build Xcode project #11
Comments
Are you opening the XCode project in the top-level Avida directory or the avida-core directory? You need to open the top level project in order for the apto library to be linked properly. I've tested the site's Mac binary and it seemed to run fine, were you using Windows? If you aren't particularly attached to using the pure research tool, you can also download the educational version which has a nice GUI along with it: http://avida-ed.msu.edu/ |
Gotcha. I disabled Code Signing on everything to try and get it to build but still got linker errors like above even after opening the top level workspace file. About 64 of them. Anyways I checked out the ED version, what are the major differences between it and the "real thing"? |
The education version of Avida provides limited functionality and a GUI interface. Additional features and many more configuration options are available in the console-based executable. |
Though months later, did this solve your problem? If not, make sure that you've set the target to build in XCode to "avida" (the topmost option with the black terminal-application) icon. The linker error (-lapto) refers to Avida's "standard library", which is built separately. Both using XCode with the target "avida" and building from the shell script (./build_avida) will create this library, create the the avida-core library, and then link them with the associated driver to form a working executable. |
I gave up on this one... a while ago. Sorry can't be of help here. |
Disclaimer, I'm a web developer and my experience with C language/Xcode anything is minimal. However, I'd like to be able to play around with this lovely project. Basically, I'm looking for the quickest way to launch this thing, any help would be appreciated.
FYI, the binary here didn't seem to work: http://avida.devosoft.org/ -- First a config not found error, then segmentation fault when opening from command line.
Anyways, here's what I've done. The script to
build_avida
seemed to go okay.But opening up the Xcode project and building resulted in an error.
The text was updated successfully, but these errors were encountered: