This issue is resolved.  My homebrew setup was broken in some way.  I comletely 
removed homebrew and reinstalled it again and the build seems to be running 
now, so far so good.  


On May 26, 2015, at 10:11 PM, Steve Schow <st...@bstage.com> wrote:

> So I don’t know, the link is already there.  I can issue the following 
> command on the command line:
> 
>    pkg-config —list-all
> 
> and get all of the following, including freetype2.  I don’t know why cmake is 
> not working at this point…
> 
> libcdt        libcdt - Container DataType library
> vorbisfile    vorbisfile - vorbisfile is a library that provides a convenient 
> high-level API for decoding and basic manipulation of all Vorbis I audio 
> streams
> liblab_gamut  liblab_gamut - data library for default color labeling
> libpng16      libpng - Loads and saves PNG files
> libpathplan   libpathplan - Library for planning polyline and bezier paths 
> around polygon obstacles
> vorbis        vorbis - vorbis is the primary Ogg Vorbis library
> libxdot       libxdot - Library for parsing graphs in xdot format
> libpcreposix  libpcreposix - PCREPosix - Posix compatible interface to libpcre
> freetype2     FreeType 2 - A free, high-quality, and portable font engine.
> samplerate    samplerate - An audio Sample Rate Conversion library
> vorbisenc     vorbisenc - vorbisenc is a library that provides a convenient 
> API for setting up an encoding environment using libvorbis
> jack          jackdmp 1.9.9 : multi-processor version of jackd 0.121.3 - the 
> Jack Audio Connection Kit: a low-latency synchronous callback-based media 
> server
> libcurl       libcurl - Library to transfer files with ftp, http, etc.
> libpng        libpng - Loads and saves PNG files
> sndfile       sndfile - A library for reading and writing audio files
> libedit       libedit - command line editor library provides generic line 
> editing, history, and tokenization functions.
> fontforge     FontForge - Outline font editor.
> libxml-2.0    libXML - libXML library version2.
> libxslt       libxslt - XSLT library version 2.
> openssl       OpenSSL - Secure Sockets Layer and cryptography libraries and 
> tools
> libpcre       libpcre - PCRE - Perl compatible regular expressions C library
> portaudio-2.0 PortAudio - Portable audio I/O
> sqlite3       SQLite - SQL database engine
> libcrypto     OpenSSL-libcrypto - OpenSSL cryptography library
> libiodbc      iODBC - iODBC Driver Manager
> libssl        OpenSSL - Secure Sockets Layer and cryptography libraries
> libgvpr       libgvpr - The GVPR library
> apr-1         APR - The Apache Portable Runtime library
> ogg           ogg - ogg is a library for manipulating ogg bitstreams
> zlib          zlib - zlib compression library
> flac++        FLAC++ - Free Lossless Audio Codec Library (C++ API)
> libgvc        libgvc - The GraphVizContext library
> apr-util-1    APR Utils - Companion library for APR
> libexslt      libexslt - EXSLT Extension library
> flac          FLAC - Free Lossless Audio Codec Library
> libcgraph     libcgraph - Graph library (file i/o, dot language parsing, 
> graph, subgraph, node, edge, attribute, data structure manipulation)
> 
> 
> 
> 
> On May 25, 2015, at 11:04 AM, Lasconic <lasco...@gmail.com> wrote:
> 
>> 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:
>> 
>> [/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 <lasco...@gmail.com> 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 <st...@bstage.com>:
>>> 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 <st...@bstage.com> 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
>>> > Mscore-developer@lists.sourceforge.net
>>> > 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
>>> Mscore-developer@lists.sourceforge.net
>>> 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
>>> Mscore-developer@lists.sourceforge.net
>>> 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
>> Mscore-developer@lists.sourceforge.net
>> 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
>> Mscore-developer@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Mscore-developer mailing list
> Mscore-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mscore-developer

------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to