|
From: Stephen S. <rad...@gm...> - 2013-04-24 14:09:58
|
On Tue, Apr 23, 2013 at 8:50 PM, NicoBats <sl1...@gm...> wrote: > Steve, > Le 23/04/13 19:34, Stephen Sinclair a écrit : > >> On Tue, Apr 23, 2013 at 10:54 AM, NicoBats <sl1...@gm...> wrote: >>> >>> Hi, >>> while trying to compile a fresh clone of the git repo (because you've >>> made lot of work since 0.26....), it appears that a 0 is missing >>> ../lo/lo_endian.h:121:5: error: expected value in expression >>> #if >>> ^ >>> 1 error generated. >>> >> Hi, this doesn't happen for me. Can you give some system details, and >> what version of git you are using? The master is currently at >> 4e2f2a0. > > it's on a mac osX.8. > lo compiled with clang > I'm not sure of the good way to retrieve the git revision number... > grandMaster:liblo nico$ git rev-parse --short HEAD > 3b81d44 > > grandMaster:liblo nico$ git rev-list HEAD --count > 276 Okay that's quite a recent version. >> Can you also post your config.log file? In particular, ubuntu 12.10 >> on my 32-bit AMD machine reports: >> >> $ grep LO_BIGENDIAN config.log >> LO_BIGENDIAN='0' >> #define LO_BIGENDIAN "0" >> >> You should get something similar. > > here's what I've got > grandMaster:liblo nico$ grep LO_BIGENDIAN config.log > LO_BIGENDIAN='' > #define LO_BIGENDIAN "" > > attached the config.log Thanks, yes I see that LO_BIGENDIAN is not getting defined, but I'm afraid I can't see why that would happen. I don't have a Mac with 10.8 right now, perhaps someone else could test? There have been some autotools-related issues with 10.8. Steve |