keepassX and FreeBSD?
    Henrik Hudson 
    lists at rhavenn.net
       
    Fri Sep 22 16:04:49 PDT 2006
    
    
  
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 at rhavenn.net
------------------------------
"God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/)
    
    
More information about the freebsd-questions
mailing list