Package: wx-common
Version: 2.6.1.2
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

wxwin.m4 checks for cross compiling to determine, if --host should be
passed to wx-config. 

But, setting only --host=i586-mingw32msvc but not --build ./configure
scripts don't necessarily run in cross compiling mode, as run time
checks are still possible using wine. So in that case wx-config will
provide the wrong configuration even if the cross compiled libraries and
headers are installed.

This can be changed by replacing 

  if test "$cross_compiling" = "yes"; then
     wx_config_args="$wx_config_args --host=$host_alias"
  fi

by

  if test "$cross_compiling" = "yes" || test "$host_alias" ; then
     wx_config_args="$wx_config_args --host=$host_alias"
  fi



- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1-tobias1tobias
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages wx-common depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libexpat1                     1.95.8-3   XML parsing C library - runtime li
ii  libgcc1                       1:4.0.2-5  GCC support library
ii  libstdc++6                    4.0.2-5    The GNU Standard C++ Library v3
ii  libwxgtk2.6-0                 2.6.1.2    wxWidgets Cross-platform C++ GUI t
ii  zlib1g                        1:1.2.2-4  compression library - runtime

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iQCVAwUBQ80dVw3XOWNKd871AQKLEAP9GO+doyhnXw8+rQViBeDODFtrQ6tZdHqc
bYDuACEcnIhz0zVunECPx8eyecOINy9Vz7PB5EkPs9T/MwJbg+mw+uD4uMqZOElf
C90+lqdothhXAUr+ytnOIZLeyTU0pqKrBAKIMHdHZHmZbw/qRxik3VejzIHXMCrV
7jmS0CMXbzo=
=ajgv
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to