This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
djcj ~/Downloads/SSVOpenHexagon/build | |
$ rm -rf * && cmake .. -DCMAKE_C_COMPILER=gcc5opt-gcc -DCMAKE_CXX_COMPILER=gcc5opt-g++ -DLUA_INCLUDE_DIR=/home/djcj/Downloads/SSVOpenHexagon/lua/src -DLUA_LIBRARY=/home/djcj/Downloads/SSVOpenHexagon/lua/src/liblua.a -DCMAKE_VERBOSE_MAKEFILE=ON | |
-- The C compiler identification is GNU 5.3.0 | |
-- The CXX compiler identification is GNU 5.3.0 | |
-- Check for working C compiler: /usr/bin/gcc5opt-gcc | |
-- Check for working C compiler: /usr/bin/gcc5opt-gcc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[100%] Building CXX object src/CMakeFiles/zdoom.dir/zscript/zcc_expr.cpp.o | |
cd <<SOURCEDIR>>/build/src && /usr/bin/x86_64-linux-gnu-g++ -DDISABLE_SSE -DDYN_FLUIDSYNTH -DHAVE_FLUIDSYNTH -DHAVE_FPU_CONTROL -DHAVE_MPG123 -DHAVE_SNDFILE -DNEED_STRUPR=1 -DNO_FMOD=1 -D__forceinline=inline -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -std=c++1y -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-unused-result -D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I/usr/include/SDL2 -I/usr/include/x86_64-linux-gnu -I/usr/include/AL -I<<SOURCEDIR>>/lzma/C -I<<SOURCE |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# libtool (GNU libtool) 2.4.2 | |
# Written by Gordon Matzigkeit <[email protected]>, 1996 | |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, | |
# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | |
# This is free software; see the source for copying conditions. There is NO | |
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
# GNU Libtool is free software; you can redistribute it and/or modify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/libaegisub/unix/path.cpp | |
+++ b/libaegisub/unix/path.cpp | |
@@ -22,8 +22,22 @@ | |
#include <boost/filesystem/operations.hpp> | |
#include <pwd.h> | |
+#ifdef LINUX_PORTABLE_BUILD | |
+#include <iostream> | |
+#endif | |
+ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ELF Header: | |
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 | |
Class: ELF64 | |
Data: 2's complement, little endian | |
Version: 1 (current) | |
OS/ABI: UNIX - System V | |
ABI Version: 0 | |
Type: DYN (Shared object file) | |
Machine: Advanced Micro Devices X86-64 | |
Version: 0x1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/cli/cli.c | |
+++ b/cli/cli.c | |
@@ -40,25 +40,7 @@ | |
**** | |
***/ | |
-#define MEM_K 1024 | |
-#define MEM_K_STR "KiB" | |
-#define MEM_M_STR "MiB" | |
-#define MEM_G_STR "GiB" |