edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Chris Brannon <chris@the-brannons.com>
To: Adam Thompson <arthompson1990@gmail.com>
Cc: Karl Dahlke <eklhad@comcast.net>,  Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] edbrowse and edbrowse-js not communicating
Date: Thu, 17 Dec 2015 02:44:19 -0800	[thread overview]
Message-ID: <87bn9pjqws.fsf@mushroom.localdomain> (raw)
In-Reply-To: <20151215125827.GA702@toaster.adamthompson.me.uk> (Adam Thompson's message of "Tue, 15 Dec 2015 12:58:27 +0000")

Adam Thompson <arthompson1990@gmail.com> writes:

> Definitely, otherwise we leave ourselves open to all sorts of strangeness in the future.

Well unfortunately checking for Tidy versions is going to be a smidge
more involved than I'd like.  Basically at compile time, we can
trivially determine whether we're trying to link against tidy or
tidy-html5, refusing to link against old tidy.
But then we also have to do a runtime check, to make sure that we have a
recent enough tidy-html5.

>> That begs a question.  At some point, should we consider deprecating all
>> of our makefiles?

> I was actually planning to send an email asking this,

Yes, it works quite well, doesn't it?
I've always been a bit fond of our single makefile approach, but cmake
is so much better for the cross-platform stuff.
If we keep the makefiles around, our biggest concern will be
guaranteeing that they never get out of sync with cmake.

> is there any chance we could add an install (and even uninstall)
> rule just to make everything a bit more standard and in case we ever need to
> compile parts of the code as shared objects?

Sure.  I added the install rule tonight.
It's too bad that cmake doesn't give you an uninstall rule "for free",
but they describe how to craft one in their FAQ.  I'll be happy to add
it if you like.

-- Chris

  reply	other threads:[~2015-12-17 10:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 15:32 Chuck Hallenbeck
2015-12-14 18:04 ` Chris Brannon
2015-12-14 18:12   ` Karl Dahlke
2015-12-15  4:55     ` Chris Brannon
2015-12-15 12:58       ` Adam Thompson
2015-12-17 10:44         ` Chris Brannon [this message]
2015-12-19 12:37           ` Adam Thompson
2015-12-19 12:58             ` Chris Brannon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bn9pjqws.fsf@mushroom.localdomain \
    --to=chris@the-brannons.com \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    --cc=arthompson1990@gmail.com \
    --cc=eklhad@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).