Hello,

We don't release qt in source form any more because it is readily available 
and released on most Linux distributions. As long as you have qt >= 4.2, it 
should work.  We are currently developping on Ubuntu 8.04, which has Qt 4.3.4

I recommend setting --without-qwt  It is used in only one function and I find 
that particular function totally unreadible, so I never use it.

Good luck,

Kern

On Tuesday 21 April 2009 17:10:17 Lachele Foley wrote:
> Kern,
>
> I'm trying to build bat.  I couldn't find a depkgs-qt to download, but
> I got some variant of QT4 installed
> (http://www.qtsoftware.com/downloads).  I presume it's the right
> thing.  If not, then my problem might be solved, and if you can point
> me to the proper qt4, I will happily install it...
>
> If I did get the right Qt, then I'm still having trouble installing,
> and I'm not sure where to look next.  Here's my install method:
>
> export QTDIR=/usr/local/qt4   # This is a link to /opt/qtsdk-2009.01/qt/
> export QTINC=/usr/local/qt4/include/
> export QTLIB=/usr/local/qt4/lib
> export PATH=/usr/local/qt4/bin:$PATH
> export PKG_CONFIG_PATH=/usr/local/qt4/lib/pkgconfig/
> ./configure --with-mysql \
>   --enable-gnome \
>   --enable-bat \
>   --enable-bwx-console   \
>   --enable-tray-monitor  \
>   --enable-smartalloc   \
>   --with-qwt=/usr/local/qwt-5.2.0 \
>   --with-python  \
>   --with-tcp-wrappers \
>   --with-openssl \
>   [email protected]    \
>   --with-smtp-host=glycam.ccrc.uga.edu  \
>   --with-db-password=woodsgroup \
>   --with-x
>
> The configure succeeded.  I'm not sure where to find the build output.
>  But, I went into the qt-console directory and typed "make" and got
> this:
>
> [r...@galileo qt-console]# make
> /usr/local/bacula/bacula-3.0.0/libtool --silent --tag=CXX --mode=link
> g++ -Wl,-rpath,/opt/qtsdk-2009.01/qt/lib -o bat obj/main.o
> obj/bat_conf.o obj/mainwin.o obj/qstd.o obj/pages.o obj/dircomm.o
> obj/dircomm_auth.o obj/console.o obj/prerestore.o obj/restore.o
> obj/brestore.o obj/label.o obj/relabel.o obj/mount.o obj/run.o
> obj/runcmd.o obj/estimate.o obj/prune.o obj/select.o obj/medialist.o
> obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o
> obj/fileset.o obj/joblog.o obj/jobs.o obj/restoretree.o obj/jobplot.o
> obj/help.o obj/dirstat.o obj/clientstat.o obj/storstat.o
> obj/fmtwidgetitem.o obj/comboutil.o obj/moc_mainwin.o
> obj/moc_dircomm.o obj/moc_console.o obj/moc_restore.o obj/moc_label.o
> obj/moc_relabel.o obj/moc_mount.o obj/moc_run.o obj/moc_select.o
> obj/moc_medialist.o obj/moc_mediaedit.o obj/moc_joblist.o
> obj/moc_clients.o obj/moc_storage.o obj/moc_fileset.o obj/moc_joblog.o
> obj/moc_jobs.o obj/moc_restoretree.o obj/moc_jobplot.o obj/moc_help.o
> obj/moc_dirstat.o obj/moc_clientstat.o obj/moc_storstat.o
> obj/qrc_main.o    -L/opt/qtsdk-2009.01/qt/lib -L../lib -lbaccfg -lbac
> -lssl -lcrypto -L/usr/local/qwt-5.2.0/lib -lqwt -lQtGui
> -L/opt/qtsdk-2009.01/qt/lib -L/usr/X11R6/lib -pthread -lfreetype
> -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lfontconfig
> -lXext -lX11 -lQtCore -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl
> -lpthread
> /opt/qtsdk-2009.01/qt/lib/libQtGui.so: undefined reference to
> `FcFreeTypeQueryFace'
> collect2: ld returned 1 exit status
> make: *** [bat] Error 1
>
> Help?
>
> Other info you might find useful (or not...):
>
> [r...@galileo bacula-3.0.0]# uname -a
> Linux galileo.woods.ccrc 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST
> 2008 i686 i686 i386 GNU/Linux



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to