Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2006 04:22:44 -0400
From:      Parv <parv@pair.com>
To:        ganael.laplanche@martymac.com, f-q <freebsd-questions@freebsd.org>
Subject:   Re: Error compiling kdebase-3.5.2
Message-ID:  <20060402082244.GA66483@tenshian.pair.com>
In-Reply-To: <20060402075951.GA17145@holestein.holy.cow>
References:  <20060401081346.M94576@martymac.com> <20060402075951.GA17145@holestein.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20060402075951.GA17145@holestein.holy.cow>,
wrote Parv thusly...
>
> Wrote ganael.laplanche ...
> 
> > trying to update kde to 3.5.2 and getting this error:
> ...
> > konq_run.cc: In member function `virtual void KonqRun::foundMimeType(const QString&)':
> > konq_run.cc:84: error: `serverSuggestsSave' undeclared (first use this function)
> > konq_run.cc:84: error: (Each undeclared identifier is reported only once for
> > each function it appears in.)
> > gmake[3]: *** [konq_run.lo] Error 1
...
> Following gives the impression that serverSuggestsSave() function is
> totally missing from the source of kdebase3 ...
> 
>   cd $PORTSDIR/x11/kdebase3
>   make -V WRKSRC \
>   | xargs -I % find % -type f \
>   | xargs fgrep serverSuggestsSave
>   $WRKSRC/konqueror/konq_run.cc:  if ( serverSuggestsSave() )
>   $WRKSRC/konqueror/konq_run.cc:    if (!m_bFinished && !tryEmbed) // Open selected for a serverSuggestsSave() file
>   $WRKSRC/konqueror/konq_mainwindow.cc:                  attachment = (run->serverSuggestsSave()) ? KParts::BrowserRun::AttachmentDisposition : KParts::BrowserRun::InlineDisposition;
> 
> 
> ... unless that function is supposed to be defined (& available)
> outside of kdebase source.

See also ...

  http://lists.kde.org/?l=kfm-devel&m=114228919121752&w=2


... near the bottom for a possible definition of
serverSuggestsSave().  It is unclear which version of
serverSuggestsSave() would it be and in which file.


  - Parv
  - Anubhav

-- 




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