Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2006 18:04:46 -0500
From:      Henrik Hudson <lists@rhavenn.net>
To:        freebsd-questions@freebsd.org
Subject:   keepassX and FreeBSD?
Message-ID:  <200609221804.46751.lists@rhavenn.net>

next in thread | raw e-mail | index | archive | help
Hey List-

anyone had luck compiling keepassX on their box?

I know it required QT 4,1 and I compiled and installed the QT 4.1.1 in it's 
own directory (/usr/local/qt-4.1) and then I wrote a quick script to set the 
following environment variables:

setenv QTDIR /usr/local/qt-4.1
setenv PATH ${PATH}:${QTDIR}/bin
setenv LD_LIBRARY_PATH ${QTDIR}/lib
setenv QMAKESPEC freebsd-g++

is there anything else I need to set / do?

When I run qmake in the keepassX src tree I get a permanent loop of:

QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified


I'm a total newb when it comes to QT. Where to start or what to do?


Henrik
-- 
Henrik Hudson
lists@rhavenn.net
------------------------------
"God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/)



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