Menu

#4 Build fix for GCC 3.4.2

open
vega (4)
5
2004-09-15
2004-09-15
Anonymous
No

Apparently, grid.cc missing #include <math.h>, since it
uses floor(), and thus does not build in its vanilla
form. This is a quick fix:
%%%
--- grid.cc.orig Wed Sep 15 16:21:00 2004
+++ grid.cc Wed Sep 15 16:21:47 2004
@@ -15,6 +15,7 @@
// Copyright Liam Girdwood 2003

+#include <math.h>
#include "grid.hh"

namespace Vega

%%%
by danfe@nsu.ru

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.