Hi,<br><br>I'm trying to install the HWiki package without success.<br><br>I'm running DrScheme 4.2 on Ubuntu 9.04.<br><br>The suggested line for installation is:<br><br>> (require (planet "[file]" ("oesterholt" "hwiki.plt" 1 15)))<br>
<br>but it gets rejected with:<br><br>> planet: bad module path in: (planet "[file]" ("oesterholt" "hwiki.plt" 1 15))<br><br>Then, I've tried:<br><br>> (require (planet "hwiki.scm" ("oesterholt" "hwiki.plt" 1 15)))<br>
<br>which fails with:<br><br>compile: unbound identifier in module<br>setup-plt: error: during making for <planet>/oesterholt/roos.plt/1/9 (roos)<br>setup-plt: compile: unbound identifier in module<br>compile: unbound identifier in module<br>
setup-plt: error: during making for <planet>/oesterholt/sqlid.plt/1/5 (sqlid)<br>setup-plt: compile: unbound identifier in module<br>compile: unbound identifier in module<br>setup-plt: error: during making for <planet>/oesterholt/hwiki.plt/1/15 (hwiki)<br>
setup-plt: compile: unbound identifier in module<br>module: identifier is already imported<br>module: identifier is already imported<br>module: identifier is already imported<br>setup-plt: error: during making for <planet>/schematics/port.plt/1/3 (port)<br>
setup-plt: module: identifier is already imported<br>setup-plt: error: during making for <planet>/schematics/port.plt/1/3/scribblings<br>setup-plt: module: identifier is already imported<br>setup-plt: error: during Building docs for /home/internet/.plt-scheme/planet/300/4.2/cache/schematics/port.plt/1/3/scribblings/port.scrbl<br>
setup-plt: module: identifier is already imported<br>module: identifier is already imported<br>setup-plt: error: during making for <planet>/schematics/instaweb.plt/1/8 (instaweb)<br>setup-plt: module: identifier is already imported<br>
compile: unbound identifier in module<br>setup-plt: error: during making for <planet>/oesterholt/datastructs.plt/1/0 (datastructs)<br>setup-plt: compile: unbound identifier in module<br>compile: unbound identifier in module<br>
load-handler: expected a `module' declaration for `example-server' in #<path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm>, but found something else<br>
setup-plt: error: during making for <planet>/oesterholt/mzrpc.plt/1/4 (mzrpc)<br>setup-plt: compile: unbound identifier in module<br>setup-plt: error: during making for <planet>/oesterholt/mzrpc.plt/1/4/examples<br>
setup-plt: load-handler: expected a `module' declaration for `example-server' in #<path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm>, but found something else<br>
. ../../../.plt-scheme/planet/300/4.2/cache/oesterholt/datastructs.plt/1/0/fifo.scm:102:20: expand: unbound identifier in module in: set-cdr!<br><br><br><br>Thanks<br><br>