On Mon, 16 Jun 2014 23:43:15 -0400
Jimmy Lu wrote:
> I sequestered SB-BSD-SOCKETS and it still did not work. It seems more
> of an ECL problem, failing to recognize SB-BSD-SOCKETS as a dependency
> and link it into the standalone program, or there is something I am
> missing to make ECL recogniz
Hi Binghe,
I sequestered SB-BSD-SOCKETS and it still did not work. It seems more
of an ECL problem, failing to recognize SB-BSD-SOCKETS as a dependency
and link it into the standalone program, or there is something I am
missing to make ECL recognize it as a dependency. The code works well
when b
Hi Jimmy
Is this a problem of ECL (SB-BSD-SOCKETS) or USOCKET? For example, if you write
a simple program with SB-BSD-SOCKETS itself used and then dump it into
stand-alone program, can it work?
If it's confirmed as an issue of USOCKET, the way it calls underlying ECL
functions, I need to fix i
I just ran into the same problem. Have you perhaps discovered a solution or
workaround?
On Wed, Apr 2, 2014 at 5:42 AM, Jimmy Lu wrote:
> Hi,
>
> I ran into the following error when trying to use ASDF:MAKE-BUILD to
> build a stand-alone program whose dependencies include USOCKET (thus
> SB-BSD-
Hi,
I ran into the following error when trying to use ASDF:MAKE-BUILD to
build a stand-alone program whose dependencies include USOCKET (thus
SB-BSD-SOCKETS). The error happened when I ran the executable being
built.
Condition of type: SIMPLE-ERROR
Package ((SB-BSD-SOCKETS . #)) referenc