Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Mario Domenech Goulart
Hi Frank,

On Mon, 8 Jul 2013 18:51:59 -0400 Frank  wrote:

> Of course. ;-) Here are the links:
> http://paste.call-cc.org/paste?id=2559393a36aeda589fa22510a8d28839a8450e26
> and
> http://paste.call-cc.org/paste?id=98b0d22cdfb9f773e056be1d6575b9896a1d0808

Can't you just include shuffle into exercise?

Like

   (include "shuffle")

in exercise.scm (and remove (declare (unit shuffle)) from shuffle.scm).

Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Frank
Of course. ;-) Here are the links:
http://paste.call-cc.org/paste?id=2559393a36aeda589fa22510a8d28839a8450e26and
http://paste.call-cc.org/paste?id=98b0d22cdfb9f773e056be1d6575b9896a1d0808


On 8 July 2013 10:59, Alan Post  wrote:

> .icoi do go'i ra'o .ui
>
> Whatever is convenient for you, with the caveat that you meant
> pastiche when you said pastebin.  ;-)
>
>   http://paste.call-cc.org/
>
> -Alan
>
> On Mon, Jul 08, 2013 at 10:49:58AM -0400, Frank wrote:
> >coi alyn. .i tcegleki :-)
> >* * I will do so as soon as I*am back at My desk. Should I attach
> them to
> >an e-mail or provide a pastebin link?
> >Sincerely,
> >
> >On Monday, July 8, 2013, Alan Post wrote:
> >
> >  When i've had problems of this sort, it is because I haven't sorted
> >  out my unit declarations, and I'm either missing the main hook or
> >  the complicity of declarations in each file doesn't quite line up.
> >
> >  Without seeing the scripts you're compiling it might be difficult to
> >  provide much help. *Would you post them here?
> >
> >  -Alan
> >
> >  On Mon, Jul 08, 2013 at 10:32:11AM -0400, Frank wrote:
> >  > * *Hi,
> >  > * ** * Using 4.8.0.3, I*compile two scripts separately and then
> >  compile the
> >  > * **.o files into the binary and, upon running the binary,
> receive a
> >  > * *segmentation fault. Can Anyone point Me in the direction of
> >  information on
> >  > * *how the determine the cause, such as, is it in My scripts or
> the
> >  csc?
> >  > * *Sincerely,
> >
> >  > ___
> >  > Chicken-users mailing list
> >  > [1]Chicken-users@nongnu.org
> >  > [2]https://lists.nongnu.org/mailman/listinfo/chicken-users
> >
> >  --
> >  my personal website: [3]http://c0redump.org/
> >
> > References
> >
> >Visible links
> >1. javascript:;
> >2. https://lists.nongnu.org/mailman/listinfo/chicken-users
> >3. http://c0redump.org/
>
> > ___
> > Chicken-users mailing list
> > Chicken-users@nongnu.org
> > https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
> --
> my personal website: http://c0redump.org/
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] [ANN] win32-msgbox

2013-07-08 Thread Michele La Monaca
Hi all!

a little egg useful for Windows apps which need minimal user
interaction and GUI feats.

https://wiki.call-cc.org/eggref/4/win32-msgbox

Ciao,
Michele

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Alan Post
.icoi do go'i ra'o .ui

Whatever is convenient for you, with the caveat that you meant
pastiche when you said pastebin.  ;-)

  http://paste.call-cc.org/

-Alan

On Mon, Jul 08, 2013 at 10:49:58AM -0400, Frank wrote:
>coi alyn. .i tcegleki :-)
>* * I will do so as soon as I*am back at My desk. Should I attach them to
>an e-mail or provide a pastebin link?
>Sincerely,
> 
>On Monday, July 8, 2013, Alan Post wrote:
> 
>  When i've had problems of this sort, it is because I haven't sorted
>  out my unit declarations, and I'm either missing the main hook or
>  the complicity of declarations in each file doesn't quite line up.
> 
>  Without seeing the scripts you're compiling it might be difficult to
>  provide much help. *Would you post them here?
> 
>  -Alan
> 
>  On Mon, Jul 08, 2013 at 10:32:11AM -0400, Frank wrote:
>  > * *Hi,
>  > * ** * Using 4.8.0.3, I*compile two scripts separately and then
>  compile the
>  > * **.o files into the binary and, upon running the binary, receive a
>  > * *segmentation fault. Can Anyone point Me in the direction of
>  information on
>  > * *how the determine the cause, such as, is it in My scripts or the
>  csc?
>  > * *Sincerely,
> 
>  > ___
>  > Chicken-users mailing list
>  > [1]Chicken-users@nongnu.org
>  > [2]https://lists.nongnu.org/mailman/listinfo/chicken-users
> 
>  --
>  my personal website: [3]http://c0redump.org/
> 
> References
> 
>Visible links
>1. javascript:;
>2. https://lists.nongnu.org/mailman/listinfo/chicken-users
>3. http://c0redump.org/

> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users


-- 
my personal website: http://c0redump.org/

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Frank
coi alyn. .i tcegleki :-)
I will do so as soon as I am back at My desk. Should I attach them to
an e-mail or provide a pastebin link?

Sincerely,

On Monday, July 8, 2013, Alan Post wrote:

> When i've had problems of this sort, it is because I haven't sorted
> out my unit declarations, and I'm either missing the main hook or
> the complicity of declarations in each file doesn't quite line up.
>
> Without seeing the scripts you're compiling it might be difficult to
> provide much help.  Would you post them here?
>
> -Alan
>
> On Mon, Jul 08, 2013 at 10:32:11AM -0400, Frank wrote:
> >Hi,
> >* * Using 4.8.0.3, I*compile two scripts separately and then compile
> the
> >*.o files into the binary and, upon running the binary, receive a
> >segmentation fault. Can Anyone point Me in the direction of
> information on
> >how the determine the cause, such as, is it in My scripts or the csc?
> >Sincerely,
>
> > ___
> > Chicken-users mailing list
> > Chicken-users@nongnu.org 
> > https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
> --
> my personal website: http://c0redump.org/
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Alan Post
When i've had problems of this sort, it is because I haven't sorted
out my unit declarations, and I'm either missing the main hook or
the complicity of declarations in each file doesn't quite line up.

Without seeing the scripts you're compiling it might be difficult to
provide much help.  Would you post them here? 

-Alan

On Mon, Jul 08, 2013 at 10:32:11AM -0400, Frank wrote:
>Hi,
>* * Using 4.8.0.3, I*compile two scripts separately and then compile the
>*.o files into the binary and, upon running the binary, receive a
>segmentation fault. Can Anyone point Me in the direction of information on
>how the determine the cause, such as, is it in My scripts or the csc?
>Sincerely,

> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users


-- 
my personal website: http://c0redump.org/

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Segmentation fault

2013-07-08 Thread Frank
Hi,
Using 4.8.0.3, I compile two scripts separately and then compile the
*.o files into the binary and, upon running the binary, receive a
segmentation fault. Can Anyone point Me in the direction of information on
how the determine the cause, such as, is it in My scripts or the csc?

Sincerely,
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users