[Kde-bindings] Problems builing RUBY binding

Alexander Kellett lypanov at kde.org
Fri Jun 4 12:47:28 UTC 2004


On Fri, Jun 04, 2004 at 02:43:32PM +0200, Alexander Kellett wrote:
> can you try modifying the line
>    qtruby_la_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/qt/
> in kdebindings/qtruby/rubylib/qtruby/Makefile.am
> to:
>    qtruby_la_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/qt/ $(RUBY_LIBRUBYARG)

oh. i'm seriously confused.
it was krubyinit that had the compile problem, and it says:
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdebindings/korundum/bin/Makefile.am?rev=1.4&content-type=text/x-cvsweb-markup
   krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/kde/libsmokekde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la
anyone know what could have gone wrong???
alex could you try adding a new check rule to the make file? e.g:
   check:
   	echo $(RUBY_LIBRUBYARG)
Alex



More information about the Kde-bindings mailing list