<steps>
<checkout/>
<setup cppunit-options="--host=powerpc-apple-darwin8"/>
- <configure options="--host=powerpc-apple-darwin8"/>
+ <!--
+ The compiler used suffers from a bug in its visibility support
+ and doesn't find some virtual inline functions during linking if it
+ is used, so disable it.
+ -->
+ <configure options="--host=powerpc-apple-darwin8 --disable-visibility"/>
<compile-all/>
</steps>
</build>
<build>
<name>MinGW32 wxMSW Trunk</name>
- <sandbox>td189.testdrive.hp.com</sandbox>
+ <sandbox>td166.testdrive.hp.com</sandbox>
<builddir>td_msw</builddir>
<scheduler>trunk_quick</scheduler>
<build>
<name>MinGW32 wxMSW Stable</name>
- <sandbox>td189.testdrive.hp.com</sandbox>
+ <sandbox>td166.testdrive.hp.com</sandbox>
<builddir>td_msw_stable</builddir>
<scheduler>stable_quick</scheduler>
<build>
<name>Cygwin no-cygwin wxMSW Trunk</name>
<builddir>td_nocygwin</builddir>
- <sandbox>td189.testdrive.hp.com</sandbox>
+ <sandbox>td166.testdrive.hp.com</sandbox>
<scheduler>monday_0600</scheduler>
<steps>