unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict
@ 2009-07-11 20:17 Bruce Korb
  2009-07-14  7:29 ` Neil Jerram
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Korb @ 2009-07-11 20:17 UTC (permalink / raw)
  To: guile-devel

Hi,

I just got this bug report for my project.
My version of the __scm.h header guards the definition of the type
with "#ifdef vms" and "#ifdef _CRAY1".  If there is a version of
lib guile around that doesn't guard it, could you let me know?
I'll make my project error or on an incompatible Guile in that case.

Thanks -Bruce

-------- Original Message --------
Subject: [ autogen-Bugs-2820112 ] autogen 5.9.8 doesn't build on IA64
Date: Sat, 11 Jul 2009 16:56:52 +0000
From: SourceForge.net <noreply@sourceforge.net>
To: noreply@sourceforge.net

Bugs item #2820112, was opened at 2009-07-11 16:56
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=103593&aid=2820112&group_id=3593

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: autogen
Group: autogen
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bruce Korb (bkorb)
Summary: autogen 5.9.8 doesn't build on IA64

Initial Comment:
Invoking make on autogen 5.9.8 stops with the following error:
 'error: conflicting types for 'jmp_buf'. gcc 4.4.0 shows that
 the type is defined in both /usr/include/setjmp.h and guile's
 libguile/__scm.h. For IA64 those type definitions differ, indeed.
 Guile version I use: 1.8.7.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict
  2009-07-11 20:17 [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict Bruce Korb
@ 2009-07-14  7:29 ` Neil Jerram
  2009-07-14 16:14   ` Bruce Korb
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Jerram @ 2009-07-14  7:29 UTC (permalink / raw)
  To: Bruce Korb; +Cc: guile-devel

Bruce Korb <bruce.korb@gmail.com> writes:

> Hi,
>
> I just got this bug report for my project.
> My version of the __scm.h header guards the definition of the type
> with "#ifdef vms" and "#ifdef _CRAY1".  If there is a version of
> lib guile around that doesn't guard it, could you let me know?
> I'll make my project error or on an incompatible Guile in that case.
>
> Thanks -Bruce

Hi Bruce,

This is a known problem, and on my list for addressing quite soon.
Debian has a patch, which I guess would work for you too, so you may
want to look at trying that.

Regards,
        Neil


> -------- Original Message --------
> Subject: [ autogen-Bugs-2820112 ] autogen 5.9.8 doesn't build on IA64
> Date: Sat, 11 Jul 2009 16:56:52 +0000
> From: SourceForge.net <noreply@sourceforge.net>
> To: noreply@sourceforge.net
>
> Bugs item #2820112, was opened at 2009-07-11 16:56
> Message generated for change (Tracker Item Submitted) made by nobody
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=103593&aid=2820112&group_id=3593
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: autogen
> Group: autogen
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: Nobody/Anonymous (nobody)
> Assigned to: Bruce Korb (bkorb)
> Summary: autogen 5.9.8 doesn't build on IA64
>
> Initial Comment:
> Invoking make on autogen 5.9.8 stops with the following error:
>  'error: conflicting types for 'jmp_buf'. gcc 4.4.0 shows that
>  the type is defined in both /usr/include/setjmp.h and guile's
>  libguile/__scm.h. For IA64 those type definitions differ, indeed.
>  Guile version I use: 1.8.7.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict
  2009-07-14  7:29 ` Neil Jerram
@ 2009-07-14 16:14   ` Bruce Korb
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Korb @ 2009-07-14 16:14 UTC (permalink / raw)
  To: Neil Jerram; +Cc: guile-devel

On Tue, Jul 14, 2009 at 12:29 AM, Neil Jerram<neil@ossau.uklinux.net> wrote:
> Bruce Korb <bruce.korb@gmail.com> writes:
>
>> Hi,
>>
>> I just got this bug report for my project.
>> My version of the __scm.h header guards the definition of the type
>> with "#ifdef vms" and "#ifdef _CRAY1".  If there is a version of
>> lib guile around that doesn't guard it, could you let me know?
>> I'll make my project error or on an incompatible Guile in that case.
>>
>> Thanks -Bruce
>
> Hi Bruce,
>
> This is a known problem, and on my list for addressing quite soon.
> Debian has a patch, which I guess would work for you too, so you may
> want to look at trying that.
>
> Regards,
>        Neil

Hi Neil,

It isn't clear to me how to patch autogen to cope with the issue,
unless I can detect the problem with some configury magic and
force autogen to not #include setjmp.h.  I think it is easier to just
require a different version of guile.  Anyway, my question is:

  How do I detect the broken installation of Guile?

that way, I can fiddle the configury stuff to do one thing or the other.
Thanks -Bruce




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-14 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-11 20:17 [Fwd: autogen 5.9.8 doesn't build on IA64] -- libguile conflict Bruce Korb
2009-07-14  7:29 ` Neil Jerram
2009-07-14 16:14   ` Bruce Korb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).