skapata has quit [Remote host closed the connection]
morte_ has joined #racket
Tuplanolla has quit [Quit: Leaving.]
Origin has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
morte_ has quit [Remote host closed the connection]
avocadoist has quit [Ping timeout: 246 seconds]
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
skapate has quit [Remote host closed the connection]
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
dhil has joined #racket
jeosol has quit [Quit: Client closed]
dhil has quit [Ping timeout: 255 seconds]
dhil has joined #racket
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #racket
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
ratzkewatzke has quit [Ping timeout: 246 seconds]
ratzkewatzke has joined #racket
ufi has joined #racket
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #racket
ufi has quit [Quit: Leaving]
Viking667 has joined #racket
<Viking667>
okay, very quick question. I don't see a "make clean" (to remove compiled output and restore to original source tree). Is that deliberate, or just simply never implemented?
<Viking667>
The reason I'm asking is that I installed 8.10 from a source tarball, but wanted to clear out everything but the original source.
<bremner>
hrm. Let me see what the debian packages do to clean up
<bremner>
hmm. it seems like everything is inside ./build for me?
<bremner>
but yeah, looks like the upstream build does not do a good job of cleaning up
<bremner>
Viking667: how about "git clean -fdx", does that get you back to pristine state?
<bremner>
might need a "git reset --hard" as well.
<Viking667>
I guess that'd work if I'd pulled it from git to start with. I didn't.
<Viking667>
"... I installed 8.10 from a source tarball..."
<Viking667>
Ah. If it's all encapsulated in build/ then that makes it easier to remove. Now - as for another problem? That compile doesn't have any way to produce a libmzscheme.a (or a .so). How's that being done these days, if at all?
<Viking667>
For the others here, the context is to build the mzscheme support for the vim editor, which looks for that library, and if it doesn't find that file, it won't compile in support for using mzscheme.
<bremner>
you might need to build "racket bc" for mzscheme support, I'm not sure