[yast-devel] yast from svn - libyui-bindings: how to compile standalone
Hi! How can i compile yast, especially all dependencies of libyui-bindings into an own prefix ? I don't want to break my installed yast but need a up-to-date version of python-yui for an 10.3-based host. TIA Jan-Simon -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Fri, Aug 01, 2008 at 02:18:22PM +0200, Jan-Simon Möller wrote:
How can i compile yast, especially all dependencies of libyui-bindings into an own prefix ? I don't want to break my installed yast but need a up-to-date version of python-yui for an 10.3-based host.
For yast2-ycp-ui-bindings you need to work around a bug that I have not figured out yet: comment out the check for libyui, because it is only looking in /usr: configure.in.in: -AC_CHECK_HEADERS([YaST2/yui/YWidgetFactory.h], - [], - [AC_MSG_ERROR([libyui headers not found - install package yast2-libyui-devel!])]) +dnl AC_CHECK_HEADERS([YaST2/yui/YWidgetFactory.h], +dnl [], +dnl [AC_MSG_ERROR([libyui headers not found - install package yast2-libyui-devel!])]) Oh, you actually mean libyui-bindings. I haven't tried that until now. I get yui_python.cxx:2724:30: error: YaST2/yui/YUILog.h: No such file or directory libyui and the bindings are not prefix clean :-( It seems that LIBYUI_INCLUDE_DIR is wrong. It points to $myprefix/include/YaST2/yui but the above code expects $myprefix/include. The attached patch seems to make it work but it is a very quick hack. -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
participants (2)
-
Jan-Simon Möller
-
Martin Vidner