← Back to team overview

kicad-developers team mailing list archive

Re: SVN revs greater than 1753 require bootst 1.36 or

 

hvontres@... wrote:
> Svn rev 1753 introduced the use of BOOST_REVERSE_FOREACH in cvframe.cpp Unfortunately this does not build on my Ubuntu 8.04 machine which is still stuck with boost 1.34. It looks like the minimum version of boost is now 1.36. This should either be fixed or documented someplace.

I knew this would eventually be an issue. It appears that I will be one
who has to raise the question. What should be the minimum version of
Boost that Kicad supports? I am using 1.36 on all of my machines and
the current release version is 1.39. I will remove BOOST_FOREACH and
BOOST_REVERSE_FOREACH and fall back to ptr_vector::interator and
ptr_vector::reverse_iterator if support for Boost versions less then
1.36 required. I guess switching from wxList to boost::ptr_vector was
not as easy as I had expected. Ah, no good deed goes unpunished ;)

I will be without email for the next few days due to travel so I will
not be able to commit any fixes until Tuesday at the earliest.

Wayne


 




Follow ups

References