After a "make -f Makefile.osx install" there should be a applebuild folder
somewhere, right? Or should it appear only, if I did that via Xcode?
Because I don't use Xcode for that. I can't find an applebuild folder. The
executable file is located somewhere else in the build folders. I think
there is something to do for a cleaner build up in OSX. In Linux it looks
nice, except of all these warnings while compiling.


On Wed, May 15, 2013 at 8:56 PM, Lasconic <[email protected]> wrote:

> Maybe you didn't run make install or the install target in Xcode.
>
>
>
>
> 2013/5/15 Marc Schultz <[email protected]>
>
>> There never was such a file. The output always says file not found.
>>
>>
>> On Wed, May 15, 2013 at 8:35 PM, Lasconic <[email protected]> wrote:
>>
>>> OK. So it's not linked with fluidsynth being installed or not. Make more
>>> sense even if we don't have a clue why it crashes.
>>> You deleted fluid.sf3 right?
>>>
>>> lasconic
>>>
>>>
>>> 2013/5/15 Marc Schultz <[email protected]>
>>>
>>>> Yep, I did. I uninstalled fluid-synth, but now it doesn't segfault at
>>>> start. Seems to be random.
>>>>
>>>>
>>>> On Wed, May 15, 2013 at 8:20 PM, Lasconic <[email protected]> wrote:
>>>>
>>>>> I don't see the reason why it works. MuseScore shouldn't require fluid
>>>>> to run. A modified version of fluid is provided in the source tree and
>>>>> compiled by the build process. It's linked statically in mscore. Check the
>>>>> fluid directory.
>>>>> The otool -L looks exactly like mine, without any sign of fluidsynth
>>>>> being dynamically linked. You ran otool with fluid-synth cellar compiled?
>>>>>
>>>>> lasconic
>>>>>
>>>>>
>>>>> 2013/5/15 Marc Schultz <[email protected]>
>>>>>
>>>>>> ~/D/_/M/b/m/Release git:homebrew ❯❯❯
>>>>>> ./mscore.app/Contents/MacOS/mscore
>>>>>>
>>>>>>
>>>>>>
>>>>>> in stat: : No such file or directory
>>>>>> in stat: : No such file or directory
>>>>>> Init midi driver failed
>>>>>> Can't open
>>>>>> '/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/definition'
>>>>>> for reading
>>>>>> Can't open
>>>>>> '/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/presets'
>>>>>> for reading
>>>>>> cannot read synthesizer settings </Users/marc/Library/Application
>>>>>> Support/MuseScore/MuseScoreDevelopment/synthesizer.xml>
>>>>>> Fluid: sf <fluid.sf3> not found
>>>>>> [1]    58108 segmentation fault  ./mscore.app/Contents/MacOS/mscore
>>>>>> ~/D/_/M/b/m/Release git:homebrew ❯❯❯ brew install fluid-synth
>>>>>>
>>>>>>
>>>>>>
>>>>>> ==> Downloading
>>>>>> http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.gz
>>>>>> Already downloaded: /Library/Caches/Homebrew/fluid-synth-1.1.6.tar.gz
>>>>>> ==> cmake .. -Denable-framework=OFF -DLIB_SUFFIX=
>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/fluid-synth/1.1.6
>>>>>> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>>>>>> ==> make install
>>>>>> 🍺  /usr/local/Cellar/fluid-synth/1.1.6: 29 files, 588K, built in 83
>>>>>> seconds
>>>>>> ~/D/_/M/b/m/Release git:homebrew ❯❯❯
>>>>>> ./mscore.app/Contents/MacOS/mscore
>>>>>>
>>>>>>
>>>>>>
>>>>>> in stat: : No such file or directory
>>>>>> in stat: : No such file or directory
>>>>>> Init midi driver failed
>>>>>> Can't open
>>>>>> '/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/definition'
>>>>>> for reading
>>>>>> Can't open
>>>>>> '/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/presets'
>>>>>> for reading
>>>>>> cannot read synthesizer settings </Users/marc/Library/Application
>>>>>> Support/MuseScore/MuseScoreDevelopment/synthesizer.xml>
>>>>>> Fluid: sf <fluid.sf3> not found
>>>>>> ~/D/_/M/b/m/Release git:homebrew ❯❯❯
>>>>>> ~/D/_/M/b/m/Release git:homebrew ❯❯❯ otool -L
>>>>>> ./mscore.app/Contents/MacOS/mscore
>>>>>>
>>>>>>
>>>>>> ./mscore.app/Contents/MacOS/mscore:
>>>>>> /usr/local/lib/libvorbisfile.3.dylib (compatibility version 7.0.0,
>>>>>> current version 7.5.0)
>>>>>> /usr/local/lib/libvorbis.0.dylib (compatibility version 5.0.0,
>>>>>> current version 5.6.0)
>>>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>> version 169.3.0)
>>>>>> /usr/local/lib/libogg.0.dylib (compatibility version 9.0.0, current
>>>>>> version 9.0.0)
>>>>>>  /usr/local/lib/QtDesigner.framework/Versions/4/QtDesigner
>>>>>> (compatibility version 4.8.0, current version 4.8.4)
>>>>>> /usr/local/lib/QtDeclarative.framework/Versions/4/QtDeclarative
>>>>>> (compatibility version 4.8.0, current version 4.8.4)
>>>>>>  /usr/local/lib/QtScript.framework/Versions/4/QtScript
>>>>>> (compatibility version 4.8.0, current version 4.8.4)
>>>>>> /usr/local/lib/QtSvg.framework/Versions/4/QtSvg (compatibility
>>>>>> version 4.8.0, current version 4.8.4)
>>>>>>  /usr/local/lib/QtWebKit.framework/Versions/4/QtWebKit
>>>>>> (compatibility version 4.9.0, current version 4.9.3)
>>>>>> /usr/local/lib/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
>>>>>> (compatibility version 4.8.0, current version 4.8.4)
>>>>>>  /usr/local/lib/QtGui.framework/Versions/4/QtGui (compatibility
>>>>>> version 4.8.0, current version 4.8.4)
>>>>>> /usr/local/lib/QtXml.framework/Versions/4/QtXml (compatibility
>>>>>> version 4.8.0, current version 4.8.4)
>>>>>>  /usr/local/lib/QtSql.framework/Versions/4/QtSql (compatibility
>>>>>> version 4.8.0, current version 4.8.4)
>>>>>> /usr/local/lib/QtNetwork.framework/Versions/4/QtNetwork
>>>>>> (compatibility version 4.8.0, current version 4.8.4)
>>>>>>  /usr/local/lib/QtCore.framework/Versions/4/QtCore (compatibility
>>>>>> version 4.8.0, current version 4.8.4)
>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>> 1.2.5)
>>>>>>  /usr/local/lib/libportaudio.2.dylib (compatibility version 3.0.0,
>>>>>> current version 3.0.0)
>>>>>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>  
>>>>>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>>>>>> (compatibility version 2.0.0, current version 155.0.0)
>>>>>> /usr/local/lib/libsndfile.1.dylib (compatibility version 2.0.0,
>>>>>> current version 2.25.0)
>>>>>>  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
>>>>>> (compatibility version 1.0.0, current version 73.0.0)
>>>>>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>>>>>> (compatibility version 1.0.0, current version 453.19.0)
>>>>>>  
>>>>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>>>>>> (compatibility version 1.0.0, current version 57.0.0)
>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>> 65.1.0)
>>>>>>  
>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>>>>> (compatibility version 150.0.0, current version 744.18.0)
>>>>>>
>>>>>>
>>>>>> I installed it because of the segfault and the Fluid and synthesizer
>>>>>> message. Seems to work. If I uninstall Fluid-synth, it crashes again.
>>>>>>
>>>>>>
>>>>>>  On Wed, May 15, 2013 at 7:36 PM, Lasconic <[email protected]>wrote:
>>>>>>
>>>>>>>
>>>>>>> It stopped crashing after I installed the "fluid-synth" cellar.
>>>>>>>>
>>>>>>>
>>>>>>> Ola. That's interesting and very weird. Why did you install
>>>>>>> fluid-synth cellar? And how is MuseScore linked to fluid?
>>>>>>> Can you run otool -L applebuild/mscore.app/Contents/MacOS/mscore ?
>>>>>>>
>>>>>>> lasconic
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> complete
>>>>>>> security visibility with the essential security capabilities. Easily
>>>>>>> and
>>>>>>> efficiently configure, manage, and operate all of your security
>>>>>>> controls
>>>>>>> from a single console and one unified framework. Download a free
>>>>>>> trial.
>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> _______________________________________________
>>>>>>> Mscore-developer mailing list
>>>>>>> [email protected]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>> complete
>>>>>> security visibility with the essential security capabilities. Easily
>>>>>> and
>>>>>> efficiently configure, manage, and operate all of your security
>>>>>> controls
>>>>>> from a single console and one unified framework. Download a free
>>>>>> trial.
>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>> _______________________________________________
>>>>>> Mscore-developer mailing list
>>>>>> [email protected]
>>>>>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>> security visibility with the essential security capabilities. Easily
>>>>> and
>>>>> efficiently configure, manage, and operate all of your security
>>>>> controls
>>>>> from a single console and one unified framework. Download a free trial.
>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>> _______________________________________________
>>>>> Mscore-developer mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>>>>
>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Mscore-developer mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>>>
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Mscore-developer mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Mscore-developer mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to