Hi all. I just rebuilt CM and Grace from source and encountered a few compile errors.

I'm on Ubuntu 12.04 amd64, with a fresh svn checkout:

Grace 3.8.0 [svn:1982M]
JUCE v1.54.27
S7 Scheme 2.8
FOMUS 0.1.18-alpha

1. a bunch of XShm errors, which required adding Xext to premake links (around line 392)

2. src/AudioFilePlayer.cpp:20:36: error: cannot call constructor 'juce::Font::Font' directly [-fpermissive] (fixed by removing redundant '::Font')

3. src/MidiFilePlayer.cpp:95:42: error: cannot call constructor 'juce::Font::Font' directly [-fpermissive] (fixed by removing redundant '::Font')

After fixing those three, everything built fine.

Joel
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to