From: Vadim G. <vgo...@ro...> - 2008-01-27 18:27:37
|
Erik wrote: > Vadim Godunko skrev: >> Erik wrote: >>> Maybe the configure script does not include all necessary checks? >>> >> You may be right! Can you please build and run attached program? It >> checks availability of the accessibility support in the Qt. > It prints ABSENT. when I run "emerge -pv qt" I get this: > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] x11-libs/qt-4.3.2-r1 USE="cups doc gif jpeg mng mysql > odbc opengl png postgres ssl tiff xinerama zlib -accessibility -dbus > -debug -examples -firebird -glib -nas -nis -pch -qt3support -sqlite > -sqlite3" INPUT_DEVICES="-wacom" 0 kB > > Total: 1 package (1 reinstall), Size of downloads: 0 kB > > > So qt is installed without accessibility on my system. QtAda configure > should detect this and turn off compilation of accessibility in the binding. > I recommend you to reinstall Qt with accessibility support as a workaround for now. I will add corresponding configuration check into the 1.0.2 release, for detection of the problem at the configuration time. Excluding some functionality from Ada bindings is too complex change for 1.0.x release series, such machinery will be added in the next major release. |