You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./configure --prefix=/usr --enable-werror
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pthread_create in -lpthread... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ZLIB... yes
checking for LIBEV... yes
checking for GTK... yes
checking for GLIB... yes
checking for SQLITE3... yes
checking for inline... inline
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for gethostbyname... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strstr... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/include/lwqq/Makefile
config.status: creating src/liblwqq/Makefile
config.status: creating src/liblwqq/libghttp/Makefile
config.status: creating src/lwdb/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/cli/Makefile
config.status: creating test/Makefile
config.status: creating icons/Makefile
config.status: creating icons/qqfaces/Makefile
config.status: creating icons/status/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
============================== OPTIONS ==============================
Build CFLAGS: -g -O2 -fno-strict-aliasing -Wall -Werror
Build LDFLAGS:
I type the following command, but I get compile error. Did i do something wrong?
If you have time, please offer me a hand. thanks.
[chenqan@localhost lwqq-master]$ ./autogen.sh
configure.ac:15: installing 'build-aux/compile'
configure.ac:19: installing 'build-aux/config.guess'
configure.ac:19: installing 'build-aux/config.sub'
configure.ac:8: installing 'build-aux/install-sh'
configure.ac:8: installing 'build-aux/missing'
src/cli/Makefile.am: installing 'build-aux/depcomp'
./configure --prefix=/usr --enable-werror
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pthread_create in -lpthread... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ZLIB... yes
checking for LIBEV... yes
checking for GTK... yes
checking for GLIB... yes
checking for SQLITE3... yes
checking for inline... inline
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for gethostbyname... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strstr... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/include/lwqq/Makefile
config.status: creating src/liblwqq/Makefile
config.status: creating src/liblwqq/libghttp/Makefile
config.status: creating src/lwdb/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/cli/Makefile
config.status: creating test/Makefile
config.status: creating icons/Makefile
config.status: creating icons/qqfaces/Makefile
config.status: creating icons/status/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
============================== OPTIONS ==============================
Build CFLAGS: -g -O2 -fno-strict-aliasing -Wall -Werror
Build LDFLAGS:
[chenqan@localhost lwqq-master]$ make
make all-recursive
make[1]: Entering directory
/home/chenqan/Downloads/lwqq-master' Making all in src make[2]: Entering directory
/home/chenqan/Downloads/lwqq-master/src'Making all in include
make[3]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/include' Making all in lwqq make[4]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/include/lwqq'make[4]: Nothing to be done for
all'. make[4]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/include/lwqq'make[4]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/include' make[4]: Nothing to be done for
all-am'.make[4]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/include' make[3]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/include'Making all in liblwqq
make[3]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq' Making all in libghttp make[4]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq/libghttp'/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-ghttp.lo -MD -MP -MF .deps/libghttp_la-ghttp.Tpo -c -o libghttp_la-ghttp.lo
test -f 'ghttp.c' || echo './'
ghttp.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-ghttp.lo -MD -MP -MF .deps/libghttp_la-ghttp.Tpo -c ghttp.c -fPIC -DPIC -o .libs/libghttp_la-ghttp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-ghttp.lo -MD -MP -MF .deps/libghttp_la-ghttp.Tpo -c ghttp.c -o libghttp_la-ghttp.o >/dev/null 2>&1
mv -f .deps/libghttp_la-ghttp.Tpo .deps/libghttp_la-ghttp.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_hdrs.lo -MD -MP -MF .deps/libghttp_la-http_hdrs.Tpo -c -o libghttp_la-http_hdrs.lo
test -f 'http_hdrs.c' || echo './'
http_hdrs.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_hdrs.lo -MD -MP -MF .deps/libghttp_la-http_hdrs.Tpo -c http_hdrs.c -fPIC -DPIC -o .libs/libghttp_la-http_hdrs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_hdrs.lo -MD -MP -MF .deps/libghttp_la-http_hdrs.Tpo -c http_hdrs.c -o libghttp_la-http_hdrs.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_hdrs.Tpo .deps/libghttp_la-http_hdrs.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_resp.lo -MD -MP -MF .deps/libghttp_la-http_resp.Tpo -c -o libghttp_la-http_resp.lo
test -f 'http_resp.c' || echo './'
http_resp.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_resp.lo -MD -MP -MF .deps/libghttp_la-http_resp.Tpo -c http_resp.c -fPIC -DPIC -o .libs/libghttp_la-http_resp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_resp.lo -MD -MP -MF .deps/libghttp_la-http_resp.Tpo -c http_resp.c -o libghttp_la-http_resp.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_resp.Tpo .deps/libghttp_la-http_resp.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_uri.lo -MD -MP -MF .deps/libghttp_la-http_uri.Tpo -c -o libghttp_la-http_uri.lo
test -f 'http_uri.c' || echo './'
http_uri.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_uri.lo -MD -MP -MF .deps/libghttp_la-http_uri.Tpo -c http_uri.c -fPIC -DPIC -o .libs/libghttp_la-http_uri.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_uri.lo -MD -MP -MF .deps/libghttp_la-http_uri.Tpo -c http_uri.c -o libghttp_la-http_uri.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_uri.Tpo .deps/libghttp_la-http_uri.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_date.lo -MD -MP -MF .deps/libghttp_la-http_date.Tpo -c -o libghttp_la-http_date.lo
test -f 'http_date.c' || echo './'
http_date.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_date.lo -MD -MP -MF .deps/libghttp_la-http_date.Tpo -c http_date.c -fPIC -DPIC -o .libs/libghttp_la-http_date.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_date.lo -MD -MP -MF .deps/libghttp_la-http_date.Tpo -c http_date.c -o libghttp_la-http_date.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_date.Tpo .deps/libghttp_la-http_date.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_req.lo -MD -MP -MF .deps/libghttp_la-http_req.Tpo -c -o libghttp_la-http_req.lo
test -f 'http_req.c' || echo './'
http_req.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_req.lo -MD -MP -MF .deps/libghttp_la-http_req.Tpo -c http_req.c -fPIC -DPIC -o .libs/libghttp_la-http_req.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_req.lo -MD -MP -MF .deps/libghttp_la-http_req.Tpo -c http_req.c -o libghttp_la-http_req.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_req.Tpo .deps/libghttp_la-http_req.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_trans.lo -MD -MP -MF .deps/libghttp_la-http_trans.Tpo -c -o libghttp_la-http_trans.lo
test -f 'http_trans.c' || echo './'
http_trans.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_trans.lo -MD -MP -MF .deps/libghttp_la-http_trans.Tpo -c http_trans.c -fPIC -DPIC -o .libs/libghttp_la-http_trans.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_trans.lo -MD -MP -MF .deps/libghttp_la-http_trans.Tpo -c http_trans.c -o libghttp_la-http_trans.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_trans.Tpo .deps/libghttp_la-http_trans.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_base64.lo -MD -MP -MF .deps/libghttp_la-http_base64.Tpo -c -o libghttp_la-http_base64.lo
test -f 'http_base64.c' || echo './'
http_base64.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_base64.lo -MD -MP -MF .deps/libghttp_la-http_base64.Tpo -c http_base64.c -fPIC -DPIC -o .libs/libghttp_la-http_base64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./libghttp -g -O2 -fno-strict-aliasing -Wall -Werror -MT libghttp_la-http_base64.lo -MD -MP -MF .deps/libghttp_la-http_base64.Tpo -c http_base64.c -o libghttp_la-http_base64.o >/dev/null 2>&1
mv -f .deps/libghttp_la-http_base64.Tpo .deps/libghttp_la-http_base64.Plo
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -Wall -Werror -o libghttp.la -rpath /usr/lib libghttp_la-ghttp.lo libghttp_la-http_hdrs.lo libghttp_la-http_resp.lo libghttp_la-http_uri.lo libghttp_la-http_date.lo libghttp_la-http_req.lo libghttp_la-http_trans.lo libghttp_la-http_base64.lo -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/libghttp_la-ghttp.o .libs/libghttp_la-http_hdrs.o .libs/libghttp_la-http_resp.o .libs/libghttp_la-http_uri.o .libs/libghttp_la-http_date.o .libs/libghttp_la-http_req.o .libs/libghttp_la-http_trans.o .libs/libghttp_la-http_base64.o -lpthread -O2 -Wl,-soname -Wl,libghttp.so.0 -o .libs/libghttp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libghttp.so.0" && ln -s "libghttp.so.0.0.0" "libghttp.so.0")
libtool: link: (cd ".libs" && rm -f "libghttp.so" && ln -s "libghttp.so.0.0.0" "libghttp.so")
libtool: link: ar cru .libs/libghttp.a libghttp_la-ghttp.o libghttp_la-http_hdrs.o libghttp_la-http_resp.o libghttp_la-http_uri.o libghttp_la-http_date.o libghttp_la-http_req.o libghttp_la-http_trans.o libghttp_la-http_base64.o
libtool: link: ranlib .libs/libghttp.a
libtool: link: ( cd ".libs" && rm -f "libghttp.la" && ln -s "../libghttp.la" "libghttp.la" )
make[4]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq/libghttp' make[4]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq'/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-logger.lo -MD -MP -MF .deps/liblwqq_la-logger.Tpo -c -o liblwqq_la-logger.lo
test -f 'logger.c' || echo './'
logger.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-logger.lo -MD -MP -MF .deps/liblwqq_la-logger.Tpo -c logger.c -fPIC -DPIC -o .libs/liblwqq_la-logger.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-logger.lo -MD -MP -MF .deps/liblwqq_la-logger.Tpo -c logger.c -o liblwqq_la-logger.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-logger.Tpo .deps/liblwqq_la-logger.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-login.lo -MD -MP -MF .deps/liblwqq_la-login.Tpo -c -o liblwqq_la-login.lo
test -f 'login.c' || echo './'
login.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-login.lo -MD -MP -MF .deps/liblwqq_la-login.Tpo -c login.c -fPIC -DPIC -o .libs/liblwqq_la-login.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-login.lo -MD -MP -MF .deps/liblwqq_la-login.Tpo -c login.c -o liblwqq_la-login.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-login.Tpo .deps/liblwqq_la-login.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-type.lo -MD -MP -MF .deps/liblwqq_la-type.Tpo -c -o liblwqq_la-type.lo
test -f 'type.c' || echo './'
type.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-type.lo -MD -MP -MF .deps/liblwqq_la-type.Tpo -c type.c -fPIC -DPIC -o .libs/liblwqq_la-type.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-type.lo -MD -MP -MF .deps/liblwqq_la-type.Tpo -c type.c -o liblwqq_la-type.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-type.Tpo .deps/liblwqq_la-type.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-smemory.lo -MD -MP -MF .deps/liblwqq_la-smemory.Tpo -c -o liblwqq_la-smemory.lo
test -f 'smemory.c' || echo './'
smemory.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-smemory.lo -MD -MP -MF .deps/liblwqq_la-smemory.Tpo -c smemory.c -fPIC -DPIC -o .libs/liblwqq_la-smemory.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-smemory.lo -MD -MP -MF .deps/liblwqq_la-smemory.Tpo -c smemory.c -o liblwqq_la-smemory.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-smemory.Tpo .deps/liblwqq_la-smemory.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http.lo -MD -MP -MF .deps/liblwqq_la-http.Tpo -c -o liblwqq_la-http.lo
test -f 'http.c' || echo './'
http.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http.lo -MD -MP -MF .deps/liblwqq_la-http.Tpo -c http.c -fPIC -DPIC -o .libs/liblwqq_la-http.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http.lo -MD -MP -MF .deps/liblwqq_la-http.Tpo -c http.c -o liblwqq_la-http.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-http.Tpo .deps/liblwqq_la-http.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-md5.lo -MD -MP -MF .deps/liblwqq_la-md5.Tpo -c -o liblwqq_la-md5.lo
test -f 'md5.c' || echo './'
md5.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-md5.lo -MD -MP -MF .deps/liblwqq_la-md5.Tpo -c md5.c -fPIC -DPIC -o .libs/liblwqq_la-md5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-md5.lo -MD -MP -MF .deps/liblwqq_la-md5.Tpo -c md5.c -o liblwqq_la-md5.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-md5.Tpo .deps/liblwqq_la-md5.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-url.lo -MD -MP -MF .deps/liblwqq_la-url.Tpo -c -o liblwqq_la-url.lo
test -f 'url.c' || echo './'
url.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-url.lo -MD -MP -MF .deps/liblwqq_la-url.Tpo -c url.c -fPIC -DPIC -o .libs/liblwqq_la-url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-url.lo -MD -MP -MF .deps/liblwqq_la-url.Tpo -c url.c -o liblwqq_la-url.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-url.Tpo .deps/liblwqq_la-url.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-json.lo -MD -MP -MF .deps/liblwqq_la-json.Tpo -c -o liblwqq_la-json.lo
test -f 'json.c' || echo './'
json.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-json.lo -MD -MP -MF .deps/liblwqq_la-json.Tpo -c json.c -fPIC -DPIC -o .libs/liblwqq_la-json.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-json.lo -MD -MP -MF .deps/liblwqq_la-json.Tpo -c json.c -o liblwqq_la-json.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-json.Tpo .deps/liblwqq_la-json.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-info.lo -MD -MP -MF .deps/liblwqq_la-info.Tpo -c -o liblwqq_la-info.lo
test -f 'info.c' || echo './'
info.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-info.lo -MD -MP -MF .deps/liblwqq_la-info.Tpo -c info.c -fPIC -DPIC -o .libs/liblwqq_la-info.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-info.lo -MD -MP -MF .deps/liblwqq_la-info.Tpo -c info.c -o liblwqq_la-info.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-info.Tpo .deps/liblwqq_la-info.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-msg.lo -MD -MP -MF .deps/liblwqq_la-msg.Tpo -c -o liblwqq_la-msg.lo
test -f 'msg.c' || echo './'
msg.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-msg.lo -MD -MP -MF .deps/liblwqq_la-msg.Tpo -c msg.c -fPIC -DPIC -o .libs/liblwqq_la-msg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-msg.lo -MD -MP -MF .deps/liblwqq_la-msg.Tpo -c msg.c -o liblwqq_la-msg.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-msg.Tpo .deps/liblwqq_la-msg.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-unicode.lo -MD -MP -MF .deps/liblwqq_la-unicode.Tpo -c -o liblwqq_la-unicode.lo
test -f 'unicode.c' || echo './'
unicode.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-unicode.lo -MD -MP -MF .deps/liblwqq_la-unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/liblwqq_la-unicode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-unicode.lo -MD -MP -MF .deps/liblwqq_la-unicode.Tpo -c unicode.c -o liblwqq_la-unicode.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-unicode.Tpo .deps/liblwqq_la-unicode.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http_curl.lo -MD -MP -MF .deps/liblwqq_la-http_curl.Tpo -c -o liblwqq_la-http_curl.lo
test -f 'http_curl.c' || echo './'
http_curl.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http_curl.lo -MD -MP -MF .deps/liblwqq_la-http_curl.Tpo -c http_curl.c -fPIC -DPIC -o .libs/liblwqq_la-http_curl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./libghttp -I../include/lwqq -I/usr/include/libev -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwqq_la-http_curl.lo -MD -MP -MF .deps/liblwqq_la-http_curl.Tpo -c http_curl.c -o liblwqq_la-http_curl.o >/dev/null 2>&1
mv -f .deps/liblwqq_la-http_curl.Tpo .deps/liblwqq_la-http_curl.Plo
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -Wall -Werror -o liblwqq.la -rpath /usr/lib liblwqq_la-logger.lo liblwqq_la-login.lo liblwqq_la-type.lo liblwqq_la-smemory.lo liblwqq_la-http.lo liblwqq_la-md5.lo liblwqq_la-url.lo liblwqq_la-json.lo liblwqq_la-info.lo liblwqq_la-msg.lo liblwqq_la-unicode.lo liblwqq_la-http_curl.lo -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/liblwqq_la-logger.o .libs/liblwqq_la-login.o .libs/liblwqq_la-type.o .libs/liblwqq_la-smemory.o .libs/liblwqq_la-http.o .libs/liblwqq_la-md5.o .libs/liblwqq_la-url.o .libs/liblwqq_la-json.o .libs/liblwqq_la-info.o .libs/liblwqq_la-msg.o .libs/liblwqq_la-unicode.o .libs/liblwqq_la-http_curl.o -lpthread -O2 -Wl,-soname -Wl,liblwqq.so.0 -o .libs/liblwqq.so.0.0.0
libtool: link: (cd ".libs" && rm -f "liblwqq.so.0" && ln -s "liblwqq.so.0.0.0" "liblwqq.so.0")
libtool: link: (cd ".libs" && rm -f "liblwqq.so" && ln -s "liblwqq.so.0.0.0" "liblwqq.so")
libtool: link: ar cru .libs/liblwqq.a liblwqq_la-logger.o liblwqq_la-login.o liblwqq_la-type.o liblwqq_la-smemory.o liblwqq_la-http.o liblwqq_la-md5.o liblwqq_la-url.o liblwqq_la-json.o liblwqq_la-info.o liblwqq_la-msg.o liblwqq_la-unicode.o liblwqq_la-http_curl.o
libtool: link: ranlib .libs/liblwqq.a
libtool: link: ( cd ".libs" && rm -f "liblwqq.la" && ln -s "../liblwqq.la" "liblwqq.la" )
make[4]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq' make[3]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/liblwqq'Making all in lwdb
make[3]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/lwdb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-lwdb.lo -MD -MP -MF .deps/liblwdb_la-lwdb.Tpo -c -o liblwdb_la-lwdb.lo
test -f 'lwdb.c' || echo './'lwdb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-lwdb.lo -MD -MP -MF .deps/liblwdb_la-lwdb.Tpo -c lwdb.c -fPIC -DPIC -o .libs/liblwdb_la-lwdb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-lwdb.lo -MD -MP -MF .deps/liblwdb_la-lwdb.Tpo -c lwdb.c -o liblwdb_la-lwdb.o >/dev/null 2>&1 mv -f .deps/liblwdb_la-lwdb.Tpo .deps/liblwdb_la-lwdb.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-swsqlite.lo -MD -MP -MF .deps/liblwdb_la-swsqlite.Tpo -c -o liblwdb_la-swsqlite.lo
test -f 'swsqlite.c' || echo './'swsqlite.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-swsqlite.lo -MD -MP -MF .deps/liblwdb_la-swsqlite.Tpo -c swsqlite.c -fPIC -DPIC -o .libs/liblwdb_la-swsqlite.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../include/lwqq -g -O2 -fno-strict-aliasing -Wall -Werror -MT liblwdb_la-swsqlite.lo -MD -MP -MF .deps/liblwdb_la-swsqlite.Tpo -c swsqlite.c -o liblwdb_la-swsqlite.o >/dev/null 2>&1 mv -f .deps/liblwdb_la-swsqlite.Tpo .deps/liblwdb_la-swsqlite.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -Wall -Werror -o liblwdb.la -rpath /usr/lib liblwdb_la-lwdb.lo liblwdb_la-swsqlite.lo -lsqlite3 -lpthread libtool: link: gcc -shared -fPIC -DPIC .libs/liblwdb_la-lwdb.o .libs/liblwdb_la-swsqlite.o -lsqlite3 -lpthread -O2 -Wl,-soname -Wl,liblwdb.so.0 -o .libs/liblwdb.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblwdb.so.0" && ln -s "liblwdb.so.0.0.0" "liblwdb.so.0") libtool: link: (cd ".libs" && rm -f "liblwdb.so" && ln -s "liblwdb.so.0.0.0" "liblwdb.so") libtool: link: ar cru .libs/liblwdb.a liblwdb_la-lwdb.o liblwdb_la-swsqlite.o libtool: link: ranlib .libs/liblwdb.a libtool: link: ( cd ".libs" && rm -f "liblwdb.la" && ln -s "../liblwdb.la" "liblwdb.la" ) make[3]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/lwdb'Making all in gui
make[3]: Entering directory
/home/chenqan/Downloads/lwqq-master/src/gui' gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT mainwindow.o -MD -MP -MF .deps/mainwindow.Tpo -c -o mainwindow.o mainwindow.c mv -f .deps/mainwindow.Tpo .deps/mainwindow.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT loginpanel.o -MD -MP -MF .deps/loginpanel.Tpo -c -o loginpanel.o loginpanel.c mv -f .deps/loginpanel.Tpo .deps/loginpanel.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT splashpanel.o -MD -MP -MF .deps/splashpanel.Tpo -c -o splashpanel.o splashpanel.c mv -f .deps/splashpanel.Tpo .deps/splashpanel.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT mainpanel.o -MD -MP -MF .deps/mainpanel.Tpo -c -o mainpanel.o mainpanel.c mv -f .deps/mainpanel.Tpo .deps/mainpanel.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT statusbutton.o -MD -MP -MF .deps/statusbutton.Tpo -c -o statusbutton.o statusbutton.c mv -f .deps/statusbutton.Tpo .deps/statusbutton.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT buddytree.o -MD -MP -MF .deps/buddytree.Tpo -c -o buddytree.o buddytree.c mv -f .deps/buddytree.Tpo .deps/buddytree.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include/lwqq -I./../lwdb -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DLWQQ_INSTALL_DIR=\"/usr/share/lwqq\" -g -O2 -fno-strict-aliasing -Wall -Werror -MT buddylist.o -MD -MP -MF .deps/buddylist.Tpo -c -o buddylist.o buddylist.c buddylist.c: In function ‘qq_buddy_list_get_type’: buddylist.c:37:40: error: size of array ‘_GStaticAssertCompileTimeAssertion_0’ is negative buddylist.c:37:161: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] buddylist.c:37:242: error: size of array ‘_GStaticAssertCompileTimeAssertion_1’ is negative buddylist.c:37:374: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] buddylist.c:60:40: error: size of array ‘_GStaticAssertCompileTimeAssertion_2’ is negative cc1: all warnings being treated as errors make[3]: *** [buddylist.o] Error 1 make[3]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src/gui'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/home/chenqan/Downloads/lwqq-master/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/chenqan/Downloads/lwqq-master'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: