[Fish-users] Error, am I compiling the right version

2012-01-30 Thread i...@whywouldwe.com
Hi I've got a new machine and need to install fish. I've downloaded the current master branch from gitorious but am getting this error when I run make ... gcc -g -O2 -std=c99 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-optimize-sibling-calls -Wall -DLOCALEDIR=\/usr/local/share/locale\

Re: [Fish-users] Error, am I compiling the right version

2012-01-30 Thread SanskritFritz
On Mon, Jan 30, 2012 at 5:30 PM, i...@whywouldwe.com i...@whywouldwe.com wrote: Hi I've got a new machine and need to install fish. I've downloaded the current master branch from gitorious but am getting this error when I run make ... gcc -g -O2 -std=c99 -D_LARGEFILE_SOURCE=1

Re: [Fish-users] Error, am I compiling the right version

2012-01-30 Thread Jan Kanis
I've pushed a bunch of changes, including this one. Please try it again. On Mon, Jan 30, 2012 at 20:27, Jan Kanis j...@jankanis.nl wrote: That addition of ptrdiff_t was added in one of the last changesets. So you're probably compiling the right version, but there's a bug. It appears that on

Re: [Fish-users] Error, am I compiling the right version

2012-01-30 Thread i...@whywouldwe.com
My machine is a macbook air running OS X 10.7, I'll try again tonight. Thanks On 31/01/2012 02:27, Jan Kanis wrote: That addition of ptrdiff_t was added in one of the last changesets. So you're probably compiling the right version, but there's a bug. It appears that on my system, ptrdiff_t