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 <[email protected]>:

> Yes:
>
> [/Volumes/Data/Development/git/MuseScore]: brew list
> berkeley-db freetype lame libsamplerate pkg-config
> cmake git libogg libsndfile portaudio
> flac jack libpng libvorbis
>
>
> I am new to using brew.  What do you mean exactly by creating a symlink
> for freetype?
>
> my free type is 2.5.5 by the way…not sure if that matters.  that is what
> brew installed when I followed the instructions.
>
>
>
>
> On May 25, 2015, at 12:09 AM, Lasconic <[email protected]> wrote:
>
> 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 /usr/local/Cellar/freetype/2.5.2/lib/pkgconfig/freetype2.pc
>
> lasconic
>
> 2015-05-25 2:41 GMT+02:00 Steve Schow <[email protected]>:
> The Nabble site did not correctly pass the quoted error text for some
> reason, so here it is again using just straight text.  Not sure what is the
> best way to send quoted code on this mail list.  Anyway some kind of build
> dependency seems to be missing even though I did the step outlined in the
> OSX instructions using homebrew
>
>
> [/Volumes/Data/Development/git/MuseScore]: make -f Makefile.osx release
> mkdir build.release;                               \
>     cd build.release;                                  \
>     cmake -DCMAKE_INSTALL_PREFIX="../applebuild"
> -DCMAKE_BUILD_TYPE=RELEASE \
>           .. -G Xcode;                         \
>     xcodebuild -project mscore.xcodeproj -target lrelease;
>             \
>         xcodebuild -project mscore.xcodeproj -configuration Release
> -target ALL_BUILD;     \
>
> -- The C compiler identification is AppleClang 6.0.0.6000057
> -- The CXX compiler identification is AppleClang 6.0.0.6000057
> -- Check for working C compiler using: Xcode
> -- Check for working C compiler using: Xcode -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Check for working CXX compiler using: Xcode
> -- Check for working CXX compiler using: Xcode -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> Doxygen not found
> -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.25")
> -- checking for module 'libpulse'
> --   package 'libpulse' not found
> -- Found lame: /usr/local/Cellar/lame/3.99.5/lib/libmp3lame.dylib
> CMake Error at CMakeLists.txt:188 (message):
>   freetype >= 2.5.2 is required
>
>
>
> -- Configuring incomplete, errors occurred!
> See also
> "/Volumes/Data/Development/git/MuseScore/build.release/CMakeFiles/CMakeOutput.log".
> xcodebuild: error: 'mscore.xcodeproj' does not exist.
> xcodebuild: error: 'mscore.xcodeproj' does not exist.
> make: *** [release] Error 66
>
>
>
>
>
>
> On May 24, 2015, at 6:30 PM, Dewdman42 <[email protected]> wrote:
>
> > and by the way, the message says Freetype is required, but I already did
> > install that with brew
> >
> >
> >
> >
> > --
> > View this message in context:
> http://dev-list.musescore.org/problems-with-first-time-compile-on-OSX-Mavericks-tp7579401p7579402.html
> > Sent from the MuseScore Developer mailing list archive at Nabble.com.
> >
> >
> ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Mscore-developer mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
>
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y_______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to