Skip to content

Instantly share code, notes, and snippets.

View admshao's full-sized avatar

Fabio Madia - Shaolin admshao

View GitHub Profile
Informações do computador:
Fabricante: Unknown
Modelo: Unknown
Tipo: Computador de mesa
Sem entrada de toque
Informações do processador:
Fabricante da CPU: AuthenticAMD
Marca da CPU: AMD Ryzen 7 2700 Eight-Core Processor
Família do processador: 0x17
21:31:35.528: CPU Name: Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
21:31:35.528: CPU Speed: 3400MHz
21:31:35.528: Physical Cores: 6, Logical Cores: 12
21:31:35.528: Physical Memory: 8131MB Total, 6196MB Free
21:31:35.528: Windows Version: 6.1 Build 7601 (revision: 23796; 64-bit)
21:31:35.528: Running as administrator: false
21:31:35.528: Aero is Enabled
21:31:35.529: Portable mode: false
21:31:35.540: OBS 21.0.1 (64bit, windows)
21:31:35.541: ---------------------------------
struct {
xcb_input_event_mask_t head;
xcb_input_xi_event_mask_t mask;
} mask;
mask.head.deviceid = XCB_INPUT_DEVICE_ALL_MASTER;
mask.mask = XCB_INPUT_XI_EVENT_MASK_RAW_BUTTON_PRESS |
XCB_INPUT_XI_EVENT_MASK_RAW_BUTTON_RELEASE;
mask.head.mask_len = sizeof(xcb_input_xi_event_mask_t);
xcb_input_xi_select_events(connection, window, 1, &mask);
ReadSteamRemoteStorageFile( bufOut, "voice_ban.dt" ) -> 0.000226 seconds
Loading custom UI:
[ResourceSystem] Error loading resource file "item_treasure_chest.vmdl_c" (Error: ERROR_FILEOPEN)
[ResourceSystem] Error loading resource file "npc_dota_creature_basic_zombie.vmdl_c" (Error: ERROR_FILEOPEN)
[ResourceSystem] Error loading resource file "npc_dota_creature_berserk_zombie.vmdl_c" (Error: ERROR_FILEOPEN)
[ResourceSystem] Error loading resource file "npc_dota_treasure_courier.vmdl_c" (Error: ERROR_FILEOPEN)
[ResourceSystem] Error loading resource file "particles/rain_fx/econ_weather_aurora_j.vpcf_c" (Error: ERROR_FILEOPEN)
[SchemaSystemUtils] WARNING: Schema upconversion occuring for large data (14kb): models/creeps/neutral_creeps/n_creep_black_dragon/n_creep_black_dragon.vphys
[SchemaSystemUtils] WARNING: Schema upconversion occuring for large data (9kb): models/creeps/roshan/roshan.vphys
[SchemaSystemUtils] WARNING: Schema upconversion occuring for large data (1783kb): maps/desert_quintet/world_physics.vph
Informações do computador:
Fabricante: Unknown
Modelo: Unknown
Tipo: Computador de mesa
Sem entrada de toque
Informações do processador:
Fabricante da CPU: GenuineIntel
Marca da CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Família do processador: 0x6
03:32:39.507: CPU Name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
03:32:39.507: CPU Speed: 4008MHz
03:32:39.507: Physical Cores: 4, Logical Cores: 8
03:32:39.507: Physical Memory: 32727MB Total, 28028MB Free
03:32:39.507: Windows Version: 10.0 Build 15063 (revision: 296; 64-bit)
03:32:39.507: Running as administrator: true
03:32:39.507: Aero is Enabled (Aero is always on for windows 8 and above)
03:32:39.508: Portable mode: false
03:32:39.573: OBS 19.0.2-24-g340eb32a (64bit, windows)
03:32:39.573: ---------------------------------
Informações do computador:
Fabricante: Unknown
Modelo: Unknown
Tipo: Computador de mesa
Sem entrada de toque
Informações do processador:
Fabricante da CPU: GenuineIntel
Marca da CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Família do processador: 0x6
g++ -c -std=c++11 -Wall -g -fPIC -I/usr/include/obs -I./src -I/home/shaolin/Qt/5.5/gcc_64/include -I/home/shaolin/Qt/5.5/gcc_64/include/QtGui -I/home/shaolin/Qt/5.5/gcc_64/include/QtWebKitWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtCore -I/home/shaolin/Qt/5.5/gcc_64/include/QtNetwork src/qtwebkit-main.cpp -o build/qtwebkit-main.o
g++ -c -std=c++11 -Wall -g -fPIC -I/usr/include/obs -I./src -I/home/shaolin/Qt/5.5/gcc_64/include -I/home/shaolin/Qt/5.5/gcc_64/include/QtGui -I/home/shaolin/Qt/5.5/gcc_64/include/QtWebKitWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtCore -I/home/shaolin/Qt/5.5/gcc_64/include/QtNetwork src/qtwebkit-source.cpp -o build/qtwebkit-source.o
g++ -c -std=c++11 -Wall -g -fPIC -I/usr/include/obs -I./src -I/home/shaolin/Qt/5.5/gcc_64/include -I/home/shaolin/Qt/5.5/gcc_64/include/QtGui -I/home/shaolin/Qt/5.5/gcc_64/include/QtWebKitWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtWidgets -I/home/
ifndef OBS_INCLUDE
OBS_INCLUDE = /usr/include/obs
endif
ifndef OBS_LIB
OBS_LIB = /usr/lib
endif
CXXFLAGS = -std=c++11 -Wall -g -fPIC -I$(OBS_INCLUDE) -I./src -I/home/shaolin/Qt/5.5/gcc_64/include -I/home/shaolin/Qt/5.5/gcc_64/include/QtGui -I/home/shaolin/Qt/5.5/gcc_64/include/QtWebKitWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtWidgets -I/home/shaolin/Qt/5.5/gcc_64/include/QtCore -I/home/shaolin/Qt/5.5/gcc_64/include/QtNetwork
CXX = g++
RM = /bin/rm -rf
I download Qt 5.5 from their website and installed on my home folder. Than created a symbolic link for include files into /usr/include and the same for libs into /usr/lib/
Now i`m using this Makefile https://gist.github.com/admshao/99ba99ddf4a8a3b2fe4d
and it results in this https://gist.github.com/admshao/4bd6d156cc6726779410
I dunno how to proceed