<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">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>On Jun 10, 2014, at 2:34 PM, John Brandon <<a href="mailto:jbrandon@gmail.com">jbrandon@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">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">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><span><PastedGraphic-1.png></span></div><div><br></div><div></div></div></blockquote></div><br></div></div></body></html>