Ubuntu Pastebin

Paste from laney at Tue, 1 Dec 2015 09:35:53 +0000

Download as text
1
2
3
4
(xenial-amd64)root@xenial:~# set -x
(xenial-amd64)root@xenial:~# gcc $(pkg-config --variable=CPPflags xorg-gtest) foo.c
++ pkg-config --variable=CPPflags xorg-gtest
+ gcc -I/usr/include -I/usr/include/xorg -I/usr/src/xorg-gtest '-DDUMMY_CONF_PATH="/usr/share/xorg/gtest/dummy.conf"' '-DLOGFILE_DIR="/tmp"' foo.c
Download as text