Hi Rick,

Just saw your email about grace. A couple of things came up when building on a MacBook Pro.

First, I had to point the configure script to g++ for some reason:

export CXX=g++; ./configure --with-jucedir=/Users/joshp/src/juce/

Then it configured fine (attached is the Makefile).

However, make fails with:

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 
/usr/bin/ld: Undefined symbols:
LispConnection::isLispRunning()
LispConnection::chooseASDF()
LispConnection::sendLispSexpr(juce::String, int)
LispConnection::isLispStartable()
LispConnection::loadASDF(ASDF*)
LispConnection::stopLisp()
LispConnection::startLisp()
LispConnection::LispConnection(ConsoleWindow*)
ConfigureLispView::ConfigureLispView(LispConnection*)
collect2: ld returned 1 exit status
make[2]: *** [grace] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any ideas?

Thanks,

Josh

Attachment: Makefile
Description: Binary data

******************************************
Joshua Parmenter
University of Washington
Center for Digital Arts and Experimental Media
School of Music
Seattle, Washington 98195




Reply via email to