Hi Serge, it's not painful at all, it's just that the Qt binary package is now 64 bit only, so for a universal binary package of Gecode we'd have to build Qt ourselves, too.
To build a universal binary framework without Qt, simply use the following options for configure: --disable-qt --with-architectures=i386,x86_64 --enable-framework Cheers, Guido -- Guido Tack On 12/05/2012, at 0:21, serge lemouton <[email protected]> wrote: > Hello all, > > As I would like to make a 32bit framework linked with gecode, I was wondering > : > How painful would it be to build the last version of gecode as a "universal > binary" Framework ? > > Thanks for any advice, > > Serge > _______________________________________________ > Gecode users mailing list > [email protected] > https://www.gecode.org/mailman/listinfo/gecode-users _______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
