Re: Master fails to compile

2015-05-29 Thread David Kastrup
"Keith OHara" writes: > If you can define the trampoline as a static member of the class whose > member function is being called, that will be less surprising. The whole point is that the trampoline will be provided automatically. Having to define it manually would defeat the point, in particula

Re: Master fails to compile

2015-05-28 Thread Keith OHara
On Thu, 28 May 2015 01:36:54 -0700, David Kastrup wrote: "Keith OHara" writes: I had an old RedHat installation with gcc updated as far as I could to 4.6. In the next few weeks I'll find some reasonably-modern linux. Well, using no longer supported systems with network access (and it's pr

Re: Master fails to compile

2015-05-28 Thread David Kastrup
"Keith OHara" writes: > On Mon, 25 May 2015 23:10:17 -0700, David Kastrup wrote: > >> Keith OHara writes: >> >>> If I can't get the dependencies worked out I'll be tempted to skip >>> the macro and use scm_call_1() through scm_call_3() in place of each >>> of the three macro expansions. >> >> W

Re: Master fails to compile

2015-05-27 Thread Keith OHara
On Mon, 25 May 2015 23:10:17 -0700, David Kastrup wrote: Keith OHara writes: If I can't get the dependencies worked out I'll be tempted to skip the macro and use scm_call_1() through scm_call_3() in place of each of the three macro expansions. Why? Seriously. 10.04 is not even supported

Re: Master fails to compile

2015-05-25 Thread David Kastrup
Keith OHara writes: > Phil Holmes philholmes.net> writes: > >> >> I've managed to work out how to upgrade Ubuntu 10.04 to gcc 4.8.1 >> with the help of StackOverflow, and can now compile again. > > I'm still working on sorting out dependencies. > > The troublesome macro asks is used in only th

Re: Master fails to compile

2015-05-25 Thread Keith OHara
Phil Holmes philholmes.net> writes: > > I've managed to work out how to upgrade Ubuntu 10.04 to gcc 4.8.1 > with the help of StackOverflow, and can now compile again. I'm still working on sorting out dependencies. The troublesome macro asks is used in only three places, creating in each place

Re: Master fails to compile

2015-05-23 Thread Phil Holmes
- Original Message - From: "Carl Sorensen" To: "David Kastrup" ; "Phil Holmes" Cc: Sent: Friday, May 22, 2015 8:46 PM Subject: Re: Master fails to compile On 5/22/15 10:59 AM, "David Kastrup" wrote: "Phil Holmes" writes: 4

Re: Master fails to compile

2015-05-22 Thread Carl Sorensen
On 5/22/15 10:59 AM, "David Kastrup" wrote: >"Phil Holmes" writes: > 4.4.3. It's the version that came with lilydev 1.1 >>> >>> I'm surprised it did not blow up around your ears earlier. That sounds >>> about as old as we had in GUB before we were forced to upgrade in >>> consequence of

Re: Master fails to compile

2015-05-22 Thread David Kastrup
"Phil Holmes" writes: >>> 4.4.3. It's the version that came with lilydev 1.1 >> >> I'm surprised it did not blow up around your ears earlier. That sounds >> about as old as we had in GUB before we were forced to upgrade in >> consequence of some template usage patterns last fall. What's the >>

Re: Master fails to compile

2015-05-22 Thread James
On 22/05/15 17:11, David Kastrup wrote: "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Friday, May 22, 2015 4:57 PM Subject: Re: Master fails to compile So I suspect that we are within the C++ standar

Re: Master fails to compile

2015-05-22 Thread David Kastrup
David Kastrup writes: > "Phil Holmes" writes: > >> - Original Message - >> From: "David Kastrup" >> To: "Phil Holmes" >> Cc: >> Sent: Friday, May 22, 2015 4:57 PM >> Subject: Re: Master fails to compile >

Re: Master fails to compile

2015-05-22 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Phil Holmes" > Cc: > Sent: Friday, May 22, 2015 4:57 PM > Subject: Re: Master fails to compile >>>> >>>> So I suspect that we

Re: Master fails to compile

2015-05-22 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Friday, May 22, 2015 4:57 PM Subject: Re: Master fails to compile "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: "Phil Holmes"

Re: Master fails to compile

2015-05-22 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Phil Holmes" > Cc: > Sent: Friday, May 22, 2015 4:37 PM > Subject: Re: Master fails to compile > > >> "Phil Holmes" writes: >&g

Re: Master fails to compile

2015-05-22 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Friday, May 22, 2015 4:37 PM Subject: Re: Master fails to compile "Phil Holmes" writes: Does it help if you move the LY_DECLARE_SMOB_PROC lines in lily/include/listener.hh which

Re: Master fails to compile

2015-05-22 Thread David Kastrup
"Phil Holmes" writes: >> Does it help if you move the LY_DECLARE_SMOB_PROC lines in >> lily/include/listener.hh which currently are right above the >> corresponding function definitions to below the corresponding function >> definitions? > > Not 100% certain what change was needed. Below is a pa

Re: Master fails to compile

2015-05-22 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Friday, May 22, 2015 4:04 PM Subject: Re: Master fails to compile Phil Holmes writes: phil@Ubuntu:~/lilypond-git$ rm -rf build phil@Ubuntu:~/lilypond-git$ sh autogen.sh --noconfigure &am

Re: Master fails to compile

2015-05-22 Thread David Kastrup
p;> dev\null > phil@Ubuntu:~/lilypond-git/build$ make -s -j9 &> ~/MakeFail220515.txt > > On a clean build directory as above, current master fails to compile as > follows: > > /lilypond-git/lily/include/listener.hh: In static member function > 'static void Liste

Master fails to compile

2015-05-22 Thread Phil Holmes
d$ make -s -j9 &> ~/MakeFail220515.txt On a clean build directory as above, current master fails to compile as follows: /lilypond-git/lily/include/listener.hh: In static member function 'static void Listener::smob_proc_init(scm_t_bits)': /lilypond-git/lily/include/listener.hh:104: