Ubuntu Pastebin

Paste from code at Tue, 22 Mar 2016 21:09:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
peace@peace:~/gsoc/online/loolwsd$ make
make  all-recursive
make[1]: Entering directory `/home/peace/gsoc/online/loolwsd'
Making all in test
make[2]: Entering directory `/home/peace/gsoc/online/loolwsd/test'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peace/gsoc/online/loolwsd/test'
make[2]: Entering directory `/home/peace/gsoc/online/loolwsd'
  CXXLD    loolbroker
Util.o: In function `Util::encodeSubBufferToPNG(unsigned char*, int, int, int, int, int, int, std::vector<char, std::allocator<char> >&, LibreOfficeKitTileMode)':
/home/peace/gsoc/online/loolwsd/Util.cpp:254: undefined reference to `png_set_longjmp_fn'
collect2: error: ld returned 1 exit status
make[2]: *** [loolbroker] Error 1
make[2]: Leaving directory `/home/peace/gsoc/online/loolwsd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/peace/gsoc/online/loolwsd'
make: *** [all] Error 2
Download as text