Error in configure --wwith-qt-dir=

Massimo Morin mmorin at schedsys.com
Tue Jun 15 22:31:12 BST 1999


Hi,
on Solaris 2.5  (sun spark)
there is an error in the configure script (I don't have any idea how it
was generetated), but around line 3831 the condition generated by the
command line

 ./configure --x-includes=/usr/openwin/share/include/X11
--with-qt-dir=/export/home/mmorin/kde/qt-1.44  

has to be true, but instead it is false 

if { (eval echo configure:3828: \"$ac_link\") 1>&5; (eval $ac_link)
2>&5; } && test -s conftest; then
  rm -f conftest*
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_qt_libraries="NO"
fi

....
and the following if fails:

if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
... QT not installed!!!!......

I fixed it commenting the line 
 ac_qt_libraries="NO"
And I compiled (well, I passed the test ;)

Any more "decent" fix???

Cheers
			Massimo
-- 
Massimo Morin        | Scheduling Systems Inc.
Software Engineer    |
-------------------  | Three University Office Park, suite 100
13, Charnwood Rd     | 95 Sawyer Road
Somerville 02144 MA  | Waltham,
-------------------  | 02453 Massachusetts
+1 (617) 623-4155    | +1 (781) 893-0390
mmorin at schedsys.com  | http://www.schedsys.com
----------------------------------------------------------------------
Never attribute to malice that which can be adequately explained by
stupidity.



More information about the KDevelop mailing list