Date: Thu, 6 May 2010 14:40:10 +0000 From: xorquewasp@googlemail.com To: freebsd-hackers@freebsd.org Subject: QTDIR? Message-ID: <20100506144010.GA62314@logik.internal.network>
next in thread | raw e-mail | index | archive | help
When compiling some QT4 based programs from source, the configure script asks for $QTDIR. On Debian and other systems, there's a single QT root with symlinks to the real locations: $ ls -alF /usr/share/qt4/ total 356 drwxr-xr-x 6 root root 4096 2010-05-05 15:01 ./ drwxr-xr-x 187 root root 4096 2010-05-06 02:16 ../ drwxr-xr-x 2 root root 4096 2010-05-05 15:01 bin/ drwxr-xr-x 3 root root 4096 2010-05-05 15:01 doc/ lrwxrwxrwx 1 root root 17 2010-05-05 15:01 include -> ../../include/qt4/ drwxr-xr-x 99 root root 4096 2010-05-05 15:01 mkspecs/ lrwxrwxrwx 1 root root 21 2010-05-05 15:01 plugins -> ../../lib/qt4/plugins/ -rw-r--r-- 1 root root 333331 2010-02-11 15:55 q3porting.xml drwxr-xr-x 2 root root 4096 2010-05-05 15:01 translations/ On FreeBSD, there doesn't seem to be any such directory (meaning some programs actually become impossible to compile as they want to look in one place for their includes/binaries and can't do so). Is there are directory I'm not aware of, or am I going to have to do some manual surgery? xw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100506144010.GA62314>