Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 1999 10:51:15 +0200
From:      Jeremy Lea <reg@shale.csir.co.za>
To:        Bill Woods <bwoods@cybcon.com>
Cc:        Kris Kennaway <kkennawa@physics.adelaide.edu.au>, current@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: kdesupport11 port build problems on -current elf
Message-ID:  <19990106105115.C16622@shale.csir.co.za>
In-Reply-To: <Pine.BSI.4.05L.9901052224280.17070-100000@pdx.cybcon.com>; from Bill Woods on Tue, Jan 05, 1999 at 10:25:31PM -0800
References:  <Pine.OSF.4.05.9901061626480.32176-100000@bragg> <Pine.BSI.4.05L.9901052224280.17070-100000@pdx.cybcon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Tue, Jan 05, 1999 at 10:25:31PM -0800, Bill Woods wrote:
> OK, that sounds good....ahh..oh yea, what do you mean by "if you add
> -lXext to the linker link above" . What do I add and where ?

Firstly, you shouldn't be using the 11 ports yet.  If you see ports apear in
your tree without commit e-mail, then these are repository copies and
haven't been upgrded yet.  Give people a little chance.

Use this patch (sent to the maintainer several weeks ago) as
kdesupport/patches/patch-a3:

--- QwSpriteField/Makefile.in~	Fri Nov 27 16:23:32 1998
+++ QwSpriteField/Makefile.in	Fri Nov 27 16:23:53 1998
@@ -139,7 +139,7 @@
 # the difference between the first and the last, is the major number
 # the last is the minor number
 # the number in the middle is the minor-minor number
-libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lX11 $(LIBSOCKET)
+libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lXext -lX11 $(LIBSOCKET)
 
 INCLUDES = $(QT_INCLUDES)
 lib_LTLIBRARIES = libQwSpriteField.la
@@ -157,7 +157,7 @@
 
 noinst_PROGRAMS = example
 example_SOURCES = example.cpp
-example_LDADD = libQwSpriteField.la -lqt -lX11 $(LIBSOCKET) 
+example_LDADD = libQwSpriteField.la -lqt -lXext -lX11 $(LIBSOCKET) 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 

Regards,
 -Jeremy

-- 
  |   "I could be anything I wanted to, but one things true
--+--  Never gonna be as big as Jesus, never gonna hold the world in my hand
  |    Never gonna be as big as Jesus, never gonna build a promised land
  |    But that's, that's all right, OK with me..." -Audio Adrenaline

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990106105115.C16622>