On 03/05/15 20:04, Gareth France wrote:
As most people are now well aware I'm desperate to be able to work out
GUI programming, but it does not seem to be my fate. There must be a
correct way to submit a commercial command line only program. It is
virtually useless if each user must be taught to use the full path each
time.

Gareth - I'm away from my main computer at the moment and don't have all the stuff with me. This is the critical patch from the Sword library package. I is a copy of Dmitri's original from an earlier Sword Debian package. I do remember not being able to get it to work properly until I was told to use the chroot version of Debian. I spent many frustrated hours trying. There is no gui in the Sword engine - it's pure library binary stuff with the odd commanline program - and it was just fine. Your program does not need to be gui - it just needs to put stuff where Debian/Ubuntu allows it. pbuilder under debootstrap is very strict, and gives a lot more error messages.

--
http://barrydrake.co.nr/
Description: add multiarch location
Author: Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com>

--- sword-1.6.2+dfsg.orig/cmake/FindCLucene.cmake
+++ sword-1.6.2+dfsg/cmake/FindCLucene.cmake
@@ -46,6 +46,7 @@ SET(TRIAL_LIBRARY_PATHS
 	/opt/local/lib${LIB_SUFFIX}
 	/usr/lib${LIB_SUFFIX}
 	/usr/lib64
+	/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
 	/sw/lib${LIB_SUFFIX}
 	/usr/pkg/lib${LIB_SUFFIX}
 	${WIN_CLUCENE_SEARCH_PATH}
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/

Reply via email to