DenVdmj / xdelta

Automatically exported from code.google.com/p/xdelta (actual: https://github.com/jmacd/xdelta-devel/)
0 stars 0 forks source link

make on Mac OSX fails #167

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  got the latest source distro, 3.0.7; put it in /usr/local/src
2. ./configure
3. make

What is the expected output? What do you see instead?

I saw some warnings and errors, ending with
testing/regtest.cc:763: error: no matching function for call to ‘max(xoff_t, 
size_t&)’
make[1]: *** [xdelta3regtest-regtest.o] Error 1
make: *** [all] Error 2

Transcript attached.

What version of the product are you using? On what operating system?

xdelta3-3.0.7

The system is OSX 10.8.3
with Xcode 4.6.2 and 
with "Command Line Tools (OS X Mountain Lion) April 2013"
but without MacPorts or coreutils or homebrew.
(Btw, I don't see any dependencies in the Homebrew formula for xdelta.)

Please provide any additional information below.

I don't know if this is relevant but have these packages installed:
GMP 5.0.4 with --enable-cxx
MPFR 3.1.0
PPL 1.0

Original issue reported on code.google.com by bendy...@gmail.com on 17 Aug 2013 at 12:15

Attachments:

GoogleCodeExporter commented 9 years ago
After 3.0.7 didn't work, I tried installing 3.0.6 on the same system.  It works 
fine.

Original comment by bendy...@gmail.com on 17 Aug 2013 at 5:54