Ok weird, I can't reproduce this with gcc 4.6.3 (on Ubuntu 12.04), I'll have to try 4.6.2. But first, can you confirm that's what you're running?
On Mon, Dec 10, 2012 at 3:55 PM, Jim Donahue <[email protected]> wrote: > I didn't either ... :-) > > > Jim > > -----Original Message----- > From: Benjamin Mahler [mailto:[email protected]] > Sent: Monday, December 10, 2012 3:51 PM > To: [email protected] > Subject: Re: Another problem building on Amazon Linux > > Hey Jim, > > Thanks for checking the fix, looks like I'll have to actually install 4.6 > so I can fix all the issues (didn't realize there were many warnings). > > > On Mon, Dec 10, 2012 at 3:01 PM, Jim Donahue <[email protected]> wrote: > > > I patched the previous problem to get past it. This one has no popped up > > ... > > > > > > files/files.cpp: In member function > > 'process::Future<process::http::Response> > > mesos::internal::FilesProcess::read(const process::http::Request&)': > > > > files/files.cpp:275:56: error: no matching function for call to > > 'min(ssize_t&, long int)' > > > > files/files.cpp:275:56: note: candidates are: > > > > > /usr/lib/gcc/i686-amazon-linux/4.6.2/../../../../include/c++/4.6.2/bits/stl_algobase.h:187:5: > > note: template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&) > > > > > /usr/lib/gcc/i686-amazon-linux/4.6.2/../../../../include/c++/4.6.2/bits/stl_algobase.h:233:5: > > note: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, > > const _Tp&, _Compare) > > > > make[2]: *** [files/libmesos_no_third_party_la-files.lo] Error 1 > > > > Thanks, > > > > Jim Donahue > > > > Adobe > > >
