* can't build guile 2.0.3
@ 2011-12-16 13:58 Dongyoon Oh
2011-12-16 14:00 ` Dongyoon Oh
2011-12-16 14:37 ` Andy Wingo
0 siblings, 2 replies; 6+ messages in thread
From: Dongyoon Oh @ 2011-12-16 13:58 UTC (permalink / raw)
To: guile-user
[-- Attachment #1: Type: text/plain, Size: 5162 bytes --]
Hi,
I installed all the dependencies ( libgmp, libiconv, libintl, libltdl,
libunistring,libgc, libffi) of guile 2.0.3
but I get build errors when I use the 'make' command.
>./configure #it worked
> make
rm -f guile-procedures.txt
makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f
guile-procedures.txt
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408:
Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11103:
Cross reference to nonexistent node `Network Address Conversion' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11042:
Cross reference to nonexistent node `Network Databases' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:10992:
Cross reference to nonexistent node `Network Databases' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9929:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9922:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9915:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9829:
Cross reference to nonexistent node `File Ports' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9137:
Cross reference to nonexistent node `Vtables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8740:
Cross reference to nonexistent node `Locales' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8533:
Cross reference to nonexistent node `Bitwise Operations' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7236:
Cross reference to nonexistent node `Character Sets' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7214:
Cross reference to nonexistent node `Character Sets' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7158:
Cross reference to nonexistent node `Multiple Values' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:6041:
Cross reference to nonexistent node `File Ports' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5752:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5741:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5730:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3794:
Cross reference to nonexistent node `File Ports' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3601:
Cross reference to nonexistent node `Locales' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3280:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3273:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3266:
Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2670:
Cross reference to nonexistent node `Character Encoding of Source Files'
(perhaps incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2664:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2646:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1979:
Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
incorrect sectioning?).
/Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1967:
Cross reference to nonexistent node `Closing' (perhaps incorrect
sectioning?).
Making all in module
GUILEC ice-9/eval.go
wrote `ice-9/eval.go'
GUILEC ice-9/psyntax-pp.go
It seems that the program stucks at this moment (i waited for about 10mins
but there was no change)
Can anyone help me?
- Dongyoon
[-- Attachment #2: Type: text/html, Size: 5515 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't build guile 2.0.3
2011-12-16 13:58 can't build guile 2.0.3 Dongyoon Oh
@ 2011-12-16 14:00 ` Dongyoon Oh
2011-12-16 14:37 ` Andy Wingo
1 sibling, 0 replies; 6+ messages in thread
From: Dongyoon Oh @ 2011-12-16 14:00 UTC (permalink / raw)
To: guile-user
[-- Attachment #1: Type: text/plain, Size: 5513 bytes --]
BTW, I'm using Mac OS X 10.7.2(Lion)
Thanks,
Dongyoon
On Fri, Dec 16, 2011 at 5:58 AM, Dongyoon Oh <dyoh47@gmail.com> wrote:
> Hi,
>
> I installed all the dependencies ( libgmp, libiconv, libintl, libltdl,
> libunistring,libgc, libffi) of guile 2.0.3
> but I get build errors when I use the 'make' command.
>
> >./configure #it worked
> > make
>
> rm -f guile-procedures.txt
> makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f
> guile-procedures.txt
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408:
> Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11103:
> Cross reference to nonexistent node `Network Address Conversion' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11042:
> Cross reference to nonexistent node `Network Databases' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:10992:
> Cross reference to nonexistent node `Network Databases' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9929:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9922:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9915:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9829:
> Cross reference to nonexistent node `File Ports' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9137:
> Cross reference to nonexistent node `Vtables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8740:
> Cross reference to nonexistent node `Locales' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8533:
> Cross reference to nonexistent node `Bitwise Operations' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7236:
> Cross reference to nonexistent node `Character Sets' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7214:
> Cross reference to nonexistent node `Character Sets' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7158:
> Cross reference to nonexistent node `Multiple Values' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:6041:
> Cross reference to nonexistent node `File Ports' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5752:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5741:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5730:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3794:
> Cross reference to nonexistent node `File Ports' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3601:
> Cross reference to nonexistent node `Locales' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3280:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3273:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3266:
> Cross reference to nonexistent node `Hash Tables' (perhaps incorrect
> sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2670:
> Cross reference to nonexistent node `Character Encoding of Source Files'
> (perhaps incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2664:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2646:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1979:
> Cross reference to nonexistent node `Ports and File Descriptors' (perhaps
> incorrect sectioning?).
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1967:
> Cross reference to nonexistent node `Closing' (perhaps incorrect
> sectioning?).
> Making all in module
> GUILEC ice-9/eval.go
> wrote `ice-9/eval.go'
> GUILEC ice-9/psyntax-pp.go
>
>
>
> It seems that the program stucks at this moment (i waited for about 10mins
> but there was no change)
> Can anyone help me?
>
> - Dongyoon
>
>
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 5978 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't build guile 2.0.3
2011-12-16 13:58 can't build guile 2.0.3 Dongyoon Oh
2011-12-16 14:00 ` Dongyoon Oh
@ 2011-12-16 14:37 ` Andy Wingo
2011-12-16 20:49 ` Dongyoon Oh
1 sibling, 1 reply; 6+ messages in thread
From: Andy Wingo @ 2011-12-16 14:37 UTC (permalink / raw)
To: Dongyoon Oh; +Cc: guile-user
Hi Dongyoon,
On Fri 16 Dec 2011 14:58, Dongyoon Oh <dyoh47@gmail.com> writes:
> makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f guile-procedures.txt
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408: Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect sectioning?).
> [...]
These are benign; we should get around to fixing them, but they do not
indicate errors.
> Making all in module
> GUILEC ice-9/eval.go
> wrote `ice-9/eval.go'
> GUILEC ice-9/psyntax-pp.go
>
> It seems that the program stucks at this moment (i waited for about 10mins but there was no change)
> Can anyone help me?
This step takes approximately forever ;-). Or, 4 minutes or so on my
machine. But if you wait long enough, it does continue.
Regards,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't build guile 2.0.3
2011-12-16 14:37 ` Andy Wingo
@ 2011-12-16 20:49 ` Dongyoon Oh
2011-12-18 0:25 ` Dongyoon Oh
2011-12-18 11:04 ` Andy Wingo
0 siblings, 2 replies; 6+ messages in thread
From: Dongyoon Oh @ 2011-12-16 20:49 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 1660 bytes --]
Hi, Andy
Thanks for your comment!
So I waited patiently and move onto the next stage but I still got an error
in make:
make all-am
CC readline.lo
readline.c: In function 'init_bouncing_parens':
readline.c:445: warning: implicit declaration of function
'rl_get_keymap_name'
readline.c:445: warning: passing argument 1 of 'strncmp' makes pointer from
integer without a cast
CCLD libguilereadline-v-18.la
Undefined symbols for architecture x86_64:
"_rl_get_keymap_name", referenced from:
_init_bouncing_parens in readline.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[3]: *** [libguilereadline-v-18.la] Error 1
Best,
Dongyoon
On Fri, Dec 16, 2011 at 6:37 AM, Andy Wingo <wingo@pobox.com> wrote:
> Hi Dongyoon,
>
> On Fri 16 Dec 2011 14:58, Dongyoon Oh <dyoh47@gmail.com> writes:
>
> > makeinfo --force -o guile-procedures.txt guile-procedures.texi || test
> -f guile-procedures.txt
> >
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408:
> Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect
> sectioning?).
> > [...]
>
> These are benign; we should get around to fixing them, but they do not
> indicate errors.
>
> > Making all in module
> > GUILEC ice-9/eval.go
> > wrote `ice-9/eval.go'
> > GUILEC ice-9/psyntax-pp.go
> >
> > It seems that the program stucks at this moment (i waited for about
> 10mins but there was no change)
> > Can anyone help me?
>
> This step takes approximately forever ;-). Or, 4 minutes or so on my
> machine. But if you wait long enough, it does continue.
>
> Regards,
>
> Andy
> --
> http://wingolog.org/
>
[-- Attachment #2: Type: text/html, Size: 2391 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't build guile 2.0.3
2011-12-16 20:49 ` Dongyoon Oh
@ 2011-12-18 0:25 ` Dongyoon Oh
2011-12-18 11:04 ` Andy Wingo
1 sibling, 0 replies; 6+ messages in thread
From: Dongyoon Oh @ 2011-12-18 0:25 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]
I succeeded in installing guile 2.0.3 after I installed gcc 4.6.2
separately from Xcode installation.
Thanks,
Dongyoon
On Fri, Dec 16, 2011 at 12:49 PM, Dongyoon Oh <dyoh47@gmail.com> wrote:
> Hi, Andy
>
> Thanks for your comment!
> So I waited patiently and move onto the next stage but I still got an
> error in make:
>
> make all-am
> CC readline.lo
> readline.c: In function 'init_bouncing_parens':
> readline.c:445: warning: implicit declaration of function
> 'rl_get_keymap_name'
> readline.c:445: warning: passing argument 1 of 'strncmp' makes pointer
> from integer without a cast
> CCLD libguilereadline-v-18.la
> Undefined symbols for architecture x86_64:
> "_rl_get_keymap_name", referenced from:
> _init_bouncing_parens in readline.o
> ld: symbol(s) not found for architecture x86_64
> collect2: ld returned 1 exit status
> make[3]: *** [libguilereadline-v-18.la] Error 1
>
> Best,
> Dongyoon
>
>
> On Fri, Dec 16, 2011 at 6:37 AM, Andy Wingo <wingo@pobox.com> wrote:
>
>> Hi Dongyoon,
>>
>> On Fri 16 Dec 2011 14:58, Dongyoon Oh <dyoh47@gmail.com> writes:
>>
>> > makeinfo --force -o guile-procedures.txt guile-procedures.texi || test
>> -f guile-procedures.txt
>> >
>> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408:
>> Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect
>> sectioning?).
>> > [...]
>>
>> These are benign; we should get around to fixing them, but they do not
>> indicate errors.
>>
>> > Making all in module
>> > GUILEC ice-9/eval.go
>> > wrote `ice-9/eval.go'
>> > GUILEC ice-9/psyntax-pp.go
>> >
>> > It seems that the program stucks at this moment (i waited for about
>> 10mins but there was no change)
>> > Can anyone help me?
>>
>> This step takes approximately forever ;-). Or, 4 minutes or so on my
>> machine. But if you wait long enough, it does continue.
>>
>> Regards,
>>
>> Andy
>> --
>> http://wingolog.org/
>>
>
>
[-- Attachment #2: Type: text/html, Size: 2909 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't build guile 2.0.3
2011-12-16 20:49 ` Dongyoon Oh
2011-12-18 0:25 ` Dongyoon Oh
@ 2011-12-18 11:04 ` Andy Wingo
1 sibling, 0 replies; 6+ messages in thread
From: Andy Wingo @ 2011-12-18 11:04 UTC (permalink / raw)
To: Dongyoon Oh; +Cc: guile-user
On Fri 16 Dec 2011 21:49, Dongyoon Oh <dyoh47@gmail.com> writes:
> CC readline.lo
> readline.c: In function 'init_bouncing_parens':
> readline.c:445: warning: implicit declaration of function 'rl_get_keymap_name'
> readline.c:445: warning: passing argument 1 of 'strncmp' makes pointer from integer without a cast
This is probably Apple's `lineedit' pretending to be GNU readline, but
not being entirely compatible. Either install GNU readline, or disable
readline when compiling.
Cheers,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-12-18 11:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 13:58 can't build guile 2.0.3 Dongyoon Oh
2011-12-16 14:00 ` Dongyoon Oh
2011-12-16 14:37 ` Andy Wingo
2011-12-16 20:49 ` Dongyoon Oh
2011-12-18 0:25 ` Dongyoon Oh
2011-12-18 11:04 ` Andy Wingo
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).