[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    Bug#5007: marked as done (koffice forgets to include QT PATH)
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       2000-07-05 9:18:03
[Download RAW message or body]

Your message dated Wed, 5 Jul 2000 11:16:18 +0200
with message-id <00070511161803.02299@neutrino>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 16 Jun 2000 11:05:04 +0000
From aj@fwi-athene.wiwi.uni-karlsruhe.de Fri Jun 16 13:05:04 2000
Received: from mailgate.rz.uni-karlsruhe.de ([129.13.64.97]:17680 "EHLO
        mailgate.rz.uni-karlsruhe.de") by master.kde.org with ESMTP
        id <S741916AbQFPLE5>; Fri, 16 Jun 2000 13:04:57 +0200
Received: from fwi-athene.wiwi.uni-karlsruhe.de (postfix@fwi-athene.wiwi.uni-karlsruhe.de [129.13.126.6])
        by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2)
        id 132tvl-0005XB-00; Fri, 16 Jun 2000 13:04:57 +0200
Received: by fwi-athene.wiwi.uni-karlsruhe.de (Postfix, from userid 100)
        id C0D7CD203C; Fri, 16 Jun 2000 13:04:56 +0200 (CEST)
Date:   Fri, 16 Jun 2000 13:04:56 +0200
From:   Andreas Jellinghaus <aj@fwi-athene.wiwi.uni-karlsruhe.de>
To:     submit@bugs.kde.org
Subject: koffice forgets to include QT PATH
Message-ID: <20000616130456.A7393@fwi-athene.wiwi.uni-karlsruhe.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.0i
Return-Path: <aj@fwi-athene.wiwi.uni-karlsruhe.de>
X-Orcpt: rfc822;submit@bugs.kde.org

Package: koffice
Version: 1.90

without this patch koffice doesnīt find some libs.
this bug is also in 1.91.

maybe itīs a hack, it could be that it was some kde* lib actualy missing.
(my compile script installs both into /opt/kde-1.9*/ and uses
 --prefix and --with-qt-dir).

--- koffice-1.90/lib/koml/Makefile.am.orig      Thu May 18 14:13:51 2000
+++ koffice-1.90/lib/koml/Makefile.am   Thu May 18 14:13:56 2000
@@ -12,4 +12,4 @@
        komlWriter.h torben.h komlStreamFeed.h komlMime.h
 
 libkoml_la_LIBADD = $(LIB_KDECORE)
-libkoml_la_LDFLAGS = -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined
+libkoml_la_LDFLAGS = $(QT_LDFLAGS) -version-info 1:0:0 $(KDE_LDFLAGS) -no-undef
ined
--- koffice-1.90/lib/store/Makefile.am.orig     Thu May 18 14:12:58 2000
+++ koffice-1.90/lib/store/Makefile.am  Thu May 18 14:13:13 2000
@@ -7,5 +7,5 @@
 
 libkstore_la_LIBADD = $(LIB_KIO)
 libkstore_la_SOURCES = koTarStore.cc koStoreStream.cc koBinaryStore.cc
-libkstore_la_LDFLAGS = -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined
+libkstore_la_LDFLAGS = $(QT_LDFLAGS) -version-info 1:0:0 $(KDE_LDFLAGS) -no-und
efined
 include_HEADERS = koStore.h koTarStore.h koStoreStream.h koBinaryStore.h

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic