Comment 3 for bug 1328486

Revision history for this message
Colin Watson (cjwatson) wrote :

OK, the problem is that the dpkg-architecture environment variables are set for cross-compiling rather than native-compiling. As a quick hack to demonstrate, if you run this in a "click chroot run" shell before running cmake .. && make, it works fine:

  eval `dpkg-architecture | grep ^DEB_HOST_ | sed 's/HOST/BUILD/'`

(Don't do this in QtC, though! I'll fix click to get it right by itself.)