Bacula-users

Re: [Bacula-users] installing bat (nitmd)

2008-04-24 08:44:14
Subject: Re: [Bacula-users] installing bat (nitmd)
From: Markus Goldberg <goldberg AT uni-hildesheim DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 24 Apr 2008 14:00:03 +0200
Hi, if the error occurs when running configure try this:
change the following lines in the main 'configure' to look like this:
(comment 3 lines and add one)

BAT_DIR=
if test x$support_bat = xyes; then
   abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
   pkg=$?
   if test $pkg = 0; then
      BAT_DIR=src/qt-console
   else
#     { { echo "$as_me:$LINENO: error: Unable to find Qt4 installation 
needed by bat" >&5
#echo "$as_me: error: Unable to find Qt4 installation needed by bat" >&2;}
#   { (exit 1); exit 1; }; }
      BAT_DIR=src/qt-console
   fi
fi


-- 
MfG,
   Markus Goldberg

------------------------------------------------------------------------
Markus Goldberg     | Universität Hildesheim
                     | Rechenzentrum
Tel +49 5121 883203 | Marienburger Platz 22, D-31141 Hildesheim, Germany
Fax +49 5121 883205 | email goldberg AT uni-hildesheim DOT de
------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] installing bat (nitmd), Markus Goldberg <=