This file contains hidden or 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
| #!/bin/bash | |
| export PATH=/home/krofna/Development/mxe/usr/bin | |
| i686-pc-mingw32-g++ -std=c++11 -static Client/*.cpp Shared/*.cpp \ | |
| -o client.exe -I Client/ -I . \ | |
| -D BOOST_THREAD_USE_LIB -mwindows -lgdiplus \ | |
| -D_WIN32_WINNT=0x0501 -lboost_thread_win32-mt -lboost_system-mt \ | |
| -lmingw32 -lqtmain -lQtGui -lpq -lodbc32 -lnettle -lgmp -liconv \ | |
| -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 \ | |
| -lmng -llcms -ltiff -llzma -ljpeg -lQtCore -lpng -lole32 -luuid \ | |
| -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz \ |
This file contains hidden or 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
| [ 4%] Building CXX object CMakeFiles/SSVOpenHexagon.dir/src/SSVOpenHexagon/Global/Config.cpp.o | |
| /home/krofna/Development/SSVOpenHexagon/src/SSVOpenHexagon/Global/Config.cpp:26:2: error: ‘LinkedValueManager’ does not name a type | |
| LinkedValueManager lvm{root}; | |
| ^ | |
| /home/krofna/Development/SSVOpenHexagon/src/SSVOpenHexagon/Global/Config.cpp:26:30: warning: extra ‘;’ [-Wpedantic] | |
| LinkedValueManager lvm{root}; | |
| ^ | |
| /home/krofna/Development/SSVOpenHexagon/src/SSVOpenHexagon/Global/Config.cpp:28:20: error: ‘lvm’ was not declared in this scope | |
| auto& online (lvm.create<bool>("online")); | |
| ^ |
This file contains hidden or 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
| --- src/old-progress.c 2013-07-17 22:27:06.117758105 +0200 | |
| +++ src/progress.c 2013-07-17 22:26:28.377758689 +0200 | |
| @@ -918,24 +918,24 @@ create_image (struct bar_progress *bp, d | |
| assert (dlsz <= progress_size); | |
| assert (insz <= dlsz); | |
| - *p++ = '['; | |
| + *p++ = 'B'; | |
| begin = p; | |
This file contains hidden or 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
| /************************************************************************** | |
| * SdbTagToString [APPHELP.@] | |
| * | |
| * Converts specified tag into a string | |
| * | |
| * PARAMS | |
| * tag [I] The tag which will be converted to a string | |
| * | |
| * RETURNS | |
| * Success: Pointer to the string matching specified tag |
This file contains hidden or 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
| make[1]: Entering directory `/home/mislav/Devel/mxe' | |
| uname -a | |
| Linux home 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux | |
| git show-branch --list --reflog=1 | |
| [refs/heads/master@{0}] (12 seconds ago) pull: Fast-forward | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux unstable (sid) | |
| Release: unstable | |
| Codename: sid |
This file contains hidden or 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
| PKG := sfemovie | |
| $(PKG)_IGNORE := | |
| $(PKG)_VERSION := 1.0-fgre | |
| $(PKG)_CHECKSUM := 1b8adf88799be72ef666892c835326d05fb9e096 | |
| $(PKG)_SUBDIR := sfeMovie-$($(PKG)_VERSION) | |
| $(PKG)_FILE := sfeMovie-$($(PKG)_VERSION)-sources.zip | |
| $(PKG)_URL := https://github.com/FGRE/sfeMovie/archive/v1.0-fgre.zip | |
| $(PKG)_DEPS := sfml ffmpeg | |
| define $(PKG)_BUILD |
This file contains hidden or 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
| make[1]: Entering directory `/home/mislav/Devel/mxe' | |
| uname -a | |
| Linux home 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux | |
| git show-branch --list --reflog=1 | |
| [refs/heads/master@{0}] (19 hours ago) pull: Fast-forward | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux unstable (sid) | |
| Release: unstable | |
| Codename: sid |
This file contains hidden or 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
| Linking CXX executable rpcs3 | |
| CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_sys_spu.cpp.o:(.bss+0x0): multiple definition of `sc_spu' | |
| CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_SPU_Thread.cpp.o:(.bss+0x0): first defined here | |
| CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_sys_spu.cpp.o: In function `sys_spu_initialize(unsigned int, unsigned int)': | |
| SC_sys_spu.cpp:(.text+0x7c80): multiple definition of `sys_spu_initialize(unsigned int, unsigned int)' | |
| CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_SPU_Thread.cpp.o:SC_SPU_Thread.cpp:(.text+0x91f8): first defined here | |
| CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o: In function `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)': | |
| InterpreterDisAsm.cpp:(.text+0x7c80): multiple definition of `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)' | |
| CMakeFiles/rpcs3.dir/Gui/InstructionEditor.cpp.o:InstructionEditor.cpp:(.text+0x7c80): first defined here | |
| CMakeFiles/rpcs3.di |
This file contains hidden or 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
| make[1]: Entering directory `/home/mislav/Devel/mxe' | |
| uname -a | |
| Linux home 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux | |
| git show-branch --list --reflog=1 | |
| [refs/heads/master@{0}] (35 hours ago) pull: Fast-forward | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux unstable (sid) | |
| Release: unstable | |
| Codename: sid |
This file contains hidden or 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
| PKG := sfemovie | |
| $(PKG)_IGNORE := | |
| $(PKG)_VERSION := 1.6-fgre | |
| $(PKG)_CHECKSUM := 71c7f0e7253b50bd1f3997c0e98828abb7bae0ff | |
| $(PKG)_SUBDIR := sfeMovie-$($(PKG)_VERSION) | |
| $(PKG)_FILE := sfeMovie-$($(PKG)_VERSION)-sources.zip | |
| $(PKG)_URL := https://github.com/FGRE/sfeMovie/archive/v$($(PKG)_VERSION).zip | |
| $(PKG)_DEPS := sfml ffmpeg | |
| define $(PKG)_BUILD |