it looks like some issue with the csound port. are you attempting to build with Csound port enabled? if not then you should regenerate the build without specifying --csounddir, eg
cd grace/build/linux cp ../*.* . premake --verbose --jucedir /path/to/juce make also JUCE itself may not work on fedora core 8 -- there was an issue some time ago about a lib that was in fc7 no lonfer being in fc8 release. i dont know if it ever got resolved or not (im running ubuntu now...) On Jul 4, 2008, at 4:15 PM, Bill Sack wrote: > hi, > i'm trying to build grace on fc8 linux ... i think i have all the > requisite libraries et al. but the build stops at linking: > > mkdir -p build/Release/Grace/bin > g++ -o build/Release/Grace/bin/grace build/grace.obj/Release/ > Buffer.o build/grace.obj/Release/ChickenBridge.o build/grace.obj/ > Release/Console.o build/grace.obj/Release/Editor.o build/grace.obj/ > Release/Grace.o build/grace.obj/Release/Help.o build/grace.obj/ > Release/Layer.o build/grace.obj/Release/Midi.o build/grace.obj/ > Release/MidiReceiveComponent.o build/grace.obj/Release/Resources.o > build/grace.obj/Release/Plotter.o build/grace.obj/Release/Points.o > build/grace.obj/Release/Scheme.o build/grace.obj/Release/Syntab.o > build/grace.obj/Release/Syntax.o build/grace.obj/Release/Toolbox.o - > Lbuild -L. -s -L"../../../chicken" -L"../../../juce/bin" -L"/usr/ > local/lib" -lchicken -ljuce -lfreetype -lGLU -lGL -lasound > build/grace.obj/Release/ChickenBridge.o: In function > `cs_play_score(float, float, float)': > ChickenBridge.cpp:(.text+0xb338a): undefined reference to > `CsoundPort::playScore(double, double, double)' > [and many more similar lines, ending with] > collect2: ld returned 1 exit status > make[1]: *** [build/Release/Grace/bin/grace] Error 1 > make: *** [Grace] Error 2 > > any idea? > > bill > _______________________________________________ > Cmdist mailing list > [email protected] > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
