Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 1998 11:25:25 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        Andrey Zakhvatov <andy@icc.surw.chel.su>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: Qt directory layout
Message-ID:  <Pine.BSF.3.96.980514111945.16302m-100000@localhost>
In-Reply-To: <199805141330.RAA21940@icc.surw.chel.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 May 1998, Andrey Zakhvatov wrote:

> Hello!
> 
> One question: what you think about Qt package directory layout?
> 
> I request ${X11BASE/include/qt directory for include files, not
> ${X11BASE}/include/X11/qt.
> I think that most of X11 packages must install includes in
> ${X11BASE}/include/<package> and shared files in
> ${X11BASE}/share/<package>, not in ${X11BASE}/lib/<package>.
> Maybe I'm wrong?
> 
> What is your opinions?

This isn't really under your control, because all the rest of the qt
software is expecting the location of the qt includes in a certain
place.  If you monkey with it, then none of the other qt software will
find the includes, and you'll have to change every

#include <X11/qt/something.h>

into

#include <qt/something.h>

Just too big a pain.  I know, another fix would be to change all the
-I/usr/X11R6/include instances to -I/usr/X11R6/include/X11, but nothing
now currently even needs that.

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

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@glue.umd.edu         | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic (FreeBSD-current)
(301) 220-2114              | and jaunt (NetBSD).
----------------------------+-----------------------------------------------





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?Pine.BSF.3.96.980514111945.16302m-100000>