Bacula-users

Re: [Bacula-users] Strange messages when launching bat with ver. 2.4.2

2008-08-02 11:39:39
Subject: Re: [Bacula-users] Strange messages when launching bat with ver. 2.4.2
From: "Erik P. Olsen" <epodata AT gmail DOT com>
To: Dirk Bartley <bartleyd2 AT chartermi DOT net>
Date: Sat, 02 Aug 2008 17:39:30 +0200
On 02/08/08 15:05, Dirk Bartley wrote:
> I usually work in the head of svn.  I think I just fixed the last one of
> these there which I will commit shortly.  It's related to the #ifdef
> HAVE_QWT lines in the code that have been added so that bat should be
> able to compile and work correctly with or without qwt.  Looks like I
> need to checkout 2.4.2 and see if there is something to fix.  Can you
> let me know if your configure includes qwt or not??

My configure script is:

#!/bin/sh
# Configure script for EPO data's Bacula installation
CFLAG="-g -Wall" \
   ./configure \
     --sbindir=/etc/bacula/bin \
     --sysconfdir=/etc/bacula/conf \
     --with-pid-dir=/etc/bacula/pid \
     --with-subsys-dir=/etc/bacula/subsys \
     --with-working-dir=/etc/bacula/working \
     --with-mysql \
     --enable-gnome \
     --enable-wx-console \
     --enable-smartalloc \
     --enable-bat \
     --with-qwt=/usr/lib \
     --enable-tray-monitor \
     --enable-bwx-console \
     --enable-conio \
     --enable-batch-insert \
     --with-dump-email=erik
exit 0

-- 
Erik.
> 
> Thanks
> 
> Dirk
> 
> 
> On Thu, 2008-07-31 at 13:46 +0200, Erik P. Olsen wrote:
>> On 31/07/08 02:03, John Drescher wrote:
>>> On Wed, Jul 30, 2008 at 4:59 PM, Erik P. Olsen <epodata AT gmail DOT com> 
>>> wrote:
>>>> I have just installed ver. 2.4.2 and am in the process of testing the 
>>>> setup.
>>>> When I start bat I get the messages:
>>>>
>>>> Object::connect: No such slot JobList::graphTable()
>>>> Object::connect:  (sender name:   'graphButton')
>>>> Object::connect:  (receiver name: 'JobListForm')
>>>> Object::connect: No such slot MainWin::jobPlotButtonClicked()
>>>> Object::connect:  (sender name:   'actionJobPlot')
>>>> Object::connect:  (receiver name: 'MainForm')
>>>>
>>>> What is it and should I be worried?
>>>>
>>> These are warining messages you get in Qt when trying to connect non
>>> existing slots. Did you compile this yourself? If so did you do a
>>> clean build?
>> qt was installed separately:
>> [erik@epohost ~]$ rpm -qa|grep qt4
>> qt4-x11-4.3.4-14.fc7
>> qt4-devel-4.3.4-14.fc7
>> qt4-4.3.4-14.fc7
>> [erik@epohost ~]$
>>> If the program is working and all the GUI actions work,  I would not
>>> be worried. The simplest explanation I can make is that signals and
>>> slots are used to connect the gui elements to actions, so when you
>>> press button X action Y happens...
>> I haven't noticed anything abnormal besides those messages, so I'll continue 
>> testing.
>>
>> Thanks a lot,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>