Re: Post-install problems (1.2.1 source)

Lee Hoffner <[email protected]>
Newsgroups gmane.linux.umbrello.user
Message-ID <[email protected]>
Hi!

I have looked at your suggestion idea and have questions:

The code as it is in the files revealed by grep seems like it *should* work on 
my system (with Qt 3.1.3) as written. To wit:
_______________________________________
  if test "$kde_qtver" = "3"; then
    if test $kde_qtsubver -gt 0; then
	 if test $kde_qtsubver -gt 1; then
	    kde_qt_minversion=">= Qt 3.2"
	 else
            kde_qt_minversion=">= Qt 3.1 (20021021)"
         fi
    else
      kde_qt_minversion=">= Qt 3.0"
    fi
  fi
_______________________________________
Wouldn't the above evaluate to
	kde_tq_minversion=">= Qt 3.1 (20021021)"

or does it see the subversion value as 1.3 and therefore evaluates  
$kde_qtsubver -gt 1 as TRUE?

Also, this script is in two places: the file acinclude.m4 in the top level 
directory and in acinclude.m4.in in the admin directory. If I need to edit, 
should I edit both files?

Finally, am I looking at the right section that needs editing?

Thanks!

On Thursday 13 May 2004 12:09 pm, you wrote:
> Lee Hoffner <[email protected]> [040513 18:03]:
> > It turns out I was doing the same thing James was: running from the
> > source dir. Running ./configure, I get a failure for Qt >= 3.2. I thought
> > users of KDE 3.1 were supposed to be able to compile this against Qt 3.1,
> > yes?
>
> Yes, it should work. You have to edit some of the automake stuff. Just grep
> your source directory for 3.2 and replace it with 3.1. It must be in one of
> those autoconf files in the admin subdirectory.
>
> Sebastian



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.