[plt-scheme] planet with v300 on Windows

From: pedro pinto (pedro.e.pinto at gmail.com)
Date: Tue Dec 27 12:40:41 EST 2005

I can confirm the same problem on my XP box. I emailed Neil about this
yesterday since it looked like the problem might originate in his
schemeunit package. You can work around it I think, the original
compilation fails but the package sources are left in the planet cache
and if you remove the zo files under "compiled" (there are a few zero
length files in there, they might be the only ones you actually need
to get rid of) everything  seems to work (including installation of
dependent packages).



-pp


> Hi.
> I'm using the native Windows distribution.
> I've had no problems on Linux, but on Windows, requiring planet packages
> seems to explode. I don't think it's a planet server problem because, as I
> said, things are fine on Linux, not to mention that the source files,
> e.g., assert-test.ss, are just fine.
> I get the same bad behavior from DrScheme.
>
> Welcome to MzScheme version 300, Copyright (c) 2004-2005 PLT Scheme Inc.
> > (require (planet "test.ss" ("schematics" "schemeunit.plt" 1)))
> > default-load-handler: expected a `module' declaration for `assert-test',
> > but found end-of-file in: #<path:C:\Documents and
> > Settings\ittai\Application Data\PLT
> > Scheme\planet\300\300\cache\schematic...
> setup-plt: Error during Compiling .zos for schemeunit (C:\Documents and
> Settings\ittai\Application Data\PLT
> Scheme\planet\300\300\cache\schematics\schemeunit.plt\1\1)
> setup-plt:   default-load-handler: expected a `module' declaration for
> `assert-test', but found end-of-file in: #<path:C:\Documents and
> Settings\ittai\Application Data\PLT
> Scheme\planet\300\300\cache\schematic...
>
> Any thoughts?
>
> --
> Ittai
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 27 Dec 2005 11:27:04 -0500
> From: "Ittai Balaban" <balaban at cs.nyu.edu>
> Subject: [plt-scheme] v300 - cygwin build errors
> To: plt-scheme at list.cs.brown.edu
> Message-ID: <op.s2gane06imykj3 at acsys-laptop.earthlink.net>
> Content-Type: text/plain; format=flowed; delsp=yes;
>        charset=iso-8859-15
>
> Somewhat related to my previous error report - I planned to see if things
> work better with a cygwin-built mzscheme. But the build, well, fails:
>
> make[6]: Entering directory `/cygdrive/e/ittai/tmp/plt/src/mzscheme/src'
> gcc -g -O2  -Wall     -I./.. -I./../include -c ./network.c -o network.o
> ./network.c: In function `scheme_get_host_address':
> ./network.c:703: error: storage size of 'hints' isn't known
> ./network.c:716: error: invalid application of `sizeof' to incomplete type
> `addr
> info'
> ./network.c:719: error: `AI_PASSIVE' undeclared (first use in this
> function)
> ./network.c:719: error: (Each undeclared identifier is reported only once
> ./network.c:719: error: for each function it appears in.)
> ...
> ...
>
> I get the same with 300.1
>
> I ran configure with --prefix=/usr/local/plt --enable-shared, but I tried
> without --enable-shared as well.
>
> Thanks
> --
> Ittai
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 27 Dec 2005 11:45:54 -0500
> From: Eli Barzilay <eli at barzilay.org>
> Subject: Re: [plt-scheme] web-server-monitor
> To: Patrick Collison <patrick at collison.ie>
> Cc: plt-scheme at list.cs.brown.edu
> Message-ID: <17329.28610.872511.337323 at cain.cs.cornell.edu>
> Content-Type: text/plain; charset=us-ascii
>
> On Dec 27, Patrick Collison wrote:
> > No, just using the standard tgz distributed on the site.
>
> Should be similar enough to using svn.
>
> > Doesn't `make install' run ./install, no?
>
> At the end of `make install' it will tell you if you need to run
> ./install or not.
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                  http://www.barzilay.org/                 Maze is Life!
>
>
> End of plt-scheme Digest, Vol 4, Issue 46
> *****************************************
>


Posted on the users mailing list.