denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Denemo is too hard to install


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Denemo is too hard to install
Date: Wed, 15 Jan 2014 11:55:08 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Jan 13, 2014 at 06:14:34PM +0100, Martin Larsson wrote:
> Well, the first thing that greets me when I open up the application is a 
> window (“Denemo Print View”) that says “INVALID! LilyPond could not typeset 
> this score. At this point, in the note view, no notes have been entered. If I 
> put some notes there, the error persists. I don’t know if this is standard 
> behavior or not.

No it is not. It seemed to work in mac os 10.6.8 but not in 10.6.2 or 10.5.8. 
If you export a score as PDF what happens? What errors are there at the command 
line when you launch Denemo.app/Contents/MacOS/denemo.sh (I believe that is the 
correct path). I am in the process of upgrading evince now to see if that 
solves some of the problems that I am seeing with evince. Evince adds many nice 
features. If I am unable to get it working any time soon maybe we can set the 
pdf's to open in the mac default pdf viewer Preview or whatever the user sets. 
The user wouldn't be able to click on the score and get the right click menu, 
etc... Maybe it would be possible with some Applescript I believe. There are 
also many other small things that can be improved on the Mac platform. Someday 
I would like to get the top menu in the top panel (I don't know what that is 
called on a mac). 
 
Jeremiah

> 
> On 13 Jan 2014, at 15:03, JeremiahBenham <address@hidden> wrote:
> 
> > 
> > 
> > Sent from my iPad
> > 
> > On Jan 13, 2014, at 3:14 AM, Martin Larsson <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> wrote:
> >>>>> 
> >>>>>> 
> >>>>>> On 10 Jan 2014, at 16:36, Jeremiah Benham <address@hidden> 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
> >>>>>>>> address@hidden
> >>>>>>>> https://lists.gnu.org/mailman/listinfo/denemo-devel
> >>>>>>> 
> >>>>>> 
> >>>>> 
> >> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]