Attached find a patch which removes the apple_remote module from the
build list as it seems lots of people are having issues with it as
per bug number 33816. This resolves the issue of apple remote crashing. Now it seems that cairo is failing, the output doesnt show anythign useful. How can i get a more useful output to debug. Regards Jonathan Aquilina |
From 86992f005d1067316c0e460f969438e0eca47b1d Mon Sep 17 00:00:00 2001 From: Jonathan Aquilina <jaquilina@eagleeyet.net> Date: Sun, 30 Oct 2011 20:45:33 +0100 Subject: [PATCH] Removed apple_remote from build.lst in /vcl/prj/build.lst --- vcl/prj/build.lst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vcl/prj/build.lst b/vcl/prj/build.lst index 29b3a40..ce6762d 100644 --- a/vcl/prj/build.lst +++ b/vcl/prj/build.lst @@ -1,4 +1,4 @@ -vc vcl : TRANSLATIONS:translations apple_remote BOOST:boost DESKTOP:rsc sot ucbhelper unotools ICU:icu GRAPHITE:graphite i18npool i18nutil unoil ridljar X11_EXTENSIONS:x11_extensions offapi basegfx basebmp tools DESKTOP:l10ntools icc DESKTOP:cpputools svl LIBXSLT:libxslt CAIRO:cairo NULL +vc vcl : TRANSLATIONS:translations BOOST:boost DESKTOP:rsc sot ucbhelper unotools ICU:icu GRAPHITE:graphite i18npool i18nutil unoil ridljar X11_EXTENSIONS:x11_extensions offapi basegfx basebmp tools DESKTOP:l10ntools icc DESKTOP:cpputools svl LIBXSLT:libxslt CAIRO:cairo NULL vc vcl usr1 - all vc_mkout NULL vc vcl\prj nmake - all vc_prj NULL -- 1.7.4.4