qt on centos 6.4

edited June 2013 in General
Hi,

please excuse my stupidity, but I cannot get the build to run on
my centos 6.4 install (32 bits).

when I try the default
./build.sh I get a failed qt message, as below

[root@bluebird klayout-0.22.8]# ./build.sh
./build.sh: line 66: ruby1.9: command not found
./build.sh: line 67: ruby1.8: command not found
Found ruby interpreter: ruby
Ruby libray found: /usr/lib/libruby-static.a
Ruby headers found: /usr/lib/ruby/1.8/i386-linux
Qt installation directory is /usr/lib/qt-3.3/lib (lib), /usr/lib/qt-3.3/bin (tools) and /usr/lib/qt-3.3/include (includes)
Ruby installation directory is /usr/lib/libruby-static.a (lib), /usr/lib/ruby/1.8/i386-linux (includes) and not-used (config for 1.9.x)
Platform is linux-32-gcc-release
*** ERROR: no Qt headers in /usr/lib/qt-3.3/include
[root@bluebird klayout-0.22.8]#

Now I am a bit confused because the web here says I need
4.4 but the script is looking for 3.3.

I have qt and qt-devel installed at 4.7.

Not sure where to go now ???

Thanks

Adrian

Comments

  • edited November -1

    Hi Adrian,

    apparently $QTDIR is set on your system pointing to /usr/lib/qt-3.3. It may work if you unset $QTDIR. If that does not work yet, try to specify the Qt installation paths with -qtlib, -qtbin and -qtinc (see build.sh -h).

    Regards,

    Matthias

Sign In or Register to comment.