Re: Problem compiling
Jasper Taylor <[email protected]> Thu, 16 Oct 2008 19:29:48 +0100
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel,
After making this change, it compiled and ran OK. This is a 64-bit
machine but the OS is 32-bit.
Cheers
--Jasper
Daniel Diaz wrote:
> Hi Jasper
>
> From what I have found on the web it seems this problem occurs on a 64
> bits when compiling in 32 bits.
> It seems there is an incompatibility between signal.h and
> asm/sigcontext.h.
> Could you try to comment the include asm/sigcontext in machine.c:455
> please ?
> If this does not fix the problem can I have an access to your machine
> to try to figure out where the problems come from ?
>
> Thank you
>> (Oops, sorry, used my alter-ego!) I got this trying to compile the
>> latest 'unstable' version (that
>> fixes the last bug I reported!) using gcc 4.3.2 on Ubuntu Intrepid Beta.
>> It compiles OK on MacOS 10.5.5 with gcc 4.2.
>> On Intrepid I also get the same problem with the 18th May 2007 version.
>> --Jasper