Commit 08100328 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed building with boost 1.73 and mdds 1.5

parent d82fc392
...@@ -5,7 +5,8 @@ all: ...@@ -5,7 +5,8 @@ all:
swapon swap swapon swap
tar xf libetonyek-0.1.9.tar.xz tar xf libetonyek-0.1.9.tar.xz
cd libetonyek-0.1.9 && ./configure --prefix=/usr patch -Np1 -d libetonyek-0.1.9 < libetonyek-0.1.9-fix_boost_1.73.patch
cd libetonyek-0.1.9 && ./configure --prefix=/usr --with-mdds=1.5
$(MAKE) -C libetonyek-0.1.9 $(MAKE) -C libetonyek-0.1.9
$(MAKE) -C libetonyek-0.1.9 check $(MAKE) -C libetonyek-0.1.9 check
$(MAKE) -C libetonyek-0.1.9 install $(MAKE) -C libetonyek-0.1.9 install
......
diff -uNr libetonyek-0.1.9/src/lib/NUM3Parser.cpp libetonyek-0.1.9-fix_boost_1.73/src/lib/NUM3Parser.cpp
--- libetonyek-0.1.9/src/lib/NUM3Parser.cpp 2018-12-29 04:15:35.000000000 +1030
+++ libetonyek-0.1.9-fix_boost_1.73/src/lib/NUM3Parser.cpp 2021-10-04 15:36:41.282945270 +1030
@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <algorithm>
#include <functional>
#include "NUM3Parser.h"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment