Re: [Mscore-developer] problems with first time compile on OSX Mavericks

2015-05-25 Thread Lasconic
Can you run brew list to make sure that freetype is installed? if you see it in the list, it seems the build process can't find it because pkg-config can't find it. Check if you have /usr/local/lib/pkgconfig/freetype2.pc. If you don't, try to create a symlink from

[Mscore-developer] More thoughts on Figured Bass realisation

2015-05-25 Thread Maurizio M. Gavioli
During the discussion on the recent PR for Figured Bass realisation, by going by bits and pieces, things became unncessarily complex and the global picture harder to get. My impression is that, once we start from the basic 'rule': sharp = major | flat = minor, there is a quite simpler way to

Re: [Mscore-developer] problems with first time compile on OSX Mavericks

2015-05-25 Thread Steve Schow
Yes: [/Volumes/Data/Development/git/MuseScore]: brew list berkeley-db freetypelamelibsamplerate pkg-config cmake git libogg libsndfile portaudio flacjacklibpng libvorbis I am new to using brew. What

Re: [Mscore-developer] problems with first time compile on OSX Mavericks

2015-05-25 Thread Lasconic
2.5.5 is better. By symlink I mean a symbolic link ( https://en.wikipedia.org/wiki/Symbolic_link). So something like ln -s /usr/local/lib/pkgconfig/freetype2.pc /usr/local/Cellar/freetype/2. 5.5/lib/pkgconfig/freetype2.pc lasconic 2015-05-25 17:24 GMT+02:00 Steve Schow st...@bstage.com: Yes:

Re: [Mscore-developer] problems with first time compile on OSX Mavericks

2015-05-25 Thread Steve Schow
Yes I know what a symbolic link is. It wasn’t clear to me before where you wanted me to create a sym link. Are you sure your ln line below is not backwards? There is already a sym link located at /usr/local/lib/pkgconfig/freetype2.pc which points to the Cellar version… (other way around)