Created
October 22, 2015 18:27
-
-
Save lordastley/0bc368808cd47762ea93 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libmesode... no | |
checking for libstrophe... yes | |
checking for ncursesw... yes | |
checking for wget_wch support in ncursesw... yes | |
checking for glib... yes | |
checking for curl... yes | |
checking for main in -lreadline... yes | |
checking for libnotify... yes | |
checking for main in -lXss... yes | |
checking for main in -lX11... yes | |
checking for main in -lgpgme... yes | |
checking for gpgme-config... /usr/bin/gpgme-config | |
checking for library containing otrl_init... -lotr | |
checking for cmocka... no | |
configure: cmocka is not found, will not be able to run tests | |
checking for stbbr_start in -lstabber... no | |
configure: libstabber not found, will not be able to run functional tests | |
checking for main in -lexpect... no | |
configure: libexpect not found, will not be able to run functional tests | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking ncursesw/ncurses.h usability... yes | |
checking ncursesw/ncurses.h presence... yes | |
checking for ncursesw/ncurses.h... yes | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking for atexit... yes | |
checking for memset... yes | |
checking for strdup... yes | |
checking for strstr... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/config.h | |
config.status: src/config.h is unchanged | |
config.status: executing depfiles commands | |
PLATFORM : linux-gnu | |
PACKAGE_STATUS : development | |
AM_CFLAGS : -Wall -Wno-deprecated-declarations -Wunused -Werror | |
AM_CPPFLAGS : -D_GNU_SOURCE -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DTHEMES_PATH="\"${pkgdatadir}/themes\"" | |
LIBS : -lglib-2.0 -lcurl -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lotr -L/usr/lib/x86_64-linux-gnu -lgpgme -lassuan -lgpg-error -lX11 -lXss -lreadline -lncursesw -ltinfo -lstrophe | |
XML Parser : | |
Install themes : true | |
Themes path : ${pkgdatadir}/themes | |
Now you can run `make' to build profanity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment