Re: [gecode-users] Gecode 3.2.0 released (includes Gecode/FlatZinc)

2009-10-13 Thread Guido Tack
Thanks, Tias. FlatZinc requires the scheduling library, but the configure script didn't enforce that. It's fixed in the trunk. Cheers, Guido Tias Guns wrote: > Thank you for this new release, > > When compiling with: > ./configure --disable-set-vars --disable-examples --disable-sched

Re: [gecode-users] Gecode 3.2.0 released (includes Gecode/FlatZinc)

2009-10-13 Thread Tias Guns
Thank you for this new release, When compiling with: ./configure --disable-set-vars --disable-examples --disable-scheduling I get following error: ./libgecodeflatzinc.so: undefined reference to `Gecode::cumulatives(Gecode::Space&, Gecode::PrimArgArray const&, Gecode::IntVarArgs const&, Gecode

Re: [gecode-users] Gecode 3.2.0

2009-10-07 Thread Carlos Agon
yes ! it works it was indeed a problem of gcc version thanks a lot Carlos Le 7 oct. 09 à 14:24, Gustavo Gutierrez a écrit : 2009/10/7 Guido Tack Hi! The problem is not Propagator::cast, because that method has not been changed (it was private in the previous release, too). Can you pl

Re: [gecode-users] Gecode 3.2.0

2009-10-07 Thread Gustavo Gutierrez
2009/10/7 Guido Tack > Hi! > The problem is not Propagator::cast, because that method has not been > changed (it was private in the previous release, too). Can you please let > us know what version of Gecode you used previously, and give us an idea > where you call Propagator::cast (e.g. small c

Re: [gecode-users] Gecode 3.2.0

2009-10-07 Thread Guido Tack
Hi! The problem is not Propagator::cast, because that method has not been changed (it was private in the previous release, too). Can you please let us know what version of Gecode you used previously, and give us an idea where you call Propagator::cast (e.g. small code sample)? Cheers,

[gecode-users] Gecode 3.2.0

2009-10-07 Thread Carlos Agon
Hi all, I have installed the new Gecode 3.2.0 framework on Mac OS, but I do not arrive to run any program. I use Xcode and get always this error : error: 'static Gecode::Propagator* Gecode::Propagator::cast(Gecode::ActorLink*)' is private /* * Propagator * */ forceinline Pr

[gecode-users] Gecode 3.2.0 released (includes Gecode/FlatZinc)

2009-10-06 Thread Guido Tack
Dear all, we are releasing the next version of Gecode. Gecode 3.2.0 http://www.gecode.org This release has some important bug fixes (in particular for global cardinality aka count), the documentation has been improved (worked around some issues with generation by dox