edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Geoff McLane <ubuntu@geoffair.info>
To: edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] Problem installing git version on debian sid
Date: Mon, 4 Dec 2017 19:19:43 +0100	[thread overview]
Message-ID: <ce2f706d-b331-551e-a576-4e1b0948b311@geoffair.info> (raw)
In-Reply-To: <alpine.DEB.2.21.1712041047140.32391@debian.pulsar.com>

Hi Chuck,

Concerning HTML Tidy, not sure what you refer to when you say 
'master.zip'? What README?

We have just released 5.6.0, and that should be 5.6.0.zip, or if you 
want to build from the repo -
$ git checkout master
$ git pull
and the version.txt file should contain 5.6.0, 2017.11.25, being the 
latest release...

But concerning your problem, not sure I really have the answer, but 
cmake should be able to find a working cxx/cpp compiler in your system...

My cmake 3.2.2 in Ubuntu linux, 14.04 shows "Check ... /usr/bin/c++ -- 
works"...

Actually tidy does not require cxx/cpp - it is a pure C project - and 
you could add this to the CMakeLists.txt, like change the line -
project (${LIB_NAME})
to
project (${LIB_NAME} C)

And that will tell cmake to ONLY look for a C compiler... and might get 
tidy 5.6.0 built...

But you will still need a cxx/cpp compiler for 'edbrowse', since it 
likewise has only cmake 'project (edbrowse)', in its CMakeLists.txt, 
which without the [LANGUAGE] option will likewise try to test both C and 
CXX by default, whether actually needed or not...

The real question is why is your Debian sid failing on this most basic 
of cmake tests? A cxx/cpp compiler should be installed...

I hope others can address that...

HTH, Geoff.


  reply	other threads:[~2017-12-04 18:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 15:48 Chuck Hallenbeck
2017-12-04 18:19 ` Geoff McLane [this message]
2017-12-04 19:48   ` Chuck Hallenbeck
2017-12-04 20:23     ` Geoff McLane
2017-12-04 23:42       ` Kevin Carhart
2017-12-05  0:47         ` Chuck Hallenbeck
2017-12-05 14:58           ` Chris Brannon
2017-12-05 16:36             ` Chuck Hallenbeck
2017-12-05 16:54               ` Karl Dahlke
2017-12-05 17:26                 ` Chuck Hallenbeck
2017-12-05 18:57                   ` Geoff McLane
2017-12-05 20:03                     ` Chuck Hallenbeck
2017-12-10  6:39                 ` [Edbrowse-dev] what is dispatchEvent and is it needed? Kevin Carhart
2017-12-10  6:48                   ` Karl Dahlke
2017-12-10  8:28                     ` Kevin Carhart
2017-12-05  1:01         ` [Edbrowse-dev] Problem installing git version on debian sid Chuck Hallenbeck
2017-12-04 20:12   ` Chuck Hallenbeck
2017-12-04 20:36     ` Karl Dahlke

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=ce2f706d-b331-551e-a576-4e1b0948b311@geoffair.info \
    --to=ubuntu@geoffair.info \
    --cc=edbrowse-dev@lists.the-brannons.com \
    /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).