View previous topic :: View next topic |
Author |
Message |
Doug_M n00b
Joined: 22 Apr 2005 Posts: 32 Location: Halifax
|
Posted: Fri Apr 22, 2005 8:32 pm Post subject: Missing libqt.prl |
|
|
Hi,
I'm trying to compile a program that needs libqt.prl but I don't have it. Anyone know what package I need to emerge? Other distros seem to package it in qt-devel or libqt-devel.
Thanks,
Doug |
|
Back to top |
|
|
jdgill0 Veteran
Joined: 25 Mar 2003 Posts: 1366 Location: Lexington, Ky -- USA
|
Posted: Fri Apr 22, 2005 11:23 pm Post subject: |
|
|
What program are you trying to compile? _________________ Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor |
|
Back to top |
|
|
Doug_M n00b
Joined: 22 Apr 2005 Posts: 32 Location: Halifax
|
|
Back to top |
|
|
augury l33t
Joined: 22 May 2004 Posts: 722 Location: philadelphia
|
Posted: Sat Apr 23, 2005 10:31 am Post subject: |
|
|
it goes with qt but the ebuild doesnt put it in
/usr/qt/3/lib/libqt-mt.prl Code: | QMAKE_PRL_BUILD_DIR = /usr/qt/3/src
QMAKE_PRO_INPUT = qt.pro
QMAKE_PRL_TARGET = libqt-mt.so.3.3.3
QMAKE_PRL_DEFINES = QT_SHARED QT_TABLET_SUPPORT QT_NO_DEBUG QT_THREAD_SUPPORT
QMAKE_PRL_CFLAGS = -D_REENTRANT
QMAKE_PRL_CXXFLAGS = -D_REENTRANT
QMAKE_PRL_CONFIG = qt warn_on release incremental link_prl nocrosscompiler dlopen_opengl minimal-config small-config medium-config large-config full-config styles tools kernel widgets dialogs iconview workspace network canvas table xml opengl sql release dll thread largefile stl ipv6 system-mng mng system-jpeg jpeg system-png png gif system-zlib nis cups nas bigcodecs x11sm xshape xinerama xcursor xrandr xrender xftfreetype tablet xkb dylib create_prl link_prl qt warn_on depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc x11lib
QMAKE_PRL_VERSION = 3.3.3 |
this is a older for libqt-mt.prl file so add your own versions and filenames, the ebuild links libqt-mt.so and libqt.so so it doesn't exist really. |
|
Back to top |
|
|
Doug_M n00b
Joined: 22 Apr 2005 Posts: 32 Location: Halifax
|
Posted: Sat Apr 23, 2005 1:23 pm Post subject: |
|
|
I symbolically linked libqt.so to libqt.prl and zync (actually zync-gui) compiled (and ran) no problem. I'm not familiar with prl. What is (was) it anyway?
Thanks,
Doug |
|
Back to top |
|
|
|