2003-03-07 21:43:13

by H. Peter Anvin

[permalink] [raw]
Subject: Re: BitBucket: GPL-ed *notrademarkhere* clone

Followup to: <[email protected]>
By author: Pavel Machek <[email protected]>
In newsgroup: linux.dev.kernel
>
> b) take something else, *merge cssc to
> it*, then add my stuff. Ouch. svn is out
> because of licensing, cvs is not powerfull
> enough, and I do not like arch. (I did
> not know abojt opencm, sorry).
>

I would really, really take a look at opencm first then. Really.

-hpa
--
<[email protected]> at work, <[email protected]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64


2003-03-07 23:03:10

by Daniel Phillips

[permalink] [raw]
Subject: Re: BitBucket: GPL-ed *notrademarkhere* clone

On Fri 07 Mar 03 22:53, H. Peter Anvin wrote:
> I would really, really take a look at opencm first then. Really.

Untarring and building opencm-0.1.2alpha2-1-src.tgz generated an empty show.c
file. Not feeling too imaginative, I did:

-int show_c(SDR_stream *strm, const Buffer *input);
+int show_c(SDR_stream *strm, const Buffer *input) { return 0; }

in Browse.c, and was rewarded with a build.

Is this still on-topic for lkml?

Regards,

Daniel