Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t

2008-01-08 Thread Roger Mc Murtrie
Similiar problem with filesys.c Compiles by changing in _scm.h #define dirent_or_dirent64 CHOOSE_LARGEFILE(dirent,dirent64) to #define dirent_or_dirent64 dirent Now some resulting link problems to sort out! Regards Roger On 09/01/2008, at 2:00 PM, Roger Mc Murtrie

Re: Make problem Mac OS X

2008-01-09 Thread Roger Mc Murtrie
Ludovic wrote: Then I guess MacOS X users had better install the "real" GNU Readline. Alternatively, we could detect whether `rl_pending_input' is available at configure-time, and `#ifdef' the offending line of code. However, I don't know what impact it would have, and that would really be a

Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results

2008-01-10 Thread Roger Mc Murtrie
OK (providing my memory holds!) I tried building autogen which needs guile but it failed the make check test of guile. Regards Roger On 11/01/2008, at 9:19 AM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: sizeof long: 4 Roger, Many thanks for all your replie

Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results

2008-01-10 Thread Roger Mc Murtrie
Yuk!SORRY I just noticed this is to do with PowerBookG4 although the Subject couldn't be more obvious. I have been responding with Intel activities! I'll fire up the PowerBookG4 and have another go> Roger On 11/01/2008, at 9:40 AM, Neil Jerram wrote: Roger Mc Murtrie <

Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results

2008-01-10 Thread Roger Mc Murtrie
2008, at 6:23 AM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: : In expression (car spec): : Stack overflow guile --user-srfi=1,10 fails to run FAIL: test-use-srfi In eval.c, can you look for this line: { SCM_OPTION_INTEGER, "stack", 2, "Stack siz

Re: Intel Mac-mini OSX 10.5.1 guile test results

2008-01-10 Thread Roger Mc Murtrie
On 11/01/2008, at 10:03 AM, Neil Jerram wrote: What was the other undefined symbol? I can't remember, but it was something very similar. Is it possible that the build is still picking up the editline libraries from /usr/lib It seems quit possible. Is there any way that I can check or prev

Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t

2008-01-10 Thread Roger Mc Murtrie
Re: Darwin's overall story on 64-bit APIs. There maybe something on the Apple Developer website. I'll see if I can find something that might be useful. I'll recheck my off_t comments later. Regards Roger On 11/01/2008, at 9:53 AM, Neil Jerram wrote: Roger Mc Murtrie &l

Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t

2008-01-10 Thread Roger Mc Murtrie
This might help: http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting Roger On 11/01/2008, at 9:53 AM, Neil Jerram wrote: I'm struggling to get my head round Darwin's overall story on 64-bit APIs. For off_t, it seems to have decided that it's fine to go unconditionally to

Re: Make problem Mac OS X

2008-01-11 Thread Roger Mc Murtrie
ot;. It appeared to install into /usr/ local/lib successfully. making in the guile directory still gives me this problem, as if it didn't notice. Do you know what ldconfig this is of which it speaks, or how to run it? Will it help guile recognize the one it wants? I'm a rank no

Re: Make problem Mac OS X

2008-01-12 Thread Roger Mc Murtrie
t ldconfig this is of which it speaks, or how to run it? Will it help guile recognize the one it wants? I'm a rank novice at all these things, sorry. Thanks, Grem Roger Mc Murtrie whote on Wed, 09 Jan 2008 23:30:43 -0800 Ludovic wrote: Then I guess MacOS X users had better install th

Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t

2008-01-22 Thread Roger Mc Murtrie
Hi Neil, That sounds like an excellent solution. Attached is my config.guess file. (Its just the one from the distribution with no changes). Roger config.guess Description: Binary data On 23/01/2008, at 9:10 AM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes:

Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t

2008-01-22 Thread Roger Mc Murtrie
On 23/01/2008, at 10:09 AM, Neil Jerram wrote: I'm sorry, I wasn't clear. I meant what output do you see when you run ./config.guess on the command line, on each of the systems where you've been trying to build Guile? ./config.guess produces: i386-apple-darwin9.1.0 and on the PowerBook G4:

Re: Intel Mac-mini OSX 10.5.1 guile test results

2008-01-24 Thread Roger Mc Murtrie
do with the problem. Irrespective, I'll see if I can find those undefined symbols and get it to build shared libraries. Roger On 24/01/2008, at 10:24 AM, Neil Jerram wrote: Neil Jerram <[EMAIL PROTECTED]> writes: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: make check

Re: Intel Mac-mini OSX 10.5.1 guile test results

2008-01-24 Thread Roger Mc Murtrie
ng this. Can you suggest where the problem might be? Thanks Roger On 25/01/2008, at 9:46 AM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: Result of latest make distclean ./configure make gcc -dynamiclib -o .libs/libguilereadline- v-17.17.0.2.dylib .

Re: Intel Mac-mini OSX 10.5.1 guile test results

2008-01-25 Thread Roger Mc Murtrie
On 25/01/2008, at 12:31 PM, Roger Mc Murtrie wrote: I'm having trouble implementing the patches. The problem seems to occur when autoconf runs. It generates configure with a CR after the 3 in the guile version number: #! /bin/sh # Guess values for system-dependent variables and c

Re: Intel Mac-mini OSX 10.5.1 guile test results

2008-01-29 Thread Roger Mc Murtrie
On 30/01/2008, at 10:09 AM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: I managed to get configure to work by changing in guile-readline/ configure.in AC_INIT(guile-readline, m4_esyscmd(. ../GUILE-VERSION && echo -n ${GUILE_VERSION})) to AC_INIT(

Re: MacOS issues

2008-01-31 Thread Roger Mc Murtrie
On 31/01/2008, at 9:31 AM, Neil Jerram wrote: And on Powerbook? (Sorry to keep asking for more... I really appreciate all your help with these issues.) Glad to be of help. A problem has turned up with the Powerbook. make produces ld: Undefined symbols: __rl_init_argument __rl_kill_keyboar

Re: MacOS issues - Powerbook

2008-01-31 Thread Roger Mc Murtrie
ding guile succeeded using ./configure make However make check produced one failed test which I will report separately. Roger On 01/02/2008, at 12:08 AM, Roger Mc Murtrie wrote: On 31/01/2008, at 9:31 AM, Neil Jerram wrote: And on Powerbook? (Sorry to keep asking for more... I really appr

Mac Intel Leopard guile 1.8.4 link fails

2008-02-20 Thread Roger Mc Murtrie
Mac OSX 10.5.2 ./configure make Link failed at gcc -dynamiclib -o .libs/libguile.17.1.2.dylib . ld: warning codegen in ___gmpn_popcount (offset 0x0007) prevents image from loading in dyld shared cache ld: warning codegen in ___gmpn_popcount (offset 0x000E) prevents image from l

Re: Mac Intel Leopard guile 1.8.4 link fails

2008-02-24 Thread Roger Mc Murtrie
On 24/02/2008, at 8:53 PM, Neil Jerram wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> writes: Mac OSX 10.5.2 ./configure make Link failed at gcc -dynamiclib -o .libs/libguile.17.1.2.dylib . ld: warning codegen in ___gmpn_popcount (offset 0x0007) prevents image from loading i

Re: Mac Intel Leopard guile 1.8.4 link fails

2008-02-25 Thread Roger Mc Murtrie
Hi Neil. I wonder if its got something to do with my GMP version: /usr/local/lib/libgmp.3.4.2.dylib Regards Roger On 26/02/2008, at 8:39 AM, Neil Jerram wrote: Torbjorn Granlund <[EMAIL PROTECTED]> writes: If you file a proper bug report, with all the facts and with a test case, then we can

Re: Mac Intel Leopard guile 1.8.4 link fails

2008-02-27 Thread Roger Mc Murtrie
Well, Maybe not! For gmp-4.2.2 I just did ./configure make sudo make install then for guile-1.8.4 ./configure make Success! make check All tests passed. Mysterious! Regards Roger On 28/02/2008, at 9:11 AM, Roger Mc Murtrie wrote: The release version appears to be gmp-4.2.2 Roger On 26/02