[Bug 62288] Gideon does not recognize LIB_KDEGAMES

Thiago Macieira thiagom at mail.com
Thu Aug 7 15:21:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=62288     
thiagom at mail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |wishlist



------- Additional Comments From thiagom at mail.com  2003-08-07 15:20 -------
I've just checked admin/acinclude.m4.in. There's no test for LIB_KDEGAMES there. It's only 
defined if you add this to your configure.in.in: 
 
if test -d $srcdir/libkdegames ; then 
        AC_SUBST(LIB_KDEGAMES, "\$(top_builddir)/libkdegames/libkdegames.la") 
        AC_SUBST(LIB_KDEGAMES_DEP, '$(LIB_KDEGAMES)') 
else 
        AC_SUBST(LIB_KDEGAMES, "-lkdegames") 
        AC_SUBST(LIB_KDEGAMES_DEP, "") 
fi 
 
(taken from kdegame's configure.in) 
 
Still, the wish for Gideon checking of entered parameters is valid. Gideon will have to scan 
the generated Makefile.in to see if it's defined and warn if not. 
 
(yes, it's a wishlist item; it's a feature that doesn't exist)




More information about the KDevelop-devel mailing list