Code Monkey home page Code Monkey logo

Comments (11)

Aazhar avatar Aazhar commented on September 26, 2024

Hello,
There was a missing update for the compiler version, this should be solved, could you retry.

from pdfalto.

 avatar commented on September 26, 2024

It does continue the build, but still returns warnings:

[ 57%] Building CXX object CMakeFiles/pdfalto.dir/src/pdfalto.cc.o
In file included from /root/pdfalto/src/pdfalto.cc:18:0:
/root/pdfalto/src/XmlAltoOutputDev.h:25:25: warning: extra tokens at end of #include directive
 #include <unordered_map>;
                         ^
/root/pdfalto/src/pdfalto.cc:43:24: warning: extra tokens at end of #include directive
 #include "TextString.h";
                        ^
/root/pdfalto/src/pdfalto.cc: In function 'int main(int, char**)':
/root/pdfalto/src/pdfalto.cc:180:41: warning: format not a string literal and no format arguments [-Wformat-security]
             fprintf(stderr, PDFALTO_NAME);
                                         ^
/root/pdfalto/src/pdfalto.cc:182:44: warning: format not a string literal and no format arguments [-Wformat-security]
             fprintf(stderr, PDFALTO_VERSION);
                                            ^
[ 58%] Building CXX object CMakeFiles/pdfalto.dir/src/XmlAltoOutputDev.cc.o
In file included from /root/pdfalto/src/XmlAltoOutputDev.cc:57:0:
/root/pdfalto/src/XmlAltoOutputDev.h:25:25: warning: extra tokens at end of #include directive
 #include <unordered_map>;
                         ^
/root/pdfalto/src/XmlAltoOutputDev.cc: In member function 'virtual void XmlAltoOutputDev::drawChar(GfxState*, double, double, double, double, double, double, CharCode, int, Unicode*, int)':
/root/pdfalto/src/XmlAltoOutputDev.cc:4384:76: warning: format '%d' expects argument of type 'int', but argument 7 has type 'Unicode* {aka unsigned int*}' [-Wformat=]
                    (double)x, (double)y, c, c, c, u, fontName->getCString());

from pdfalto.

 avatar commented on September 26, 2024

Also, I get a warning on building xpdf

CMake Warning at xpdf-4.00/CMakeLists.txt:32 (message):
  Couldn't find Qt4 or Qt5 -- will not build xpdf.

from pdfalto.

Aazhar avatar Aazhar commented on September 26, 2024

From what I see, these warnings are not harmful apart from the last one, which asks to install Qt engine in order to build the xpdf viewer.

from pdfalto.

 avatar commented on September 26, 2024

Should a specific Qt engine be installed to build the xpdf viewer? And what are the downsides of not using xpdf viewer?

from pdfalto.

Aazhar avatar Aazhar commented on September 26, 2024

I would suggest installing the last stable version (I tried it with Qt5) to get the viewer executable, actually the message should say 'will not build xpdf-qt or xpdf-viewer', so it depends on the module you need where each have certain library dependencies.

from pdfalto.

 avatar commented on September 26, 2024

It seems as if the build is still performed, even though it gives a warning.

2018-05-30T14:02:55.0997976Z Step 17/29 : RUN cmake .
2018-05-30T14:02:55.2469379Z  ---> Running in 7aa4fc1e7f8b
2018-05-30T14:02:55.6547133Z -- The C compiler identification is GNU 5.4.0
2018-05-30T14:02:55.7162045Z -- The CXX compiler identification is GNU 5.4.0
2018-05-30T14:02:55.7218617Z -- Check for working C compiler: /usr/bin/cc
2018-05-30T14:02:55.7906564Z -- Check for working C compiler: /usr/bin/cc -- works
2018-05-30T14:02:55.7932338Z -- Detecting C compiler ABI info
2018-05-30T14:02:55.8611802Z -- Detecting C compiler ABI info - done
2018-05-30T14:02:55.8685108Z -- Detecting C compile features
2018-05-30T14:02:56.0879971Z -- Detecting C compile features - done
2018-05-30T14:02:56.0913201Z -- Check for working CXX compiler: /usr/bin/c++
2018-05-30T14:02:56.1842800Z -- Check for working CXX compiler: /usr/bin/c++ -- works
2018-05-30T14:02:56.1859293Z -- Detecting CXX compiler ABI info
2018-05-30T14:02:56.2768380Z -- Detecting CXX compiler ABI info - done
2018-05-30T14:02:56.2841350Z -- Detecting CXX compile features
2018-05-30T14:02:56.5843470Z -- Detecting CXX compile features - done
2018-05-30T14:02:56.5883661Z -- Looking for mkstemp
2018-05-30T14:02:56.6590606Z -- Looking for mkstemp - found
2018-05-30T14:02:56.6606698Z -- Looking for mkstemps
2018-05-30T14:02:56.7356284Z -- Looking for mkstemps - found
2018-05-30T14:02:56.7374120Z -- Looking for popen
2018-05-30T14:02:56.8087628Z -- Looking for popen - found
2018-05-30T14:02:56.8105693Z -- Performing Test HAVE_STD_SORT
2018-05-30T14:02:56.9705521Z -- Performing Test HAVE_STD_SORT - Success
2018-05-30T14:02:56.9720837Z -- Looking for fseeko
2018-05-30T14:02:57.0442850Z -- Looking for fseeko - found
2018-05-30T14:02:57.0460122Z -- Looking for fseek64
2018-05-30T14:02:57.1213437Z -- Looking for fseek64 - not found
2018-05-30T14:02:57.1229565Z -- Looking for _fseeki64
2018-05-30T14:02:57.1907491Z -- Looking for _fseeki64 - not found
2018-05-30T14:02:57.1934657Z -- Found FreeType (old-style includes): /usr/lib/x86_64-linux-gnu/libfreetype.so
2018-05-30T14:02:57.2003262Z -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
2018-05-30T14:02:57.2124609Z -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54") 
2018-05-30T14:02:57.2165613Z -- Could NOT find JPEG (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR) 
2018-05-30T14:02:57.2207845Z -- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR) 
2018-05-30T14:02:57.2222282Z -- lcms2 not found
2018-05-30T14:02:57.2311048Z -- Found unsuitable Qt version "" from NOTFOUND
2018-05-30T14:02:57.2327408Z -- No Qt library found
2018-05-30T14:02:57.2353205Z -- Looking for pthread.h
2018-05-30T14:02:57.3135139Z -- Looking for pthread.h - found
2018-05-30T14:02:57.3154905Z -- Looking for pthread_create
2018-05-30T14:02:57.3906192Z -- Looking for pthread_create - not found
2018-05-30T14:02:57.3922965Z -- Looking for pthread_create in pthreads
2018-05-30T14:02:57.4543452Z -- Looking for pthread_create in pthreads - not found
2018-05-30T14:02:57.4562202Z -- Looking for pthread_create in pthread
2018-05-30T14:02:57.5267413Z -- Looking for pthread_create in pthread - found
2018-05-30T14:02:57.5288204Z -- Found Threads: TRUE  
2018-05-30T14:02:57.5370226Z �[91mCMake Warning at xpdf-4.00/CMakeLists.txt:32 (message):
2018-05-30T14:02:57.5392645Z   Couldn't find Qt4 or Qt5 -- will not build xpdf.
2018-05-30T14:02:57.5400608Z 
2018-05-30T14:02:57.5400901Z 
2018-05-30T14:02:57.5409706Z �[0m-- Configuring done
2018-05-30T14:02:57.6425728Z -- Generating done
2018-05-30T14:02:57.6519300Z -- Build files have been written to: /root/pdfalto
2018-05-30T14:02:59.2841365Z Removing intermediate container 7aa4fc1e7f8b
2018-05-30T14:02:59.2850060Z  ---> 9c5fdb73b787
2018-05-30T14:02:59.2858493Z Step 18/29 : RUN make
2018-05-30T14:02:59.4706351Z  ---> Running in 9fd032675a71
2018-05-30T14:02:59.9161680Z Scanning dependencies of target xpdf
2018-05-30T14:02:59.9344502Z [  0%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/AcroForm.cc.o
2018-05-30T14:03:00.2160516Z [  1%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Annot.cc.o
2018-05-30T14:03:00.4330290Z [  1%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Array.cc.o
2018-05-30T14:03:00.5006052Z [  2%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/BuiltinFont.cc.o
2018-05-30T14:03:00.5445042Z [  2%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/BuiltinFontTables.cc.o
2018-05-30T14:03:00.6324554Z [  3%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Catalog.cc.o
2018-05-30T14:03:00.7862179Z [  3%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/CharCodeToUnicode.cc.o
2018-05-30T14:03:00.8944229Z [  4%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/CMap.cc.o
2018-05-30T14:03:01.0117019Z [  4%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Decrypt.cc.o
2018-05-30T14:03:01.2519614Z [  5%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Dict.cc.o
2018-05-30T14:03:01.3510594Z [  5%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/DisplayState.cc.o
2018-05-30T14:03:01.4321029Z [  6%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Error.cc.o
2018-05-30T14:03:01.4863518Z [  6%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/FontEncodingTables.cc.o
2018-05-30T14:03:01.5259799Z [  7%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Form.cc.o
2018-05-30T14:03:01.6029102Z [  7%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Function.cc.o
2018-05-30T14:03:01.8169827Z [  8%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Gfx.cc.o
2018-05-30T14:03:02.3230426Z [  8%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/GfxFont.cc.o
2018-05-30T14:03:02.5783066Z [  9%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/GfxState.cc.o
2018-05-30T14:03:03.1985698Z [  9%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/GlobalParams.cc.o
2018-05-30T14:03:03.5928418Z [ 10%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/HTMLGen.cc.o
2018-05-30T14:03:04.5730044Z [ 10%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/ImageOutputDev.cc.o
2018-05-30T14:03:04.5764037Z [ 11%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/JArithmeticDecoder.cc.o
2018-05-30T14:03:04.5780218Z [ 11%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/JBIG2Stream.cc.o
2018-05-30T14:03:04.5796412Z [ 12%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/JPXStream.cc.o
2018-05-30T14:03:04.5921937Z [ 12%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Lexer.cc.o
2018-05-30T14:03:04.6852746Z [ 13%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Link.cc.o
2018-05-30T14:03:04.8533268Z [ 13%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/NameToCharCode.cc.o
2018-05-30T14:03:04.8961111Z [ 14%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Object.cc.o
2018-05-30T14:03:05.0169111Z [ 14%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/OptionalContent.cc.o
2018-05-30T14:03:05.1365517Z [ 15%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Outline.cc.o
2018-05-30T14:03:05.2235698Z [ 15%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/OutputDev.cc.o
2018-05-30T14:03:05.3374576Z [ 16%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Page.cc.o
2018-05-30T14:03:06.0899528Z [ 16%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Parser.cc.o
2018-05-30T14:03:06.1761013Z [ 17%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PDFCore.cc.o
2018-05-30T14:03:06.4618894Z [ 17%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdfdetach.cc.o
2018-05-30T14:03:06.5528576Z [ 18%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PDFDoc.cc.o
2018-05-30T14:03:06.7156787Z [ 18%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PDFDocEncoding.cc.o
2018-05-30T14:03:06.7410183Z [ 18%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdffonts.cc.o
2018-05-30T14:03:06.8497102Z [ 19%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdfimages.cc.o
2018-05-30T14:03:06.9309496Z [ 19%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdfinfo.cc.o
2018-05-30T14:03:07.0303296Z [ 20%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdftohtml.cc.o
2018-05-30T14:03:07.1106127Z [ 20%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdftopng.cc.o
2018-05-30T14:03:07.2551396Z [ 21%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdftoppm.cc.o
2018-05-30T14:03:07.3859646Z [ 21%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdftops.cc.o
2018-05-30T14:03:07.4736022Z [ 22%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/pdftotext.cc.o
2018-05-30T14:03:07.5583358Z [ 22%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PreScanOutputDev.cc.o
2018-05-30T14:03:07.6862795Z [ 23%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PSOutputDev.cc.o
2018-05-30T14:03:08.3697734Z [ 23%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/PSTokenizer.cc.o
2018-05-30T14:03:08.4198595Z [ 24%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/SecurityHandler.cc.o
2018-05-30T14:03:08.5308013Z [ 24%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/SplashOutputDev.cc.o
2018-05-30T14:03:08.9920146Z [ 25%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Stream.cc.o
2018-05-30T14:03:09.4886805Z [ 25%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/TextOutputDev.cc.o
2018-05-30T14:03:09.9369099Z [ 26%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/TextString.cc.o
2018-05-30T14:03:09.9970811Z [ 26%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/TileCache.cc.o
2018-05-30T14:03:10.1297395Z [ 27%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/TileCompositor.cc.o
2018-05-30T14:03:10.2296450Z [ 27%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/TileMap.cc.o
2018-05-30T14:03:10.4349995Z [ 28%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/UnicodeMap.cc.o
2018-05-30T14:03:10.5078902Z [ 28%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/UnicodeTypeTable.cc.o
2018-05-30T14:03:10.5628212Z [ 29%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/UTF8.cc.o
2018-05-30T14:03:10.6094011Z [ 29%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/XFAForm.cc.o
2018-05-30T14:03:10.9404666Z [ 30%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/XRef.cc.o
2018-05-30T14:03:11.0990304Z [ 30%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf.dir/Zoox.cc.o
2018-05-30T14:03:11.2574346Z [ 31%] Linking CXX static library ../build/xpdf/lib/libxpdf.a
2018-05-30T14:03:11.3406603Z [ 31%] Built target xpdf
2018-05-30T14:03:11.3559761Z Scanning dependencies of target zlib
2018-05-30T14:03:11.3657538Z [ 32%] Building C object image/zlib/CMakeFiles/zlib.dir/adler32.c.o
2018-05-30T14:03:11.3937448Z [ 32%] Building C object image/zlib/CMakeFiles/zlib.dir/compress.c.o
2018-05-30T14:03:11.4207227Z [ 33%] Building C object image/zlib/CMakeFiles/zlib.dir/crc32.c.o
2018-05-30T14:03:11.4697189Z [ 33%] Building C object image/zlib/CMakeFiles/zlib.dir/deflate.c.o
2018-05-30T14:03:11.5594271Z [ 34%] Building C object image/zlib/CMakeFiles/zlib.dir/gzio.c.o
2018-05-30T14:03:11.6345239Z [ 34%] Building C object image/zlib/CMakeFiles/zlib.dir/infback.c.o
2018-05-30T14:03:11.7016983Z [ 35%] Building C object image/zlib/CMakeFiles/zlib.dir/inffast.c.o
2018-05-30T14:03:11.7459820Z [ 35%] Building C object image/zlib/CMakeFiles/zlib.dir/inflate.c.o
2018-05-30T14:03:11.8488285Z [ 36%] Building C object image/zlib/CMakeFiles/zlib.dir/inftrees.c.o
2018-05-30T14:03:11.8957727Z [ 36%] Building C object image/zlib/CMakeFiles/zlib.dir/trees.c.o
2018-05-30T14:03:11.9995670Z [ 37%] Building C object image/zlib/CMakeFiles/zlib.dir/uncompr.c.o
2018-05-30T14:03:12.0282643Z [ 37%] Building C object image/zlib/CMakeFiles/zlib.dir/zutil.c.o
2018-05-30T14:03:12.0666518Z [ 38%] Linking C shared library libzlib.so
2018-05-30T14:03:12.1055249Z [ 38%] Built target zlib
2018-05-30T14:03:12.1291187Z Scanning dependencies of target png
2018-05-30T14:03:12.1405382Z [ 38%] Building C object image/png/CMakeFiles/png.dir/png.c.o
2018-05-30T14:03:12.2281177Z [ 39%] Building C object image/png/CMakeFiles/png.dir/pngerror.c.o
2018-05-30T14:03:12.3000027Z [ 39%] Building C object image/png/CMakeFiles/png.dir/pnggccrd.c.o
2018-05-30T14:03:12.6791665Z [ 40%] Building C object image/png/CMakeFiles/png.dir/pngget.c.o
2018-05-30T14:03:13.3271021Z [ 40%] Building C object image/png/CMakeFiles/png.dir/pngmem.c.o
2018-05-30T14:03:13.5209877Z [ 41%] Building C object image/png/CMakeFiles/png.dir/pngpread.c.o
2018-05-30T14:03:13.6406816Z [ 41%] Building C object image/png/CMakeFiles/png.dir/pngread.c.o
2018-05-30T14:03:13.7569889Z [ 42%] Building C object image/png/CMakeFiles/png.dir/pngrio.c.o
2018-05-30T14:03:13.8218851Z [ 42%] Building C object image/png/CMakeFiles/png.dir/pngrtran.c.o
2018-05-30T14:03:14.0716844Z [ 43%] Building C object image/png/CMakeFiles/png.dir/pngrutil.c.o
2018-05-30T14:03:14.2313430Z [ 43%] Building C object image/png/CMakeFiles/png.dir/pngset.c.o
2018-05-30T14:03:14.3333267Z [ 44%] Building C object image/png/CMakeFiles/png.dir/pngtrans.c.o
2018-05-30T14:03:14.4051277Z [ 44%] Building C object image/png/CMakeFiles/png.dir/pngvcrd.c.o
2018-05-30T14:03:14.4541186Z [ 45%] Building C object image/png/CMakeFiles/png.dir/pngwio.c.o
2018-05-30T14:03:14.5077479Z [ 45%] Building C object image/png/CMakeFiles/png.dir/pngwrite.c.o
2018-05-30T14:03:14.6050083Z [ 46%] Building C object image/png/CMakeFiles/png.dir/pngwtran.c.o
2018-05-30T14:03:14.6754839Z [ 46%] Building C object image/png/CMakeFiles/png.dir/pngwutil.c.o
2018-05-30T14:03:14.8333587Z [ 47%] Linking C shared library libpng.so
2018-05-30T14:03:14.8728486Z [ 47%] Built target png
2018-05-30T14:03:14.8866649Z Scanning dependencies of target goo_objs
2018-05-30T14:03:14.8977049Z [ 48%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/FixedPoint.cc.o
2018-05-30T14:03:14.9193918Z [ 48%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/GHash.cc.o
2018-05-30T14:03:14.9811160Z [ 49%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/GList.cc.o
2018-05-30T14:03:15.0329840Z [ 49%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/GString.cc.o
2018-05-30T14:03:15.1548490Z [ 50%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/gfile.cc.o
2018-05-30T14:03:15.2293654Z [ 50%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/gmem.cc.o
2018-05-30T14:03:15.2866709Z [ 51%] Building CXX object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/gmempp.cc.o
2018-05-30T14:03:15.3150616Z [ 51%] Building C object xpdf-4.00/goo/CMakeFiles/goo_objs.dir/parseargs.c.o
2018-05-30T14:03:15.3669436Z [ 51%] Built target goo_objs
2018-05-30T14:03:15.3773575Z Scanning dependencies of target goo
2018-05-30T14:03:15.3870422Z [ 51%] Linking CXX static library libgoo.a
2018-05-30T14:03:15.4217516Z [ 51%] Built target goo
2018-05-30T14:03:15.4391528Z Scanning dependencies of target fofi_objs
2018-05-30T14:03:15.4526337Z [ 51%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiBase.cc.o
2018-05-30T14:03:15.5081806Z [ 52%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiEncodings.cc.o
2018-05-30T14:03:15.5468897Z [ 52%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiIdentifier.cc.o
2018-05-30T14:03:15.6698881Z [ 53%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiTrueType.cc.o
2018-05-30T14:03:16.0198322Z [ 53%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiType1.cc.o
2018-05-30T14:03:16.1059066Z [ 54%] Building CXX object xpdf-4.00/fofi/CMakeFiles/fofi_objs.dir/FoFiType1C.cc.o
2018-05-30T14:03:16.4579394Z [ 54%] Built target fofi_objs
2018-05-30T14:03:16.4690726Z Scanning dependencies of target fofi
2018-05-30T14:03:16.4801037Z [ 54%] Linking CXX static library libfofi.a
2018-05-30T14:03:16.5143998Z [ 54%] Built target fofi
2018-05-30T14:03:16.5454866Z Scanning dependencies of target pdfalto
2018-05-30T14:03:16.5575563Z [ 55%] Building CXX object CMakeFiles/pdfalto.dir/src/AnnotsXrce.cc.o
2018-05-30T14:03:16.7620445Z [ 55%] Building CXX object CMakeFiles/pdfalto.dir/src/ConstantsUtils.cc.o
2018-05-30T14:03:16.7839507Z [ 56%] Building CXX object CMakeFiles/pdfalto.dir/src/ConstantsXMLALTO.cc.o
2018-05-30T14:03:16.8074452Z [ 56%] Building CXX object CMakeFiles/pdfalto.dir/src/Parameters.cc.o
2018-05-30T14:03:16.9689904Z [ 57%] Building CXX object CMakeFiles/pdfalto.dir/src/PDFDocXrce.cc.o
2018-05-30T14:03:17.1473940Z [ 57%] Building CXX object CMakeFiles/pdfalto.dir/src/pdfalto.cc.o
2018-05-30T14:03:17.2243654Z �[91m/root/pdfalto/src/pdfalto.cc:43:24: warning: extra tokens at end of #include directive
2018-05-30T14:03:17.2254207Z  #include "TextString.h";
2018-05-30T14:03:17.2254838Z                         ^
2018-05-30T14:03:17.3719159Z �[0m�[91mIn file included from /root/pdfalto/xpdf-4.00/goo/parseargs.h:16:0,
2018-05-30T14:03:17.3732047Z                  from /root/pdfalto/src/pdfalto.cc:6:
2018-05-30T14:03:17.3744449Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.3785985Z  #define gFalse 0
2018-05-30T14:03:17.3787368Z                 ^
2018-05-30T14:03:17.3800825Z /root/pdfalto/src/XmlAltoOutputDev.h:154:22: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.3822425Z      GBool fontType = gFalse; //Enumeration : serif (gTrue) or sans-serif(gFalse)
2018-05-30T14:03:17.3838848Z                       ^
2018-05-30T14:03:17.3850742Z �[0m�[91m/root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.3878691Z  #define gFalse 0
2018-05-30T14:03:17.3879475Z                 ^
2018-05-30T14:03:17.3890582Z /root/pdfalto/src/XmlAltoOutputDev.h:155:23: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.3901912Z      GBool fontWidth = gFalse; //Enumeration : proportional(gFalse) or fixed(gTrue)
2018-05-30T14:03:17.3903625Z                        ^
2018-05-30T14:03:17.3918883Z �[0m�[91m/root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.3931113Z  #define gFalse 0
2018-05-30T14:03:17.3932527Z                 ^
2018-05-30T14:03:17.3943114Z /root/pdfalto/src/XmlAltoOutputDev.h:158:20: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.3984486Z      GBool isbold = gFalse;
2018-05-30T14:03:17.3985313Z                     ^
2018-05-30T14:03:17.4000488Z �[0m�[91m/root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.4219802Z  #define gFalse 0
2018-05-30T14:03:17.4225813Z                 ^
2018-05-30T14:03:17.4237491Z /root/pdfalto/src/XmlAltoOutputDev.h:159:22: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.4259068Z      GBool isitalic = gFalse;
2018-05-30T14:03:17.4260482Z                       ^
2018-05-30T14:03:17.4291472Z �[0m�[91m/root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.4304972Z  #define gFalse 0
2018-05-30T14:03:17.4306324Z                 ^
2018-05-30T14:03:17.4318060Z /root/pdfalto/src/XmlAltoOutputDev.h:160:25: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.4536371Z      GBool issubscript = gFalse;
2018-05-30T14:03:17.4537944Z                          ^
2018-05-30T14:03:17.4550303Z �[0m�[91m/root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:17.4612494Z  #define gFalse 0
2018-05-30T14:03:17.4613814Z                 ^
2018-05-30T14:03:17.4625373Z /root/pdfalto/src/XmlAltoOutputDev.h:161:27: note: in expansion of macro 'gFalse'
2018-05-30T14:03:17.4640349Z      GBool issuperscript = gFalse;
2018-05-30T14:03:17.4641422Z                            ^
2018-05-30T14:03:17.9322232Z �[0m�[91m/root/pdfalto/src/pdfalto.cc: In function 'int main(int, char**)':
2018-05-30T14:03:17.9421926Z /root/pdfalto/src/pdfalto.cc:180:41: warning: format not a string literal and no format arguments [-Wformat-security]
2018-05-30T14:03:17.9437618Z              fprintf(stderr, PDFALTO_NAME);
2018-05-30T14:03:17.9439591Z                                          ^
2018-05-30T14:03:17.9486487Z /root/pdfalto/src/pdfalto.cc:182:44: warning: format not a string literal and no format arguments [-Wformat-security]
2018-05-30T14:03:17.9500489Z              fprintf(stderr, PDFALTO_VERSION);
2018-05-30T14:03:17.9501299Z                                             ^
2018-05-30T14:03:18.2942228Z �[0m[ 58%] Building CXX object CMakeFiles/pdfalto.dir/src/XmlAltoOutputDev.cc.o
2018-05-30T14:03:18.8748505Z �[91mIn file included from /root/pdfalto/xpdf-4.00/goo/GString.h:22:0,
2018-05-30T14:03:18.8762879Z                  from /root/pdfalto/src/AnnotsXrce.h:6,
2018-05-30T14:03:18.8763646Z                  from /root/pdfalto/src/XmlAltoOutputDev.cc:25:
2018-05-30T14:03:18.8774078Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.8785528Z  #define gFalse 0
2018-05-30T14:03:18.8786256Z                 ^
2018-05-30T14:03:18.8795856Z /root/pdfalto/src/XmlAltoOutputDev.h:154:22: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.8813896Z      GBool fontType = gFalse; //Enumeration : serif (gTrue) or sans-serif(gFalse)
2018-05-30T14:03:18.8823371Z                       ^
2018-05-30T14:03:18.8833696Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.8843391Z  #define gFalse 0
2018-05-30T14:03:18.8844097Z                 ^
2018-05-30T14:03:18.8853685Z /root/pdfalto/src/XmlAltoOutputDev.h:155:23: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.8863156Z      GBool fontWidth = gFalse; //Enumeration : proportional(gFalse) or fixed(gTrue)
2018-05-30T14:03:18.8863829Z                        ^
2018-05-30T14:03:18.8873513Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.8885041Z  #define gFalse 0
2018-05-30T14:03:18.8885621Z                 ^
2018-05-30T14:03:18.8895317Z /root/pdfalto/src/XmlAltoOutputDev.h:158:20: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.8904750Z      GBool isbold = gFalse;
2018-05-30T14:03:18.8905353Z                     ^
2018-05-30T14:03:18.8915040Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.8924760Z  #define gFalse 0
2018-05-30T14:03:18.8925323Z                 ^
2018-05-30T14:03:18.8934711Z /root/pdfalto/src/XmlAltoOutputDev.h:159:22: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.8943834Z      GBool isitalic = gFalse;
2018-05-30T14:03:18.8944443Z                       ^
2018-05-30T14:03:18.8955130Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.8965319Z  #define gFalse 0
2018-05-30T14:03:18.8965911Z                 ^
2018-05-30T14:03:18.9008018Z /root/pdfalto/src/XmlAltoOutputDev.h:160:25: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.9022085Z      GBool issubscript = gFalse;
2018-05-30T14:03:18.9023059Z                          ^
2018-05-30T14:03:18.9034963Z /root/pdfalto/xpdf-4.00/goo/gtypes.h:18:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
2018-05-30T14:03:18.9046974Z  #define gFalse 0
2018-05-30T14:03:18.9047767Z                 ^
2018-05-30T14:03:18.9060141Z /root/pdfalto/src/XmlAltoOutputDev.h:161:27: note: in expansion of macro 'gFalse'
2018-05-30T14:03:18.9071096Z      GBool issuperscript = gFalse;
2018-05-30T14:03:18.9072550Z                            ^
2018-05-30T14:03:18.9317768Z �[0m�[91m/root/pdfalto/src/XmlAltoOutputDev.cc: In member function 'virtual void XmlAltoOutputDev::drawChar(GfxState*, double, double, double, double, double, double, CharCode, int, Unicode*, int)':
2018-05-30T14:03:18.9337506Z /root/pdfalto/src/XmlAltoOutputDev.cc:4374:52: warning: format '%d' expects argument of type 'int', but argument 7 has type 'Unicode* {aka unsigned int*}' [-Wformat=]
2018-05-30T14:03:18.9347673Z                     (double)x, (double)y, c, c, c, u);
2018-05-30T14:03:18.9348499Z                                                     ^
2018-05-30T14:03:19.6013458Z �[0m[ 58%] Linking CXX executable pdfalto
2018-05-30T14:03:19.7833291Z [ 58%] Built target pdfalto
2018-05-30T14:03:19.8114626Z Scanning dependencies of target splash_objs
2018-05-30T14:03:19.8253220Z [ 59%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/Splash.cc.o
2018-05-30T14:03:20.3563019Z [ 59%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashBitmap.cc.o
2018-05-30T14:03:20.4243354Z [ 60%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashClip.cc.o
2018-05-30T14:03:20.5419108Z [ 60%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFTFont.cc.o
2018-05-30T14:03:20.6561088Z [ 61%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFTFontEngine.cc.o
2018-05-30T14:03:20.7404854Z [ 61%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFTFontFile.cc.o
2018-05-30T14:03:21.1903777Z [ 62%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFont.cc.o
2018-05-30T14:03:21.2851007Z [ 62%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFontEngine.cc.o
2018-05-30T14:03:21.3891105Z [ 63%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFontFile.cc.o
2018-05-30T14:03:21.4412750Z [ 63%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashFontFileID.cc.o
2018-05-30T14:03:21.4743169Z [ 64%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashPath.cc.o
2018-05-30T14:03:21.5464337Z [ 64%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashPattern.cc.o
2018-05-30T14:03:21.6237670Z [ 64%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashScreen.cc.o
2018-05-30T14:03:21.7994080Z [ 65%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashState.cc.o
2018-05-30T14:03:21.8926772Z [ 65%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashXPath.cc.o
2018-05-30T14:03:22.0866111Z [ 66%] Building CXX object xpdf-4.00/splash/CMakeFiles/splash_objs.dir/SplashXPathScanner.cc.o
2018-05-30T14:03:22.2576771Z [ 66%] Built target splash_objs
2018-05-30T14:03:22.2683606Z Scanning dependencies of target splash
2018-05-30T14:03:22.2787549Z [ 66%] Linking CXX static library libsplash.a
2018-05-30T14:03:22.3123622Z [ 66%] Built target splash
2018-05-30T14:03:22.3638978Z Scanning dependencies of target xpdf_objs
2018-05-30T14:03:22.3788853Z [ 66%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/AcroForm.cc.o
2018-05-30T14:03:22.6418441Z [ 67%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Annot.cc.o
2018-05-30T14:03:22.8644199Z [ 67%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Array.cc.o
2018-05-30T14:03:22.9326733Z [ 68%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFont.cc.o
2018-05-30T14:03:22.9796492Z [ 68%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFontTables.cc.o
2018-05-30T14:03:23.0860621Z [ 69%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Catalog.cc.o
2018-05-30T14:03:23.2651584Z [ 69%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/CharCodeToUnicode.cc.o
2018-05-30T14:03:23.3840144Z [ 70%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/CMap.cc.o
2018-05-30T14:03:23.4938821Z [ 70%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Decrypt.cc.o
2018-05-30T14:03:23.6890763Z [ 71%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Dict.cc.o
2018-05-30T14:03:23.7767767Z [ 71%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Error.cc.o
2018-05-30T14:03:23.8313298Z [ 72%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/FontEncodingTables.cc.o
2018-05-30T14:03:23.8681805Z [ 72%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Form.cc.o
2018-05-30T14:03:23.9433446Z [ 73%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Function.cc.o
2018-05-30T14:03:24.1480640Z [ 73%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Gfx.cc.o
2018-05-30T14:03:24.6752542Z [ 73%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/GfxFont.cc.o
2018-05-30T14:03:24.9460445Z [ 74%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/GfxState.cc.o
2018-05-30T14:03:25.6184023Z [ 74%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/GlobalParams.cc.o
2018-05-30T14:03:25.9970174Z [ 75%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/JArithmeticDecoder.cc.o
2018-05-30T14:03:26.0847081Z [ 75%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/JBIG2Stream.cc.o
2018-05-30T14:03:26.4319690Z [ 76%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/JPXStream.cc.o
2018-05-30T14:03:26.7563971Z [ 76%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Lexer.cc.o
2018-05-30T14:03:26.8527565Z [ 77%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Link.cc.o
2018-05-30T14:03:27.0203212Z [ 77%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/NameToCharCode.cc.o
2018-05-30T14:03:27.0625810Z [ 78%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Object.cc.o
2018-05-30T14:03:27.1699355Z [ 78%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/OptionalContent.cc.o
2018-05-30T14:03:27.2827288Z [ 79%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Outline.cc.o
2018-05-30T14:03:27.3785085Z [ 79%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/OutputDev.cc.o
2018-05-30T14:03:27.4987222Z [ 80%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Page.cc.o
2018-05-30T14:03:27.6470489Z [ 80%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Parser.cc.o
2018-05-30T14:03:27.7337770Z [ 81%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/PDFDoc.cc.o
2018-05-30T14:03:27.8686291Z [ 81%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/PDFDocEncoding.cc.o
2018-05-30T14:03:27.8937424Z [ 82%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/PSTokenizer.cc.o
2018-05-30T14:03:27.9444128Z [ 82%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/SecurityHandler.cc.o
2018-05-30T14:03:28.0657640Z [ 83%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Stream.cc.o
2018-05-30T14:03:28.5701139Z [ 83%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/TextString.cc.o
2018-05-30T14:03:28.6333095Z [ 84%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/UnicodeMap.cc.o
2018-05-30T14:03:28.7075283Z [ 84%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/UnicodeTypeTable.cc.o
2018-05-30T14:03:28.7578475Z [ 85%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/UTF8.cc.o
2018-05-30T14:03:28.8006401Z [ 85%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/XFAForm.cc.o
2018-05-30T14:03:29.1368024Z [ 86%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/XRef.cc.o
2018-05-30T14:03:29.3032528Z [ 86%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/xpdf_objs.dir/Zoox.cc.o
2018-05-30T14:03:29.4633578Z [ 86%] Built target xpdf_objs
2018-05-30T14:03:29.4802992Z Scanning dependencies of target pdftotext
2018-05-30T14:03:29.4924429Z [ 87%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftotext.dir/TextOutputDev.cc.o
2018-05-30T14:03:30.3089022Z [ 87%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftotext.dir/pdftotext.cc.o
2018-05-30T14:03:30.4030863Z [ 88%] Linking CXX executable pdftotext
2018-05-30T14:03:30.5580802Z [ 88%] Built target pdftotext
2018-05-30T14:03:30.5719432Z Scanning dependencies of target pdfinfo
2018-05-30T14:03:30.5857510Z [ 88%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdfinfo.dir/pdfinfo.cc.o
2018-05-30T14:03:30.6956585Z [ 89%] Linking CXX executable pdfinfo
2018-05-30T14:03:30.8388360Z [ 89%] Built target pdfinfo
2018-05-30T14:03:30.8625530Z Scanning dependencies of target pdftohtml
2018-05-30T14:03:30.8766790Z [ 89%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftohtml.dir/HTMLGen.cc.o
2018-05-30T14:03:31.0393860Z [ 90%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftohtml.dir/SplashOutputDev.cc.o
2018-05-30T14:03:31.5500066Z [ 90%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftohtml.dir/TextOutputDev.cc.o
2018-05-30T14:03:32.0209733Z [ 91%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftohtml.dir/pdftohtml.cc.o
2018-05-30T14:03:32.1058771Z [ 91%] Linking CXX executable pdftohtml
2018-05-30T14:03:32.2774993Z [ 91%] Built target pdftohtml
2018-05-30T14:03:32.2972062Z Scanning dependencies of target pdftoppm
2018-05-30T14:03:32.3102315Z [ 91%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftoppm.dir/SplashOutputDev.cc.o
2018-05-30T14:03:32.8060275Z [ 91%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftoppm.dir/pdftoppm.cc.o
2018-05-30T14:03:32.9270226Z [ 92%] Linking CXX executable pdftoppm
2018-05-30T14:03:33.0758358Z [ 92%] Built target pdftoppm
2018-05-30T14:03:33.0887933Z Scanning dependencies of target pdffonts
2018-05-30T14:03:33.0995425Z [ 93%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdffonts.dir/pdffonts.cc.o
2018-05-30T14:03:33.2039572Z [ 93%] Linking CXX executable pdffonts
2018-05-30T14:03:33.3536591Z [ 93%] Built target pdffonts
2018-05-30T14:03:33.3679096Z Scanning dependencies of target pdfdetach
2018-05-30T14:03:33.3796302Z [ 94%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdfdetach.dir/pdfdetach.cc.o
2018-05-30T14:03:33.4575994Z [ 94%] Linking CXX executable pdfdetach
2018-05-30T14:03:33.6170688Z [ 94%] Built target pdfdetach
2018-05-30T14:03:33.6502546Z Scanning dependencies of target pdftops
2018-05-30T14:03:33.6637186Z [ 94%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftops.dir/PreScanOutputDev.cc.o
2018-05-30T14:03:33.8164476Z [ 95%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftops.dir/PSOutputDev.cc.o
2018-05-30T14:03:34.4655706Z [ 95%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftops.dir/SplashOutputDev.cc.o
2018-05-30T14:03:34.9138567Z [ 96%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftops.dir/pdftops.cc.o
2018-05-30T14:03:35.0033990Z [ 96%] Linking CXX executable pdftops
2018-05-30T14:03:35.1674513Z [ 96%] Built target pdftops
2018-05-30T14:03:35.1857339Z Scanning dependencies of target pdftopng
2018-05-30T14:03:35.1986320Z [ 97%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftopng.dir/SplashOutputDev.cc.o
2018-05-30T14:03:35.6886334Z [ 97%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdftopng.dir/pdftopng.cc.o
2018-05-30T14:03:35.8433912Z [ 98%] Linking CXX executable pdftopng
2018-05-30T14:03:35.9987368Z [ 98%] Built target pdftopng
2018-05-30T14:03:36.0142437Z Scanning dependencies of target pdfimages
2018-05-30T14:03:36.0259185Z [ 99%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdfimages.dir/ImageOutputDev.cc.o
2018-05-30T14:03:36.1483096Z [ 99%] Building CXX object xpdf-4.00/xpdf/CMakeFiles/pdfimages.dir/pdfimages.cc.o
2018-05-30T14:03:36.2306353Z [100%] Linking CXX executable pdfimages
2018-05-30T14:03:36.3766977Z [100%] Built target pdfimages

from pdfalto.

Aazhar avatar Aazhar commented on September 26, 2024

Warnings doesn't prevent the building, will be dealing with them soon

from pdfalto.

kermitt2 avatar kermitt2 commented on September 26, 2024

Just as a note, it is better in the project not to build xpdf viewer because xpdf is build here only for static linking with pdfalto - which is a not a GUI. For using xpdf in a normal way with the PDF viewer, another system wide installation of xpdf is necessary.

from pdfalto.

Aazhar avatar Aazhar commented on September 26, 2024

Yes, actually only libxpdf is needed so 'xpdf_objs'.

from pdfalto.

Aazhar avatar Aazhar commented on September 26, 2024

committed a289dd4

from pdfalto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.