I build the mingw now off of a newly build 2.0.10 tarball. When I tried to
compile for darwin I get:
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-2.0.10/src/printview/printview.c:
In function 'set_printarea_doc':
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-2.0.10/src/printview/printview.c:154:49:
error: 'EV_PAGE_LAYOUT_DUAL' undeclared (
first use in this function)
       ev_document_model_set_page_layout (model, EV_PAGE_LAYOUT_DUAL);
                                                 ^
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-2.0.10/src/printview/printview.c:154:49:
note: each undeclared identifier is repor
ted only once for each function it appears in
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-2.0.10/src/printview/printview.c:158:49:
error: 'EV_PAGE_LAYOUT_SINGLE' undeclared
 (first use in this function)
       ev_document_model_set_page_layout (model, EV_PAGE_LAYOUT_SINGLE);
                                                 ^
make[1]: *** [printview/printview.o] Error 1
make[1]: Leaving directory
`/home/jjbenham/public_html/gub/target/darwin-x86/build/denemo-2.0.10/src'
make: *** [install-recursive] Error 1


Jeremiah

On Tue, Jul 12, 2016 at 3:13 AM, Richard Shann <[email protected]>
wrote:

> On Sat, 2016-07-09 at 20:19 +0100, Richard Shann wrote:
> > On Thu, 2016-07-07 at 22:14 -0500, Jeremiah Benham wrote:
> > > I was successful at compiling 1.40.1. Unfortunately lilypond now fails
> > > to compile because it can't tell if pango is installed when it is. The
> > > pango.pc file is in its standard location usr/lib/pkgconfig. I believe
> > > lilypond had fixed this in git but this would require to upgrade
> > > lilypond to 2.19.*.
> >
> > I think we should await the 2.20 LilyPond release then before upgrading
> > Pango. I've merged the Japanese translation and other fixes into the
> > 2.0.10 release so that we should be ready to go once it is building
> > again.
>
> I see you got a build last night, but it seems it is from a tarball made
> earlier - can you re-make the tarball for the latest code on the 2.0.10
> branch?
>
> Richard
>
>
>
> >
> > Richard
> >
> > >
> > >
> > > Jeremiah
> > >
> > >
> > > On Thu, Jul 7, 2016 at 2:57 AM, Richard Shann
> > > <[email protected]> wrote:
> > >         Apparently this is caused by a bug in Pango, (Pango 1.36.8:
> > >         bad, Pango
> > >         1.40.1: OK)
> > >         Jeremiah, is there a possibility of building with a Pango
> > >         version 1.40.1
> > >         or higher?
> > >
> > >         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

Reply via email to