On 04.07.10 18:22:17, lI wrote: > Greetings > > I am trying top compile kdebindings-4.4.5. on a pure 64bit clfs linux > machine. > The compilation progresses to ~73 prcent then fails :- > > [ 73%] Building CXX object > ruby/krossruby/CMakeFiles/krossruby.dir/rubyvariant.o > In file included from ~/kdebindings-4.4.5/ruby/krossruby/rubyvariant.h:24, > from ~/kdebindings-4.4.5/ruby/krossruby/rubyvariant.cpp:21: > ~/kdebindings-4.4.5/ruby/krossruby/rubyconfig.h:24:17: error: env.h: No such > file or directory > ~/kdebindings-4.4.5/ruby/krossruby/rubyconfig.h:25:21: error: rubysig.h: No > such file or directory > ~/kdebindings-4.4.5/ruby/krossruby/rubyconfig.h:26:18: error: node.h: No such > file or directory > ~/kdebindings-4.4.5/ruby/krossruby/rubyconfig.h:27:21: error: version.h: No > such file or directory > ~/kdebindings-4.4.5/ruby/krossruby/rubyconfig.h:29:16: error: st.h: No such > file > or directory > > I have ruby-1.9.1-p376 installed in /usr and the said installation does > not appear to have > --env.h, > --mode.h , > --version.h
I don't have experience with building kdebindings, but looking at the files that are installed by debian ruby1.9 dev package it seems that kdebindings won't work with ruby1.9. So maybe try ruby 1.8. Note though that Debian's ruby-dev package does have version.h, that would suggest that your ruby installation is somehow incomplete (in particular a missing version.h is very strange). Andreas -- Artistic ventures highlighted. Rob a museum. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
