Search found 7 matches

by hovey
Fri Aug 28, 2015 8:25 am
Forum: Framework
Topic: How to build on OSX 10.10 Yosimite
Replies: 8
Views: 9996

Re: How to build on OSX 10.10 Yosemite

Frank, Build success! Yes, that suggested worked, but with a slight modification because my libquadmath.a exists at /usr/local/gcc/lib/ not /usr/local/lib/ I am happy to provide a cleaned up version of my Makefile.def as a current (2015-08-28) candidate for OpenSees/MAKES/Makefile.def.MacOS10.10, if...
by hovey
Mon Aug 24, 2015 6:07 pm
Forum: Useful Scripts.
Topic: Compile OpenSees on MacOS10.10.
Replies: 10
Views: 16246

Re: Compile OpenSees on MacOS10.10.

Dear mehrdadagg, thanks for your post on Fri Jun 12, 2015 9:46 am, I found it useful. Please also note this article, http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ which speaks to the installation of the Command Line Tools in OS X Mavericks and Yosemite, without Xcode. Dear fang...
by hovey
Mon Aug 24, 2015 11:05 am
Forum: Framework
Topic: building error svn sources under Linux
Replies: 32
Views: 19791

Re: building error svn sources under Linux

rafal and Dr. Scott, thank you for your contributions to this post, which were relevant to me here:

http://opensees.berkeley.edu/community/ ... RY#p104511

-cbh
by hovey
Mon Aug 24, 2015 11:03 am
Forum: Framework
Topic: How to build on OSX 10.10 Yosimite
Replies: 8
Views: 9996

Re: How to build on OSX 10.10 Yosemite

Frank, thanks for the reply! Lines 41-42 of OPS_Globals.h as #include <string.h> #include <stdlib.h> gets me over the aforementioned hurdle. Indeed, I see you made similar comments at http://opensees.berkeley.edu/community/viewtopic.php?f=4&t=62646&p=104391&hilit=Ops_Globals#p104391 Sorry you had to...
by hovey
Thu Aug 20, 2015 8:20 am
Forum: Framework
Topic: How to build on OSX 10.10 Yosimite
Replies: 8
Views: 9996

Re: How to build on OSX 10.10 Yosemite

Frank, thank you for the reply. My error is anecdotal proof the 'copy/paste' pattern is often more robust than the 'manual transcribe' pattern. I changed the my above-described Makefile.def as follows: Zeus:OpenSees Zeus$ diff Makefile.def.2015-08-19 Makefile.def 154,157c154,159 < CBH_COMPILERS = /u...
by hovey
Wed Aug 19, 2015 9:49 am
Forum: Framework
Topic: How to build on OSX 10.10 Yosimite
Replies: 8
Views: 9996

Re: How to build on OSX 10.10 Yosemite

Can someone with build knowledge lend a hand? The warnings indicate an illegal option, viz., ... ... // tail of the terminal's response to 'make' ... ... Making tclAppInit.o from tclAppInit.cpp Wall -D_LINUX -D_UNIX -D_TCL85 -D_AMDn -D_MACOSX -D_HTTPS -D_NOGRAPHICS -g -O0 -ffloat-store -I/Library/Fr...
by hovey
Fri Aug 14, 2015 5:55 am
Forum: Framework
Topic: How to build on OSX 10.10 Yosimite
Replies: 8
Views: 9996

Re: How to build on OSX 10.10 Yosemite

Thank you for the Yosemite contribution.