[gnote] Remove boost filesystem usage
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Remove boost filesystem usage
- Date: Fri, 29 Apr 2011 21:22:39 +0000 (UTC)
commit 9784fbbe6a8c5d40c3ea90a29bc64943ff70a4d6
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Sat Apr 2 00:42:26 2011 +0300
Remove boost filesystem usage
Remove use of boost filesystem from builsystem.
Bump required versions of glib and glibmm to 2.18.
configure.ac | 3 +--
src/Makefile.am | 9 +++++----
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5370435..e596fc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl all the library version.
dnl if one is harcoded elsewhere, it is a bug
GTK_VERSION=2.20
-LIBGLIBMM_VERSION=2.0
+LIBGLIBMM_VERSION=2.18
LIBGTKMM_VERSION=2.12.0
LIBGCONF_VERSION=2.0.0
LIBPANELAPPLETMM_VERSION=2.22.0
@@ -127,7 +127,6 @@ AM_CONDITIONAL(FIXED_GTKSPELL, test "$FIXED_GTKSPELL" = "yes")
BOOST_REQUIRE([$BOOST_VERSION])
BOOST_BIND
BOOST_CONVERSION
-BOOST_FILESYSTEM
BOOST_FORMAT
BOOST_TEST([s])
AC_CHECK_HEADER(tr1/memory,,[
diff --git a/src/Makefile.am b/src/Makefile.am
index 19c8795..5e8ba3e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ AM_LDFLAGS=-export-dynamic
GNOTE_LIBS = libgnote.a $(top_builddir)/libtomboy/libtomboy.la \
@LIBGLIBMM_LIBS@ @LIBGTKMM_LIBS@ \
- @GCONF_LIBS@ @BOOST_FILESYSTEM_LIBS@ @BOOST_SYSTEM_LIBS@ \
+ @GCONF_LIBS@ \
@LIBXSLT_LIBS@ \
@PCRE_LIBS@ \
@DBUS_LIBS@ \
@@ -47,11 +47,12 @@ stringtest_LDADD = @PCRE_LIBS@ @LIBGLIBMM_LIBS@
filestest_SOURCES = test/filestest.cpp \
sharp/files.cpp
-filestest_LDADD = @BOOST_FILESYSTEM_LIBS@ @LIBGLIBMM_LIBS@ -lboost_system-mt
+filestest_LDADD = @LIBGLIBMM_LIBS@ -lgiomm-2.4
fileinfotest_SOURCES = test/fileinfotest.cpp \
- sharp/fileinfo.cpp
-fileinfotest_LDADD = @BOOST_FILESYSTEM_LIBS@ @LIBGLIBMM_LIBS@ -lboost_system-mt
+ sharp/fileinfo.cpp \
+ sharp/datetime.cpp
+fileinfotest_LDADD = @LIBGLIBMM_LIBS@ -lgiomm-2.4
uritest_SOURCES = test/uritest.cpp \
sharp/string.cpp sharp/uri.cpp debug.cpp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]