Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-18 Thread Jeff Earickson
John, Yes, I turned off optimization. No go with 5.1. Traditionally I always used "-g -O" for gcc compiles. I had wondered if the upgrade from 5.0.2 to 5.1 went ok on my home machine (slow network), so I did a start-from-scratch build on my work box this morning (which also has Xcode 5.1). Sam

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-17 Thread John Ralls
On Mar 17, 2014, at 2:46 PM, Jeff Earickson wrote: > John, > > Bad news... This is an XCode/gcc/lang feature/bug with guile. I'll bet if > you clean and rebuild your guile directory with 5.1 that it will choke (save > a copy first). > > I removed Xcode 5.1 (using AppZapper) and reinstall

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-17 Thread Jeff Earickson
John, Bad news... This is an XCode/gcc/lang feature/bug with guile. I'll bet if you clean and rebuild your guile directory with 5.1 that it will choke (save a copy first). I removed Xcode 5.1 (using AppZapper) and reinstalled 5.0.2. Then I fired up "jhbuild build" and guile flew past its previ

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread John Ralls
On Mar 16, 2014, at 5:05 PM, Jeff Earickson wrote: > John, > > Can you tell me what version of XCode you have installed? 5.0.2? version of > gcc? (Xcode 5.1 gives you 4.2.1 with clang = clang-503.0.38). If you have > not upgraded to XCode 5.1 (5B130a), then I suggest avoiding it. Aarrgh.

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread Jeff Earickson
John, Can you tell me what version of XCode you have installed? 5.0.2? version of gcc? (Xcode 5.1 gives you 4.2.1 with clang = clang-503.0.38). If you have not upgraded to XCode 5.1 (5B130a), then I suggest avoiding it. Aarrgh I just discovered that gdb is not available in Xcode with Maveri

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread John Ralls
On Mar 16, 2014, at 11:23 AM, Jeff Earickson wrote: > John, > > I took things down to the bare walls. I rm'ed .git, gtk, gnucash* > everything. I did not re-download .jhbuildrc-custom (because I had modifed > it), or gtk-osx-build-setup.sh, but everything else got nuked. I was trying > to

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread Jeff Earickson
John, I took things down to the bare walls. I rm'ed .git, gtk, gnucash* everything. I did not re-download .jhbuildrc-custom (because I had modifed it), or gtk-osx-build-setup.sh, but everything else got nuked. I was trying to get everything herded into one subdirectory of my homedir, so I didn'

Re: build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread John Ralls
On Mar 16, 2014, at 8:37 AM, Jeff Earickson wrote: > John et al, > > I upgraded Xcode on my Mac (10.9.2) to Xcode 5.1 this week (gcc 4.2.1), and > I have tried a total-start-from-scratch build of gnucash-git. My woes with > this: > > * ~/gtk/source/webkit-1.6.1/GNUmakefile.am is missing "-std

build gnucash-git woes with Mac OS, Xcode 5.1

2014-03-16 Thread Jeff Earickson
John et al, I upgraded Xcode on my Mac (10.9.2) to Xcode 5.1 this week (gcc 4.2.1), and I have tried a total-start-from-scratch build of gnucash-git. My woes with this: * ~/gtk/source/webkit-1.6.1/GNUmakefile.am is missing "-stdlibc=libstdc++" on line 120. (previously reported, and I know how to