From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::22a; helo=mail-it0-x22a.google.com; envelope-from=chuckhallenbeck@gmail.com; receiver= Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) by hurricane.the-brannons.com (Postfix) with ESMTPS id B9FA6779AA for ; Mon, 4 Dec 2017 07:47:22 -0800 (PST) Received: by mail-it0-x22a.google.com with SMTP id d16so7679199itj.1 for ; Mon, 04 Dec 2017 07:49:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:reply-to:to:subject:message-id:user-agent:mime-version; bh=TGArDsZqyWslxaxvCosebez/yAp//kxGYICbft4GFYY=; b=Op8svFhVp133ieq5VeePwWTx3hv3WWnpbFpvnHHSXWxJs3+BiH+CNlXndlh5heSPeB su/Ij5QDDCBUqWvLRLOc3vx0dbViD8l5tLeR0J/i8v+MAFHrPwn+mxEy1q9io+DA5xgb x5IgVaJsD/S/t6T6Ix6Faa+M0F9E5WiSs8UjMJErHjnvDVhDqPff6+ezUthbsFnNaTIj VyMJtVpT6eSIMp12ctwVFF9EoGyoywfxZbS9I5DFleVyHoNRe/HlAPMGbFufOgAKmeob 4ZEhg/RqSUFw7Nj+E0SCQ7UIFsfwlouhqGm3F2pPh4uMeQj1s3C8UipVGd4w3CwonaJY PhXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:reply-to:to:subject:message-id :user-agent:mime-version; bh=TGArDsZqyWslxaxvCosebez/yAp//kxGYICbft4GFYY=; b=hfwcrjGKmXnLYv+lcNzw5Uo9nPR2SB5kzd+WRkdJVC363sX0ZPJ/ekIU/6XCZwRH2v hX+1kHfET6fCC705ZcGTZKkS6kwVLDfJMPt6YTQvmdY0b9bf4Z4OJzYOqiLXDQO+7RBd cBSfHfBCMmtVsCq5ubdWQginMh/63sb353UoWjYd4P6KZtKipJOkaN0viC9Ta6BIc7M8 YSQGb8eETHw58k5uFXVWT+505W4VQWiXfVDfhUL+gztSMeUAb1uedmnJBiiTpkQtbFaB t9LlzIRulLfwjaPCqdysBtGckEAVa8CNq3JpQOpcPdke2hJQVCokJUDJHR63Qf62wB+N QnQg== X-Gm-Message-State: AJaThX5ol9VQzoM4OkZgZ+lbOYy5zkAu5I/EN8q4PLilg+PvujqG040I FWSRY/KYCgTM+9A0AlB0hK/NwA== X-Google-Smtp-Source: AGs4zMYQfTI6Iiljhza9cV+z78CUO9TorjvVRzRZnuatIXDa3EzC5BfzOhrxy3z5qOfyaQMCS5NYSA== X-Received: by 10.107.5.147 with SMTP id 141mr21923755iof.213.1512402555026; Mon, 04 Dec 2017 07:49:15 -0800 (PST) Received: from debian.attlocal.net ([2602:306:30d2:9040:f24d:a2ff:fe2f:22e9]) by smtp.gmail.com with ESMTPSA id 97sm6089340ioh.22.2017.12.04.07.49.13 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Dec 2017 07:49:14 -0800 (PST) From: Chuck Hallenbeck X-Google-Original-From: Chuck Hallenbeck Date: Mon, 4 Dec 2017 10:48:57 -0500 (EST) X-X-Sender: chuck@debian.pulsar.com Reply-To: Chuck Hallenbeck To: Edbrowse Development Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1995455666-1512402554=:32391" Subject: [Edbrowse-dev] Problem installing git version on debian sid X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 15:47:22 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1995455666-1512402554=:32391 Content-Type: text/plain; format=flowed; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Hi folks, I have recently been using the edbrowse 3.7.1 package provided by my package manager on two systems here, debian sid, and archlinux. I wanted to switch to the git version on both systems, with these results: On archlinux, I did a git clone using the URL shown on www.edbrowse.org, changed to the edbrowse/src directory, did a make as normal user, and got a successful compile. On Debian however, the make failed because of a missing tidy.h file. So I then retrieved the latest tidy-html5 master.zip as per the README, but that compile failed also, because cmake was unable to successfully compile the simple test program. Evidently it did not locate the cxx compiler, which on Debian sid seems to be called cpp, a simlink to cpp-7, and I'm not sure what to try next. I repeated the process capturing the output, and include it below, about 65 lines. Any suggestions are most welcome. Script started on 2017-12-04 02:37:44-0500 [archie@debian cmake]$ cmake ../.. -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/cpp -- Check for working CXX compiler: /usr/bin/cpp -- broken CMake Error at /usr/share/cmake-3.9/Modules/CMakeTestCXXCompiler.cmake:44 (message): The C++ compiler "/usr/bin/cpp" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_97a4d/fast" /usr/bin/make -f CMakeFiles/cmTC_97a4d.dir/build.make CMakeFiles/cmTC_97a4d.dir/build make[1]: Entering directory '/home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_97a4d.dir/testCXXCompiler.cxx.o /usr/bin/cpp -o CMakeFiles/cmTC_97a4d.dir/testCXXCompiler.cxx.o -c /home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeTmp/testCXXCompiler.cxx cpp: fatal error: ¡-c¢ is not a valid option to the preprocessor compilation terminated. CMakeFiles/cmTC_97a4d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_97a4d.dir/testCXXCompiler.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_97a4d.dir/testCXXCompiler.cxx.o] Error 1 make[1]: Leaving directory '/home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_97a4d/fast' failed make: *** [cmTC_97a4d/fast] Error 2 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:26 (project) -- Configuring incomplete, errors occurred! See also "/home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeOutput.log". See also "/home/archie/src/tidy-html5-master/build/cmake/CMakeFiles/CMakeError.log". [archie@debian cmake]$ exit Script done on 2017-12-04 02:39:06-0500 I appreciate all the work you folks have been doing and am anxious to see some of those improvements in action. Chuck H. -- Here In Northeast Ohio, The Moon is Waning Gibbous (99% of Full) When your only tool is a hammer, everything looks like a nail. Sent from Dianna's iPhone. --8323329-1995455666-1512402554=:32391--