<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Rick,<div><br class="webkit-block-placeholder"></div><div>Just saw your email about grace. A couple of things came up when building on a MacBook Pro.</div><div><br class="webkit-block-placeholder"></div><div>First, I had to point the configure script to g++ for some reason:</div><div><br class="webkit-block-placeholder"></div><div><div>export CXX=g++; ./configure --with-jucedir=/Users/joshp/src/juce/</div><div><br class="webkit-block-placeholder"></div>Then it configured fine (attached is the Makefile).</div><div><br class="webkit-block-placeholder"></div><div>However, make fails with:</div><div><br class="webkit-block-placeholder"></div><div><div>g++  -g -O2   -o grace  Buffer.o Console.o Editor.o Grace.o Plotter.o Syntab.o Syntax.o FontList.o Layer.o Resources.o -L/Users/joshp/src/juce//bin -framework Carbon -framework CoreServices -framework CoreAudio -framework CoreMidi -framework ApplicationServices -framework AGL -framework QuickTime -framework IOKit  -ljuce </div><div>/usr/bin/ld: Undefined symbols:</div><div>LispConnection::isLispRunning()</div><div>LispConnection::chooseASDF()</div><div>LispConnection::sendLispSexpr(juce::String, int)</div><div>LispConnection::isLispStartable()</div><div>LispConnection::loadASDF(ASDF*)</div><div>LispConnection::stopLisp()</div><div>LispConnection::startLisp()</div><div>LispConnection::LispConnection(ConsoleWindow*)</div><div>ConfigureLispView::ConfigureLispView(LispConnection*)</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [grace] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div><div><br class="webkit-block-placeholder"></div><div>Any ideas?</div><div><br class="webkit-block-placeholder"></div><div>Thanks,</div><div><br class="webkit-block-placeholder"></div><div>Josh</div><div><br class="webkit-block-placeholder"></div><div></div></div></body></html>