Sent from my iPad
On Jan 13, 2014, at 3:14 AM, Martin Larsson <[email protected]> wrote: > The best matching line I could find was: > > export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH The export DYLD line would be missing because I rebuilt it last night without that line in it. When I tested in Mac os 10.5.8 that export LD_LIBRARY.... allowed it to launch. I will admit that I am very new to creating Mach-o bundles. > > I commented it out and the program actually launched! > > So, yeah, finally I’ll be able to play around with it. Thank you so much for > your help! > Your welcome! Let us know if anything does not work. Jeremiah > On 13 Jan 2014, at 03:28, JeremiahBenham <[email protected]> wrote: > >> >> >> Before launching it at the command line you might want to comment out a line >> in denemo.sh. >> The line is something like this: >> export DYLD_LIBRARY_PATH ..... >> You want to place a # in front of that line. I think it was because of this >> line it was loading libs in /usr/lib. All libs that are needed should be in >> the bundle itself. Let me know if that makes a difference. >> >> Jeremiah >> On Jan 12, 2014, at 1:25 PM, JeremiahBenham <[email protected]> wrote: >> >>> I created a new build with an upgraded libxml2. Libxml2 2.9 exports the >>> symbol _xmlBufContent. >>> Here is the bundle. Let me know if there are more errors. >>> http://denemo.org/~jjbenham/gub/uploads/denemo-1.1.0-0.darwin-x86.tar.bz2 >>> >>> Jeremiah >>> >>> Sent from my iPad >>> >>> On Jan 11, 2014, at 4:59 AM, Martin Larsson <[email protected]> wrote: >>> >>>> Well, even after doing this, the same error seems to arise: >>>> >>>> martins-mbp:MacOS Martin$ ./denemo.sh >>>> /Users/Martin/Library/Fonts: caching, new cache contents: 27 fonts, 1 dirs >>>> /Users/Martin/Library/Fonts/truetype: caching, new cache contents: 0 >>>> fonts, 1 dirs >>>> /Users/Martin/Library/Fonts/truetype/denemo: caching, new cache contents: >>>> 3 fonts, 0 dirs >>>> /Users/Martin/.lilypond-fonts.cache-2: cleaning cache directory >>>> /usr/var/cache/fontconfig: not cleaning non-existent cache directory >>>> /Users/Martin/.fontconfig: cleaning cache directory >>>> /Applications/Denemo.app/Contents/MacOS/../Resources/bin/fc-cache: >>>> succeeded >>>> dyld: Symbol not found: _xmlBufContent >>>> Referenced from: /usr/lib/libxslt.1.dylib >>>> Expected in: >>>> /Applications/Denemo.app/Contents/MacOS/../Resources/bin/../lib//libxml2.2.dylib >>>> in /usr/lib/libxslt.1.dylib >>>> ./denemo.sh: line 36: 602 Trace/BPT trap: 5 $PREFIX/bin/denemo >>>> >>>> On 10 Jan 2014, at 23:01, Martin Larsson <[email protected]> wrote: >>>> >>>>> >>>>> On 10 Jan 2014, at 16:36, Jeremiah Benham <[email protected]> >>>>> wrote: >>>>> >>>>>> On Fri, Jan 10, 2014 at 03:47:21PM +0100, Martin Larsson wrote: >>>>>>> >>>>>>>> http://denemo.org/downloads/denemo-1.1.0-0.darwin-x86.tar.bz2 >>>>>>>> >>>>>>> >>>>>>> Thanks for the link. Unfortunately, when firing up the included >>>>>>> Denemo.app, it just bounces a couple of times in my dock and then >>>>>>> closes itself. >>>>>> >>>>>> What kind of mac do you have? It is not ppc is it? We are only >>>>>> supporting the intel based macs. The above link uses gtk3. Here is >>>>>> another build that uses gtk2: >>>>>> >>>>>> http://denemo.org/~jjbenham/gub/uploads/denemo-1.1.0-0.darwin-x86.tar.bz2 >>>>> >>>>> I have a MacBook Pro from 2012 and I run OS X 10.9. >>>>> >>>>>> >>>>>> If it the icon just bounces try it again in a few minutes. I am not sure >>>>>> why this happens. I believe it has something to do with the audio. I >>>>>> noticed this happens sometimes if I dont have a soundcard or if midi >>>>>> controller pluged in. With only a soundcard it happens less. When i have >>>>>> both soundcard and midi controller it seems to have worked every time >>>>>> tested. I may be wrong about this though. If after a few tries and it >>>>>> does not work execute this at the command line: >>>>>> >>>>>> ############################## >>>>>> >>>>>> cd Denemo.app/Contents/MacOS >>>>>> ./denemo.sh >>>>>> >>>>>> ############################## >>>>>> You will have to navigate to where the Denemo.app is located. So if it >>>>>> is on the desktop: >>>>>> cd ~/Desktop/Denemo.app/Contents/MacOS >>>>>> >>>>>> Then can you please paste any errors into an email. >>>>> >>>>> That operation yields the following output: >>>>> >>>>> /Users/Martin/Library/Fonts: caching, new cache contents: 27 fonts, 1 dirs >>>>> /Users/Martin/Library/Fonts/truetype: caching, new cache contents: 0 >>>>> fonts, 1 dirs >>>>> /Users/Martin/Library/Fonts/truetype/denemo: caching, new cache contents: >>>>> 3 fonts, 0 dirs >>>>> /Users/Martin/.lilypond-fonts.cache-2: cleaning cache directory >>>>> /usr/var/cache/fontconfig: not cleaning non-existent cache directory >>>>> /Users/Martin/.fontconfig: cleaning cache directory >>>>> /Applications/Denemo.app/Contents/MacOS/../Resources/bin/fc-cache: >>>>> succeeded >>>>> dyld: Symbol not found: _xmlBufContent >>>>> Referenced from: /usr/lib/libxslt.1.dylib >>>>> Expected in: >>>>> /Applications/Denemo.app/Contents/MacOS/../Resources/bin/../lib//libxml2.2.dylib >>>>> in /usr/lib/libxslt.1.dylib >>>>> ./denemo.sh: line 36: 900 Trace/BPT trap: 5 $PREFIX/bin/denemo >>>>> >>>>>> >>>>>> Jeremiah >>>>>> >>>>>>> >>>>>>>> Richard >>>>>>>> >>>>>> >>>>>>> _______________________________________________ >>>>>>> Denemo-devel mailing list >>>>>>> [email protected] >>>>>>> https://lists.gnu.org/mailman/listinfo/denemo-devel >>>>>> >>>>> >>>> >
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
