Hi Carlo, no idea why I assumed you were using Mac OS, sorry about that! I’ll add the switch to the default options (possibly with a configure switch to turn it off for older compilers). For the time being you can simply pass CXXUSR=-std=c++11 when you invoke make instead of patching the Makefile.
Cheers, Guido -- GUIDO TACK Senior Lecturer Information Technology Monash University Level 6, Room 6.40, Building H, Caulfield Campus 900 Dandenong Road Caulfield East VIC 3145 Australia T: +61 3 9903 1214 E: [email protected] <mailto:[email protected]> http://www.csse.monash.edu/~guidot/ <http://www.csse.monash.edu/~guidot/> > On 27 Oct. 2016, at 6:00 pm, Carlo Capelli <[email protected]> wrote: > > Dear Christian > > Thanks so much for this release. > > I'm here just to note 2 small glitches about Qt5 integration (at least, the > current 5.7 version): > > - when building, the default toolset (configure && make) should probably be > extended to handle C++11. > I just patched Makefile.in, adding CXXUSR=-std=c++11 at line 71, but surely > there will be a proper way instead of hardcoding the option. > Probably CMake already solves this detail, but I have not tested it. > > - in MPG Digia should substitute Nokia > > Best regards, Carlo > > > 2016-10-26 12:27 GMT+02:00 Christian Schulte <[email protected] > <mailto:[email protected]>>: > Dear all, > > We are happy to announce that Gecode 5.0.0 has been released on October 25, > 2016. Here is an excerpt from the changelog: > > This release adds a number of new features and fixes many bugs (some rather > serious), so it is recommended to switch as soon as possible to this > release. Some highlights are: re-added limited discrepancy search (LDS); > added sequential and parallel portfolio-based search (PBS); added support > for groups of propagators and branchers; added extensive tracing > functionality based on groups; propagators can be disabled and re-enabled; > support for arbitrary memory allocators; changed the notion of "integer > consistency level" to the more expressive concept "integer propagation > level". > > Cheers > Christian > > -- > Christian Schulte, www.gecode.org/~schulte <http://www.gecode.org/~schulte> > Professor of Computer Science, KTH, [email protected] <mailto:[email protected]> > Expert Researcher, SICS, [email protected] <mailto:[email protected]> > > > _______________________________________________ > Gecode users mailing list > [email protected] <mailto:[email protected]> > https://www.gecode.org/mailman/listinfo/gecode-users > <https://www.gecode.org/mailman/listinfo/gecode-users> > > > _______________________________________________ > 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
