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
/usr/bin/ld: warning: libx265.so.35, needed by /usr/bin/../lib64/libavcodec.so.56, not found (try using -rpath or -rpath-link) | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_open_35' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_parse' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_default_preset' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_free' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_max_bit_depth' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_headers' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_alloc' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_picture_init' | |
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_encode' |
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
ubu@dell:~/obs-studio/build$ cmake -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" .. | |
-- Jansson >=2.5 not found, building bundled version | |
-- XCB[XCB]: Found component XCB | |
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): | |
Could NOT find FFMpeg (missing: swresample) (found version "54.63.104") | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) | |
cmake/Modules/FindFFMpeg.cmake:135 (find_package_handle_standard_args) | |
libobs/CMakeLists.txt:5 (find_package) |
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
Determining size of __int64 failed with the following output: | |
Change Dir: /home/ubu/obs-studio/build/CMakeFiles/CMakeTmp | |
Run Build Command:/usr/bin/make "cmTryCompileExec2997136091/fast" | |
/usr/bin/make -f CMakeFiles/cmTryCompileExec2997136091.dir/build.make CMakeFiles/cmTryCompileExec2997136091.dir/build | |
make[1]: Entering directory `/home/ubu/obs-studio/build/CMakeFiles/CMakeTmp' | |
/usr/bin/cmake -E cmake_progress_report /home/ubu/obs-studio/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
Building C object CMakeFiles/cmTryCompileExec2997136091.dir/__INT64.c.o | |
/usr/bin/cc -fPIC -o CMakeFiles/cmTryCompileExec2997136091.dir/__INT64.c.o -c /home/ubu/obs-studio/build/CMakeFiles/CheckTypeSize/__INT64.c | |
/home/ubu/obs-studio/build/CMakeFiles/CheckTypeSize/__INT64.c:17:22: error: ‘__int64’ undeclared here (not in a function) |
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
The system is: Linux - 3.13.0-43-generic - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /usr/bin/cc | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
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
========================================================cpu0================================================================= | |
INTEL | |
(R) Core(TM) i5-4670K CPU | |
800.000 MHz | |
Integrated GPU: Intel HD 4600 | |
Temp: 27 . 8 °C | |
Family: 6 | |
Model: 60 | |
Stepping: 3 | |
Cores: 4 |
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
~/My Games/minecraft$ java -jar Minecraft.jar | |
Bootstrap (v5) | |
Current time is Jan 3, 2015 6:19:50 PM | |
System.getProperty('os.name') == 'Linux' | |
System.getProperty('os.version') == '3.13.0-43-generic' | |
System.getProperty('os.arch') == 'amd64' | |
System.getProperty('java.version') == '1.7.0_65' | |
System.getProperty('java.vendor') == 'Oracle Corporation' | |
System.getProperty('sun.arch.data.model') == '64' |
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
11:50:48 AM: OBS 0.6.4-65-g56899df (linux) | |
11:50:48 AM: Processor: 4 logical cores | |
11:50:48 AM: Processor: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz | |
11:50:48 AM: Physical Memory: 15993MB Total | |
11:50:48 AM: Kernel Version: Linux 3.13.0-43-generic | |
11:50:48 AM: Distribution: "Ubuntu" "14.04" | |
11:50:48 AM: audio settings reset: | |
samples per sec: 44100 | |
speakers: 2 | |
buffering (ms): 100 |
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
# | |
# /etc/fstab: static file system information | |
# | |
# <file system> <dir> <type> <options> <dump> <pass> | |
# UUID=45751fd8-592a-48a2-826a-6202f7a35099 LABEL=root /dev/sdc1 | |
UUID=45751fd8-592a-48a2-826a-6202f7a35099 / ext4 noatime,nodiratime,errors=remount-ro 0 1 | |
# UUID=355af123-ea5c-4a9e-979d-becbe2a6c63a LABEL=home /dev/sdc2 | |
UUID=355af123-ea5c-4a9e-979d-becbe2a6c63a /home ext4 noatime,nodiratime,defaults 0 2 | |
UUID=22f1c83a-74ea-4275-957f-3f2d3859afd3 /home/ubu/xubuntu ext4 noatime,nodiratime,defaults 0 2 |
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
mount error: cifs filesystem not supported by the system | |
mount error(19): No such device | |
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Welcome to nginx!</title> | |
<style> | |
body { | |
width: 35em; | |
margin: 0 auto; | |
font-family: Tahoma, Verdana, Arial, sans-serif; | |
} |
NewerOlder