[CM] grace
Joshua Parmenter
joshp at u.washington.edu
Mon Jul 16 10:51:51 PDT 2007
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
******************************************
Joshua Parmenter
University of Washington
Center for Digital Arts and Experimental Media
School of Music
Seattle, Washington 98195
http://www.realizedsound.net/josh/
http://www.dxarts.washington.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20070716/edf3fb98/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 18966 bytes
Desc: not available
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20070716/edf3fb98/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20070716/edf3fb98/attachment-0001.html>
More information about the Cmdist
mailing list