Skip to content

Instantly share code, notes, and snippets.

Copyright (c) 2012 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
@AlexTalker
AlexTalker / main.cpp
Last active August 29, 2015 14:02 — forked from anonymous/main.cpp
int main()
{
ifstream in1("in1.txt");
vector<int> mas;
int m=0;
while(!in1.eof())
{
in1>>m;
mas.push_back(m);
}
3rdPartyLibrary.qbs
flowlayout
flowlayout.qbs
k8json
q-xdg
q-xdg-build
qtdwm
qtdwm.qbs
qtsolutions
qtsolutions.qbs
build profile:clang [22:29:38]
No build graph exists yet for this configuration.
Resolving project for configuration clang-debug
ERROR: Couldn't open '/run/media/alx/ManjaroHome/alx/build/qutim-qt5-git/src/qutim/core/3rdparty/3rdparty.qbs'.
@AlexTalker
AlexTalker / log.txt
Created May 19, 2014 11:53
Why i get this?
c++ -o nsMsgKeySet.o -c -I../../../mozilla/dist/stl_wrappers -I../../../mozilla/dist/system_wrappers -include /run/media/alx/ManjaroHome/alx/build/seamonkey/src/comm-release/mozilla/config/gcc_hidden.h -D_IMPL_NS_MSG_BASE -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DOSTYPE=\"Linux3.14\" -DOSARCH=Linux -DNO_NSPR_10_SUPPORT -I/run/media/alx/ManjaroHome/alx/build/seamonkey/src/comm-release/mailnews/base/util -I. -I../../../mozilla/dist/include -I../../../mozilla/dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nss -fPIC -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-mat
make -f /run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg/client.mk realbuild
make[1]: вход в каталог «/run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg»
Adding client.mk options from /run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg/.mozconfig:
PYTHON=/usr/bin/python2
AUTOCONF=autoconf-2.13
BUILD_OFFICIAL=1
MOZILLA_OFFICIAL=1
FOUND_MOZCONFIG := /run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg/.mozconfig
make[2]: вход в каталог «/run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg»
cp /run/media/alx/ManjaroHome/alx/build/firefox-hg/src/firefox-hg/.mozconfig obj-x86_64-unknown-linux-gnu/.mozconfig
18:40:21.193 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory.1 = '/home/alx/MultiDoge'
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f88d75248c0, pid=3380, tid=140223432349440
#
# JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x908c0] __memcpy_sse2_unaligned+0x1e0
> 0000:00:02.0 (0300:8086:0116) Display controller Intel Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-intel 2013.01.12 true PCI
video-vesa 2012.09.18 true PCI
> 0000:02:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
[242413.047]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[242413.049] X Protocol Version 11, Revision 0
[242413.050] Build Operating System: Linux 3.14.0-4-ARCH x86_64
[242413.051] Current Operating System: Linux manjaro-alx 3.14.1-1-MANJARO #1 SMP PREEMPT Mon Apr 14 19:43:26 UTC 2014 x86_64
[242413.051] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-314-x86_64 root=UUID=85cd7599-4ce0-47ac-b446-e1c2c1fa620b rw resume=/dev/disk/by-uuid/c38bf323-1cd5-4c65-90ca-09c04104b1e8 resume=/dev/disk/by-uuid/c38bf323-1cd5-4c65-90ca-09c04104b1e8
[242413.055] Build Date: 14 April 2014 08:39:09AM
[242413.056]
[242413.057] Current version of pixman: 0.32.4
# Maintainer: Jerome Leclanche <[email protected]>
_pkgname=lxqt-panel
pkgname=$_pkgname-git
pkgver=809.3ceb70f
pkgrel=1
pkgdesc="The LXQt desktop panel"
arch=("i686" "x86_64")
url="http://www.lxde.org"
license=("GPL2")