<div dir="ltr">Try this<div><br></div><div><a href="http://www.admb-project.org/buildbot/documentation/QuickStartMacOS.html">http://www.admb-project.org/buildbot/documentation/QuickStartMacOS.html</a><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Jun 11, 2014 at 11:35 AM, John Brandon <span dir="ltr"><<a href="mailto:jbrandon@gmail.com" target="_blank">jbrandon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Nevermind, I figured this out. The problem had to do with having installed a prior version of ADMB on my machine. The “.bash_profile” file needed to be edited, after installing a new version, so that it points to the updated ADMB paths. <div>
<br></div><div>For reference, the process I used:</div><div>$ touch ~/ .bash_profile; open ~/ .bash_profile # to open .bash_profile file in text editor</div><div># Edited text in .bash_profile to update paths for ADMB_HOME and tpl2cpp — previously the paths (from the prior installation) were ‘usr/local/admb'</div>
<div># The first three lines of the .bash_profile file on my machine look like below (I didn’t edit the 2nd line), and now correspond to new version's directory</div><div># export ADMB_HOME=/Users/johnbrandon/admb/build/dist.</div>
<div># export PATH=$ADMB_HOME/bin:$PATH</div><div># alias tpl2cpp=‘/Users/johnbrandon/admb/build/dist/bin/tpl2cpp’</div><div>$ source ~/ .bash_profile # loads the updated values in .bash_profile without having to reboot</div>
<div><br></div><div>That was it. </div><div>Best,</div><div>John</div><div><br></div><div><div><br><div><div><div class="h5"><div>On Jun 10, 2014, at 2:34 PM, John Brandon <<a href="mailto:jbrandon@gmail.com" target="_blank">jbrandon@gmail.com</a>> wrote:</div>
<br></div></div><blockquote type="cite"><div style="word-wrap:break-word"><div><div class="h5">Hi Johnoel et al.<div><br></div><div>This is a query about installing / running ADMB 11.1 on Mac OS 10.9.2 (with Xcode 5.1.1). I’ve followed the instructions posted here:</div>
<div><a href="http://www.admb-project.org/buildbot/documentation/QuickStartUnix.html" target="_blank">http://www.admb-project.org/buildbot/documentation/QuickStartUnix.html</a></div><div><br></div><div>My first question has to do with step #2. After getting the most recent code through the ‘$ svn checkout ...’ command provided, I have tried running the command, '$ unzip admb.zip', but I get the message:</div>
<div>unzip:  cannot find or open admb.zip, admb.zip.zip or admb.zip.ZIP</div><div><br></div><div>Nevertheless, I went ahead and ran the '$ make’ and ‘$ make debug’ commands, and I didn’t see any errors reported (there were some warnings about unused variables as things were compiling). </div>
<div><br></div><div>I have an older version of ADMB installed under /usr/local/admb. I remembered as part of that installation (on an earlier version of Mac OS) that the ADMB_HOME path had been set. So, I reset ADMB_HOME to point to the new installation files by running ‘$ export ADMB_HOME=/Users/johnbrandon/admb/build/dist’, to point to the sub-directory where the most recent files were installed (thinking the ‘dist’ directory would help point to the *.h files for *.tpl compiling). </div>
<div><br></div><div>When I try to compile the ‘simple.tpl’ file, I get the following error (screenshot attached):</div><div>simple.cpp:37:3: error: use of undeclared identifier ‘admaster_slave_variable_interface’</div><div>
 admaster_slave_variable_interface(*this);</div><div>^</div><div>1 error generated.</div><div><br></div><div>Does any of this suggest where I might correct things? </div><div>If I can provide more information, let me know. </div>
<div>Thanks,</div><div>John Brandon</div><div><br></div></div></div><div><span><PastedGraphic-1.png></span></div><div><br></div><div></div></div></blockquote></div><br></div></div></div><br>_______________________________________________<br>

Users mailing list<br>
<a href="mailto:Users@admb-project.org">Users@admb-project.org</a><br>
<a href="http://lists.admb-project.org/mailman/listinfo/users" target="_blank">http://lists.admb-project.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>