<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/destral/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/destral/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Jan 2008 22:05:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/destral/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>cmake failure without a C++ compiler installed</title><link>https://sourceforge.net/p/destral/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Destral is pure C code, but cmake won't work if a C++ compiler is not installed.&lt;/p&gt;
&lt;p&gt;cmake output:&lt;br /&gt;
--------8&amp;lt;----------------------------------&lt;br /&gt;
-- Check for working C compiler: /usr/bin/gcc&lt;br /&gt;
-- Check for working C compiler: /usr/bin/gcc -- works&lt;br /&gt;
-- Check size of void*&lt;br /&gt;
-- Check size of void* - done&lt;br /&gt;
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND&lt;br /&gt;
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.&lt;br /&gt;
CMake Error: Internal CMake error, TryCompile configure of cmake failed&lt;br /&gt;
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND -- broken&lt;br /&gt;
CMake Error: The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to compile a simple test program.&lt;br /&gt;
It fails with the following output: &lt;/p&gt;
&lt;p&gt;CMake will not be able to correctly generate this project.&lt;br /&gt;
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.&lt;br /&gt;
-- Configuring done&lt;br /&gt;
--------8&amp;lt;----------------------------------&lt;/p&gt;
&lt;p&gt;Fix:&lt;/p&gt;
&lt;p&gt;=== modified file 'CMakeLists.txt'&lt;br /&gt;
--- CMakeLists.txt      2008-01-26 14:37:17 +0000&lt;br /&gt;
+++ CMakeLists.txt      2008-01-28 20:47:03 +0000&lt;br /&gt;
@@ -1,4 +1,4 @@&lt;br /&gt;
-PROJECT(destral)&lt;br /&gt;
+PROJECT(destral C)&lt;/p&gt;
&lt;p&gt;ADD_EXECUTABLE(destral destral.c scalpel.c)&lt;/p&gt;
&lt;p&gt;Or, install a C++ compiler... ;-)&lt;/p&gt;
&lt;p&gt;Saludos :-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 28 Jan 2008 22:05:04 -0000</pubDate><guid>https://sourceforge.netf744e10b8a09ae9b777a47a6c7e2436475a66af1</guid></item></channel></rss>