Skip to content

Instantly share code, notes, and snippets.

$ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then mingw32-make OPENSSL_CONF="C:\Program Files\OpenSSL-Win64\bin\openssl.cfg" -j1 V=1 ENABLE_SSL=y; else make -j1 V=1 ENABLE_SSL=y; fi
mkdir obj\
mkdir obj\win32\bin\
mkdir obj\win32\lib\
gcc
gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 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.
cd compiler && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make bootstrap
switch(gesture.type)
{
case MLInputControllerTouchpadGestureType_None: PrintLn("gesture.type: None"); break;
case MLInputControllerTouchpadGestureType_Tap: PrintLn("gesture.type: Tap"); break;
case MLInputControllerTouchpadGestureType_ForceTapDown: PrintLn("gesture.type: ForceTapDown"); break;
case MLInputControllerTouchpadGestureType_ForceTapUp: PrintLn("gesture.type: ForceTapUp"); break;
case MLInputControllerTouchpadGestureType_ForceDwell: PrintLn("gesture.type: ForceDwell"); break;
case MLInputControllerTouchpadGestureType_SecondForceDown: PrintLn("gesture.type: SecondForceDown"); break;
case MLInputControllerTouchpadGestureType_LongHold: PrintLn("gesture.type: LongHold"); break;
case MLInputControllerTouchpadGestureType_RadialScroll: PrintLn("gesture.type: RadialScroll"); break;
{
name = "winelumin",
targetPlatform = linux,
numJobs = 8,
makeCommand = "make",
ecpCommand = "ecp",
eccCommand = "ecc",
ecsCommand = "ecs",
earCommand = "ear",
cppCommand = "wine cmd /c $(LUMIN_SDK_ROOT)\\tools\\toolchains\\bin\\aarch64-linux-android-clang.cmd",
@redj
redj / lumin.econ
Last active May 3, 2019 02:15
MagicLeap Lumin Compiler Config
{
name = "lumin",
targetPlatform = linux,
numJobs = 8,
makeCommand = "mingw32-make",
ecpCommand = "ecp",
eccCommand = "ecc",
ecsCommand = "ecs",
earCommand = "ear",
cppCommand = "$(LUMIN_SDK_ROOT)\\tools\\toolchains\\bin\\aarch64-linux-android-clang.cmd",
diff --git a/ecere/src/gfx/drivers/gl3/gl123es.h b/ecere/src/gfx/drivers/gl3/gl123es.h
index 3f00465b4..72eff26dc 100644
--- a/ecere/src/gfx/drivers/gl3/gl123es.h
+++ b/ecere/src/gfx/drivers/gl3/gl123es.h
@@ -19,6 +19,10 @@
#define glMapBuffer _ptrc_glMapBuffer
extern void * (* _ptrc_glMapBuffer)(GLenum, GLenum);
+
+ #define GL_FILL 0x1B02
import IMPORT_STATIC "ecere"
Black black { };
class Screen : GuiApplication
{
fullScreen = true;
}
class Black : Window
Starting debug mode
Loaded library C:\ecere\sdk\bin\ecere.dll doesn't match the D:\c\e\e\ecere\obj\debug.win32\ecere.dll target of the ecere.epj added project.
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000000] [00000174] libusb: debug [libusb_init] created default context
[ 0.001000] [00000174] libusb: debug [libusb_init] libusb v1.0.22.11312
[ 0.001000] [00000174] libusb: debug [windows_init_dlls] Will use CancelIoEx for I/O cancellation
[ 0.002000] [00000174] libusb: debug [get_windows_version] Windows 7 SP1 64-bit
[ 0.002000] [00000174] libusb: debug [windows_init_clock] hires timer available (Frequency: 3318427 Hz)
[ 0.003000] [00000174] libusb: debug [windows_init_clock] timer thread will run on core #0
Starting debug mode
Loaded library C:\ecere\sdk\bin\ecere.dll doesn't match the D:\c\e\e\ecere\obj\debug.win32\ecere.dll target of the ecere.epj added project.
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000000] [00000230] libusb: debug [libusb_init] created default context
[ 0.002000] [00000230] libusb: debug [libusb_init] libusb v1.0.22.11312
[ 0.002000] [00000230] libusb: debug [windows_init_dlls] Will use CancelIoEx for I/O cancellation
[ 0.003000] [00000230] libusb: debug [get_windows_version] Windows 7 SP1 64-bit
[ 0.003000] [00000230] libusb: debug [windows_init_clock] hires timer available (Frequency: 3318427 Hz)
[ 0.003000] [00000230] libusb: debug [windows_init_clock] timer thread will run on core #0
Starting debug mode
Loaded library C:\ecere\sdk\win32.x32\bin\ecere.dll doesn't match the D:\c\e\e\ecere\obj\debug.win32.x32\ecere.dll target of the ecere.epj added project.
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000000] [00000408] libusb: debug [libusb_init] created default context
[ 0.001000] [00000408] libusb: debug [libusb_init] libusb v1.0.22.11312
[ 0.001000] [00000408] libusb: debug [windows_init_dlls] Will use CancelIoEx for I/O cancellation
[ 0.002000] [00000408] libusb: debug [get_windows_version] Windows 7 SP1 64-bit
[ 0.002000] [00000408] libusb: debug [windows_init_clock] hires timer available (Frequency: 3318427 Hz)
[ 0.003000] [00000408] libusb: debug [windows_init_clock] timer thread will run on core #0
03-17 18:15:32.713 3186 1 E NoTag : CreateDisplaySystem()
03-17 18:15:32.766 3186 1 E NoTag : egl_init_display(): start
03-17 18:15:32.784 3186 1 E NoTag : egl_init_display(): end
03-17 18:15:32.849 3189 3189 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-17 18:15:32.849 3189 3189 F DEBUG : Build fingerprint: 'ml/phaedra_full/phaedra:0.94.0/A1C.181027.03-R.270/285:user/release-keys'
03-17 18:15:32.849 3189 3189 F DEBUG : Revision: '0'
03-17 18:15:32.849 3189 3189 F DEBUG : ABI: 'arm64'
03-17 18:15:32.849 3189 3189 F DEBUG : pid: 3186, tid: 3186, uid: 116008, name: LumApp04 >>> bin/LumApp04 <<<
03-17 18:15:32.849 3189 3189 F DEBUG : debuggable: true
03-17 18:15:32.849 3189 3189 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------