Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 08:04:54 -0600 (Central Standard Time)
From:      Jonathan Fosburgh <syjef@mail.mdanderson.org>
To:        Fernan Aguero <fernan@iib.unsam.edu.ar>
Cc:        ports@FreeBSD.ORG
Subject:   Re[2]: building kaptain on FreeBSD (preparing a port)
Message-ID:  <200201161358.HAA10815@mail.mdanderson.org>
In-Reply-To: <20020116104754.C2966@iib.unsam.edu.ar>
References:  <20020115151925.B64862@iib.unsam.edu.ar> <20020115233944.GA18309@wwweasel.geeksrus.net> <20020116104754.C2966@iib.unsam.edu.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jan 2002 10:47:54 -0300 Fernan Aguero <fernan@iib.unsam.edu.ar> wrote:

> Sorry. Here goes the configure output.
> > Script started on Wed Jan 16 10:22:25 2002
> %make configure
> ===>  Extracting for kaptain-0.6-1.0
> >> Checksum OK for kaptain-0.6.tar.gz.
> ===>   kaptain-0.6-1.0 depends on executable: gmake - found
> ===>   kaptain-0.6-1.0 depends on shared library: qt2.4 - found
> ===>   kaptain-0.6-1.0 depends on shared library: X11.6 - found
> ===>  Patching for kaptain-0.6-1.0
> ===>  Configuring for kaptain-0.6-1.0
> creating cache ./config.cache 
<snip>

> configure:6604: checking for Qt
> configure:6751: c++ -o conftest  -O -pipe  -I/usr/X11R6/include/qt2
> -I/usr/X11R6/include  -I/usr/include -D_GETOPT_H -D_PTH_H_
> -D_PTH_PTHREAD_H_  -I/usr/local/include -I/usr/local/include
> -I/usr/X11R6/include/qt2 -L/usr/X11R6/lib -L/usr/X11R6/lib 
> -L/usr/local/lib conftest.C -Wl,-export-dynamic -L/usr/local/lib
> -L/usr/X11R6/lib -ljpeg -lgcc -lstdc++ -lqt   -lXext -lX11  1>&5
> /tmp/ccW8To9b.o: In function `main':
> /tmp/ccW8To9b.o(.text+0x134): undefined reference to
> `QString::shared_null'

<snip>
You need to edit configure so that the -lqt entries point to -lqt2.  Here's
your first attempt at a patch ...

--
******************************************************************************
Jonathan Fosburgh                       |Certified AIX Administrator
Software Systems Spec. III              |ICQ: 32742908
Communications and Computer Services    |MSN: syjef@hotmail.com
UT MD Anderson Cancer Center            |Jabber: syjef@jabber.org
Houston, TX                             |Yahoo: jefosburgh
******************************************************************************


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




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