unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
To: "Andrius Burokas (javamustang)" <javamustang@gmail.com>
Cc: bug-guile@gnu.org
Subject: Re: ERROR: In procedure scm_i_lreadparen: #<unknown port>:1:7: end of file
Date: Tue, 24 Mar 2009 20:38:37 +0000	[thread overview]
Message-ID: <87y6uuslki.fsf@arudy.ossau.uklinux.net> (raw)
In-Reply-To: <f6a0dfd20903180943l6910b47aw147b07742b927a54@mail.gmail.com> (Andrius Burokas's message of "Wed\, 18 Mar 2009 18\:43\:00 +0200")

"Andrius Burokas (javamustang)" <javamustang@gmail.com> writes:

> Hello,
>
>   I'm having troubles to compile guile from source (guile-1.8.6). I am getting
> these errors:

> ERROR: In procedure scm_i_lreadparen:
> ERROR: #<unknown port>:1:7: end of file
> make[3]: *** [guile-procedures.texi] Error 1

Can you post the first 10 lines of your libguile/alist.doc file?

> For the elimination of previous errors I modified the file /libguile/guile.c:
> Changed lines
>
> #ifdef __MINGW32__
> # define SCM_IMPORT 1
> #endif
>
> with
>
> #ifdef __MINGW32__
> # undef SCM_IMPORT
> #endif
>
> The purpose of this modification was to eliminate these undefined references:
>
> make[3]: Entering directory `/home/Andrius/guile-1.8.6/libguile'
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -D__MINGW32__ -Wall
> -Wmissing-prototypes -Werror   -o guile.exe guile-guile.o libguile.la -lgmp
> -lws2_32 -lm -lltdl
> libtool: link: gcc -D__MINGW32__ -Wall -Wmissing-prototypes -Werror -o .libs/
> guile.exe guile-guile.o  ./.libs/libguile.a -lgmp -lws2_32 -lltdl
> guile-guile.o:guile.c:(.text+0x23): undefined reference to `_imp__gdb_options'
> guile-guile.o:guile.c:(.text+0x2d): undefined reference to `_imp__gdb_language'
> guile-guile.o:guile.c:(.text+0x37): undefined reference to `_imp__gdb_result'
> guile-guile.o:guile.c:(.text+0x41): undefined reference to `_imp__gdb_output'
> guile-guile.o:guile.c:(.text+0x4b): undefined reference to
> `_imp__gdb_output_length'
> guile-guile.o:guile.c:(.text+0x55): undefined reference to
> `_imp__gdb_maybe_valid_type_p'
> guile-guile.o:guile.c:(.text+0x5f): undefined reference to `_imp__gdb_read'
> guile-guile.o:guile.c:(.text+0x69): undefined reference to `_imp__gdb_eval'
> guile-guile.o:guile.c:(.text+0x73): undefined reference to `_imp__gdb_print'
> guile-guile.o:guile.c:(.text+0x7d): undefined reference to `_imp__gdb_binding'
> guile-guile.o:guile.c:(.text+0x94): undefined reference to `_imp__scm_shell'
> guile-guile.o:guile.c:(.text+0xe9): undefined reference to
> `_imp__scm_boot_guile'
> collect2: ld returned 1 exit status
> make[3]: *** [guile.exe] Error 1
>
> In either way, I can't finish building the package successfully. I don't know
> if the modification to guile.c causes the texi errors or not. But I'd
> appreciate some comments on my situation.

I would say those import errors are unconnected to the
scm_i_lreadparen problem.

Thanks,
        Neil




  reply	other threads:[~2009-03-24 20:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18 16:43 ERROR: In procedure scm_i_lreadparen: #<unknown port>:1:7: end of file Andrius Burokas (javamustang)
2009-03-24 20:38 ` Neil Jerram [this message]
2009-03-30  9:07   ` Andrius Burokas (javamustang)
2009-10-18 21:41     ` Neil Jerram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6uuslki.fsf@arudy.ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=bug-guile@gnu.org \
    --cc=javamustang@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).