Re: silc-client on cygwin

"Dan Guido" <[email protected]> Wed, 22 Oct 2008 23:15:10 -0400
Newsgroups gmane.network.silc.devel
Message-ID <[email protected]>
I realized that my previous error was from the lack of pkg-config.
However, now I am having more errors. configure tells me that I'm all
good to compile, but upon trying to make I start getting the following
errors:

Channel.o: In function `XS_Irssi_channels':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.xs:
11: undefined reference to `_channels'
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.xs:
12: undefined reference to `_irssi_bless_iobject'
Channel.o: In function `XS_Irssi_channel_find':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.xs:
19: undefined reference to `_channel_find'
Channel.o: In function `XS_Irssi_channel_find':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:6
3: undefined reference to `_irssi_bless_iobject'
Channel.o: In function `XS_Irssi__Server_channels':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:8
5: undefined reference to `_irssi_ref_object'
Channel.o: In function `XS_Irssi__Server_channels':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.xs:
34: undefined reference to `_irssi_bless_iobject'
Channel.o: In function `XS_Irssi__Server_channels_join':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:1
12: undefined reference to `_irssi_ref_object'
Channel.o: In function `XS_Irssi__Server_channel_find':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:1
35: undefined reference to `_irssi_ref_object'
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:1
39: undefined reference to `_channel_find'
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:1
40: undefined reference to `_irssi_bless_iobject'
Channel.o: In function `XS_Irssi__Server_nicks_get_same':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Channel.c:1
62: undefined reference to `_irssi_ref_object'

Which goes on for pages and pages before I get this:
:26: undefined reference to `_g_return_if_fail_warning'
Settings.o: In function `perl_settings_free':
/home/Administrator/bin/silc-client-1.1.5/apps/irssi/src/perl/common/Settings.xs
:39: undefined reference to `_g_slist_free'
collect2: ld returned 1 exit status
make[7]: *** [blib/arch/auto/Irssi/Irssi.dll] Error 1
/bin/sh: line 1: cd: ui: No such file or directory
/bin/sh: line 1: cd: textui: No such file or directory
/bin/sh: line 1: cd: silc: No such file or directory
make[6]: *** [all-local] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any ideas why this might be?

Thanks.

--
Dan Guido



On Mon, Oct 20, 2008 at 9:20 PM, Dan Guido <[email protected]> wrote:
> When trying to configure silc-client on cygwin, I get the following
> errors. I have glib2 and glib2-devel installed.
>
> checking size of off_t... 8
> checking whether GLib is unpacked to irssi dir... no
> checking for pkg-config... no
> checking for GLIB - version >= 2.0.0... no
> *** A new enough version of pkg-config was not found.
> *** See http://www.freedesktop.org/software/pkgconfig/
> *** trying without -lgmodule
> checking for pkg-config... (cached) no
> checking for GLIB - version >= 2.0.0... no
> *** A new enough version of pkg-config was not found.
> *** See http://www.freedesktop.org/software/pkgconfig/
> checking for glib-config... no
> checking for GLIB - version >= 1.2.0... no
> *** The glib-config script installed by GLIB could not be found
> *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GLIB_CONFIG environment variable to the
> *** full path to glib-config.
> *** trying without -lgmodule
> checking for glib-config... (cached) no
> checking for GLIB - version >= 1.2.0... no
> *** The glib-config script installed by GLIB could not be found
> *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GLIB_CONFIG environment variable to the
> *** full path to glib-config.
>
> *** If you don't have GLIB, you can get it from ftp://ftp.gtk.org
> *** If you can't install GLIB anywhere or if you don't want to,
> *** you can just unpack it to Irssi's source directory and
> *** Irssi will automatically compile and use it.
>
> *** I can download GLib for you now. If you don't want to, press CTRL-C now.
>
> *** Press ENTER to continue
> --2008-10-20 21:16:49--  ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.3.tar.gz
>           => `glib-2.8.3.tar.gz'
> Resolving ftp.gtk.org... 128.101.240.213
> Connecting to ftp.gtk.org|128.101.240.213|:21... connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.    ==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD /pub/gtk/v2.8 ... done.
> ==> SIZE glib-2.8.3.tar.gz ... done.
> ==> PASV ... done.    ==> RETR glib-2.8.3.tar.gz ...
> No such file `glib-2.8.3.tar.gz'.
>
> gzip: glib-2.8.3.tar.gz: No such file or directory
> configure: error: GLIB is required to build irssi.
> configure: error: ./configure failed for apps/irssi
>
_______________________________________________________________________
Info:    https://lists.silcnet.org/mailman/listinfo/silc-announce
Archive: https://lists.silcnet.org/pipermail/silc-announce
FAQ:     http://silcnet.org/support/faq/