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
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
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
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 <
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
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: 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
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
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
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
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:
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:
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
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 .
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
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(
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
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 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
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
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
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
22 matches
Mail list logo