From: lieven theys (lieven_at_linux.be)
Date: Mon Jul 03 2006 - 09:50:41 CEST
From: lieven theys <lieven@linux.be> Message-ID: <1add.44a8cc51@www.taskjuggler.org> Date: Mon, 3 Jul 2006 09:50:41 +0200 (CEST) Subject: [taskjuggler-devel] error on compilation
All,
I have fetched the svn version (because I need gaplength) of taskjuggler and started compiling it.
I configurate with --with-kde-support=no. KDE is not even installed on my machine.
All went well up to the point where everything gets linked together and the start of the command looks like this:
//start---
bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o libtaskjuggler.la -rpath the kde prefix/lib -L/usr/s...
//end---
this falls over and I believe the problem lies in what is defined after -rpath, namely 'the kde prefix'.
I started looking through the Makefiles and that text is defined as the prefix variable. with the --with-kde-support=no argument, I think prefix should be empty or so.
Unfortunately this is where my knowledge of make, Makefiles, ... ends. I was hoping I could supply you guys with a patch but I can only tell you what I am seeing.
Any ideas on how to fix this?
Lieven
-- To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com For additional commands, email: taskjuggler-devel-help@suse.com
This archive was generated by hypermail 2.1.7 : Mon Jul 03 2006 - 09:51:04 CEST