You are not logged in.

#1 2011-01-31 01:50:26

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

[Fix Request] qt4-qtruby

I've been trying to get qt4-qtruby to build, without much success.

The error I get seems to be well documented, but nobody knows how to fix it as far as I can tell.

[ 33%] Generating smokedata.cpp, x_1.cpp, x_2.cpp, x_3.cpp, x_4.cpp, x_5.cpp, x_6.cpp, x_7.cpp, x_8.cpp, x_9.cpp, x_10.cpp, x_11.cpp, x_12.cpp, x_13.cpp, x_14.cpp, x_15.cpp, x_16.cpp, x_17.cpp, x_18.cpp, x_19.cpp, x_20.cpp                                  
Scanning dependencies of target generator_dump
[ 34%] "Cannot load library generator_smoke: (libgenerator_smoke.so: cannot open shared object file: No such file or directory)"                                                                                                                                
make[2]: *** [smoke/qtcore/smokedata.cpp] Error 1
make[1]: *** [smoke/qtcore/CMakeFiles/smokeqt4core.dir/all] Error 2

Any help getting this to work would be greatly appreciated.
I tried grabbing kdebindings-{ruby,smoke} on a whim, didn't help.
If I could find what 'libgenerator_smoke.so' was built from...

Last edited by Ranguvar (2011-01-31 01:51:51)

Offline

#2 2011-01-31 06:15:23

andrewthomas
Member
Registered: 2010-05-08
Posts: 52

Re: [Fix Request] qt4-qtruby

I had a look at the PKGBUILD and I noticed a couple of things

conflicts=('kdebindings-smoke' 'kdebindings-ruby')

and

-exec sed -i "s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} /usr/include/ruby-1.9.1/${CARCH}-linux|" {} \;

The version in the repos is 1..9.2, so it may be as simple as changing to the correct path. 

You might also want to have a look at the README if you haven't already.


If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/andrewthomas/

Offline

#3 2011-02-01 14:57:30

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: [Fix Request] qt4-qtruby

I noticed the ruby-1.9.1, but the folder on my system is also 1.9.1. despite having v1.9.2 of ruby.

Offline

Board footer

Powered by FluxBB