monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] monotone patch


From: Tom Tromey
Subject: [Monotone-devel] monotone patch
Date: 21 Aug 2003 16:37:38 -0600

Graydon, thanks a lot for making it easier to build.
I spent a little time on it today and it went swimmingly.

I needed the appended to make it build.  Ok to check in?

Some of the g++ invocations really cripple my machine.
Time to upgrade :-)

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * database.cc: Include "sqlite/sqlite.h", not <sqlite.h>.

Index: database.cc
===================================================================
RCS file: /cvsroot/monotone/monotone/database.cc,v
retrieving revision 1.10
diff -u -r1.10 database.cc
--- database.cc 19 Aug 2003 08:47:46 -0000 1.10
+++ database.cc 21 Aug 2003 22:37:50 -0000
@@ -11,7 +11,6 @@
 
 #include <stdarg.h>
 
-#include <sqlite.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/lexical_cast.hpp>
 #include <boost/filesystem/path.hpp>
@@ -25,6 +24,8 @@
 #include "transforms.hh"
 #include "vocab.hh"
 #include "xdelta.hh"
+
+#include "sqlite/sqlite.h"
 
 // this file defines a public, typed interface to the database.
 // the database class encapsulates all knowledge about sqlite,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]