Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
checking for XShapeQueryExtension in -lXext... yes checking for -lXxf86vm... not found checking for -lXcomposite... not found configure: error: libxcomposite development files not found, Xcomposite won't be supported. This is an error since --with-xcomposite was requested. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-emulation/wine-1.1.18/work/wine-1.1.18/config.log * * ERROR: app-emulation/wine-1.1.18 failed. * Call stack: * ebuild.sh, line 48: Called src_configure * environment, line 2146: Called econf '--sysconfdir=/etc/wine' '--with-alsa' '--with-cups' '--with-esd' '--without-gnutls' '--with-hal' '--with-jack' '--with-jpeg' '--without-cms' '--without-ldap' '--without-nas' '--without-curses' '--with-opengl' '--with-oss' '--with-png' '--without-sane' '--with-openssl' '--disable-win64' '--with-x' '--with-xcomposite' '--without-xinerama' '--with-xml' '--with-xslt' * ebuild.sh, line 525: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-emulation/wine-1.1.18/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/wine-1.1.18/temp/environment'. * |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Seb-Eisdrache« (04.04.2009, 12:15)
Quellcode |
|
1 2 |
!!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-emulation/wine-1.1.18/work/wine-1.1.18/config.log |
Quellcode |
|
1 2 3 4 5 6 7 8 |
configure:10146: checking for -lX11 configure:10181: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wl,-O1 conftest.c -lX11 >&5 configure:10188: $? = 0 configure:10214: result: not found configure:10228: checking for -lXext configure:10263: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wl,-O1 conftest.c -lXext -lX11 >&5 configure:10270: $? = 0 configure:10296: result: not found |
Quellcode |
|
1 2 3 4 5 6 7 8 |
configure:10146: checking for -lX11 configure:10181: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -g -O2 -pipe -fomit-frame-pointer -Wl,-O1 conftest.c -lX11 >&5 configure:10188: $? = 0 configure:10218: result: libX11.so.6 configure:10228: checking for -lXext configure:10263: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=native -g -O2 -pipe -fomit-frame-pointer -Wl,-O1 conftest.c -lXext -lX11 >&5 configure:10270: $? = 0 configure:10300: result: libXext.so.6 |