Undefine functions

80 views
Skip to first unread message

Denis Sangaletti

unread,
Dec 4, 2016, 4:05:32 AM12/4/16
to libHaru
Good morning,
I have installed LibHaru on my ubuntu machine. When I try to run a demo case, the following errors appear. Can somebody help me to solve these errors:

CMakeFiles/untitled.dir/main.cpp.o: In function `show_stripe_pattern(_HPDF_Dict_Rec*, float, float)':
/home/d/Dropbox/podofo/untitled/main.cpp:47: undefined reference to `HPDF_Page_SetRGBStroke'
/home/d/Dropbox/podofo/untitled/main.cpp:48: undefined reference to `HPDF_Page_SetLineWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:49: undefined reference to `HPDF_Page_MoveTo'
/home/d/Dropbox/podofo/untitled/main.cpp:50: undefined reference to `HPDF_Page_TextWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:51: undefined reference to `HPDF_Page_LineTo'
/home/d/Dropbox/podofo/untitled/main.cpp:52: undefined reference to `HPDF_Page_Stroke'
/home/d/Dropbox/podofo/untitled/main.cpp:56: undefined reference to `HPDF_Page_SetLineWidth'
CMakeFiles/untitled.dir/main.cpp.o: In function `show_description(_HPDF_Dict_Rec*, float, float, char const*)':
/home/d/Dropbox/podofo/untitled/main.cpp:66: undefined reference to `HPDF_Page_GetCurrentFontSize'
/home/d/Dropbox/podofo/untitled/main.cpp:67: undefined reference to `HPDF_Page_GetCurrentFont'
/home/d/Dropbox/podofo/untitled/main.cpp:68: undefined reference to `HPDF_Page_GetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:70: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:71: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:72: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:73: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:74: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:75: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:77: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:78: undefined reference to `HPDF_Page_SetRGBFill'
CMakeFiles/untitled.dir/main.cpp.o: In function `main':
/home/d/Dropbox/podofo/untitled/main.cpp:108: undefined reference to `HPDF_New'
/home/d/Dropbox/podofo/untitled/main.cpp:115: undefined reference to `HPDF_Free'
/home/d/Dropbox/podofo/untitled/main.cpp:120: undefined reference to `HPDF_SetCompressionMode'
/home/d/Dropbox/podofo/untitled/main.cpp:123: undefined reference to `HPDF_GetFont'
/home/d/Dropbox/podofo/untitled/main.cpp:126: undefined reference to `HPDF_AddPage'
/home/d/Dropbox/podofo/untitled/main.cpp:139: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:140: undefined reference to `HPDF_Page_TextWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:141: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:143: undefined reference to `HPDF_Page_GetHeight'
/home/d/Dropbox/podofo/untitled/main.cpp:142: undefined reference to `HPDF_Page_GetWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:143: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:144: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:146: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:147: undefined reference to `HPDF_Page_GetHeight'
/home/d/Dropbox/podofo/untitled/main.cpp:147: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:158: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:161: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:166: undefined reference to `HPDF_Page_GetWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:165: undefined reference to `HPDF_Page_MeasureText'
/home/d/Dropbox/podofo/untitled/main.cpp:171: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:174: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:175: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:181: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:189: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:190: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:191: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:193: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:194: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:203: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:204: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:206: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:215: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:216: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:218: undefined reference to `HPDF_Page_MoveTextPos'
/home/d/Dropbox/podofo/untitled/main.cpp:227: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:228: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:231: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:238: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:239: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:240: undefined reference to `HPDF_Page_SetLineWidth'
/home/d/Dropbox/podofo/untitled/main.cpp:245: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:246: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:247: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:248: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:253: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:254: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:255: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:256: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:261: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:262: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:263: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:264: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:269: undefined reference to `HPDF_Page_GSave'
/home/d/Dropbox/podofo/untitled/main.cpp:270: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:271: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:272: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:273: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:275: undefined reference to `HPDF_Page_GRestore'
/home/d/Dropbox/podofo/untitled/main.cpp:280: undefined reference to `HPDF_Page_GSave'
/home/d/Dropbox/podofo/untitled/main.cpp:281: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:282: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:283: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:284: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:286: undefined reference to `HPDF_Page_GRestore'
/home/d/Dropbox/podofo/untitled/main.cpp:291: undefined reference to `HPDF_Page_GSave'
/home/d/Dropbox/podofo/untitled/main.cpp:292: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:293: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:294: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:295: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:297: undefined reference to `HPDF_Page_GRestore'
/home/d/Dropbox/podofo/untitled/main.cpp:300: undefined reference to `HPDF_Page_SetTextRenderingMode'
/home/d/Dropbox/podofo/untitled/main.cpp:301: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:302: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:312: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:314: undefined reference to `HPDF_Page_SetTextMatrix'
/home/d/Dropbox/podofo/untitled/main.cpp:315: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:316: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:323: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:330: undefined reference to `HPDF_Page_SetTextMatrix'
/home/d/Dropbox/podofo/untitled/main.cpp:331: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:332: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:339: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:340: undefined reference to `HPDF_Page_SetTextMatrix'
/home/d/Dropbox/podofo/untitled/main.cpp:341: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:342: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:349: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:350: undefined reference to `HPDF_Page_SetTextMatrix'
/home/d/Dropbox/podofo/untitled/main.cpp:351: undefined reference to `HPDF_Page_ShowText'
/home/d/Dropbox/podofo/untitled/main.cpp:352: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:363: undefined reference to `HPDF_Page_SetFontAndSize'
/home/d/Dropbox/podofo/untitled/main.cpp:364: undefined reference to `HPDF_Page_SetRGBFill'
/home/d/Dropbox/podofo/untitled/main.cpp:367: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:368: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:369: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:372: undefined reference to `HPDF_Page_SetCharSpace'
/home/d/Dropbox/podofo/untitled/main.cpp:374: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:375: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:376: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:379: undefined reference to `HPDF_Page_SetWordSpace'
/home/d/Dropbox/podofo/untitled/main.cpp:381: undefined reference to `HPDF_Page_BeginText'
/home/d/Dropbox/podofo/untitled/main.cpp:382: undefined reference to `HPDF_Page_TextOut'
/home/d/Dropbox/podofo/untitled/main.cpp:383: undefined reference to `HPDF_Page_EndText'
/home/d/Dropbox/podofo/untitled/main.cpp:386: undefined reference to `HPDF_SaveToFile'
/home/d/Dropbox/podofo/untitled/main.cpp:389: undefined reference to `HPDF_Free'
collect2: error: ld returned 1 exit status
CMakeFiles/untitled.dir/build.make:94: recipe for target 'untitled' failed
make[3]: *** [untitled] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/untitled.dir/all' failed
make[2]: *** [CMakeFiles/untitled.dir/all] Error 2
CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/untitled.dir/rule' failed
make[1]: *** [CMakeFiles/untitled.dir/rule] Error 2
Makefile:118: recipe for target 'untitled' failed
make: *** [untitled] Error 2




thank you really much
Best regards
Denis

Lammert Bies

unread,
Dec 4, 2016, 3:24:59 PM12/4/16
to libHaru
Hi Denis,

This type of error occurs if you compile the source code of the example program without specifying the name of the library or when the library has not yet been compiled. I suspect the latter because the error seems to be generated from within a Makefile.

You may first want to try to compile the library successfully and then retry the build of the example program again.

Denis Sangaletti

unread,
Dec 4, 2016, 4:38:13 PM12/4/16
to lib...@googlegroups.com
Dear Lammert Bies,
Thank you very much for your help. I would ask you to check the results of the compile process

I tried to recompile the code with the following command: 
sudo ./configure
sudo make
sudo make install 

and I obtain the following results


d@S:~/Dropbox/libharu-libharu-d84867e$ sudo ./configure 
[sudo] password for d: 
Sorry, try again.
[sudo] password for d: 
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 whether to enable maintainer-specific portions of Makefiles... no
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-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 a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt 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 egrep... (cached) /bin/grep -E
checking for size_t... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for floor in -lm... yes
checking Zlib install prefix... /usr
checking for deflate in -lz... yes
checking libpng install prefix... /usr
checking for png_init_io in -lpng... yes
checking whether GCC supports -fexceptions... 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 include/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing include/hpdf_config.h commands
config.status: creating: include/hpdf_config.h: prefix LIBHPDF for include/config.h defines
config.status: unchanged include/hpdf_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
d@S:~/Dropbox/libharu-libharu-d84867e$ sudo make
Making all in src
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
Making all in include
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make  all-am
make[2]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[2]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e'
d@S:~/Dropbox/libharu-libharu-d84867e$ sudo make install
Making install in src
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
make[2]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c -s  libhpdf.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libhpdf-2.4.0dev.so /usr/local/lib/libhpdf-2.4.0dev.so
libtool: install: strip --strip-unneeded /usr/local/lib/libhpdf-2.4.0dev.so
libtool: install: (cd /usr/local/lib && { ln -s -f libhpdf-2.4.0dev.so libhpdf.so || { rm -f libhpdf.so && ln -s libhpdf-2.4.0dev.so libhpdf.so; }; })
libtool: install: /usr/bin/install -c .libs/libhpdf.lai /usr/local/lib/libhpdf.la
libtool: install: /usr/bin/install -c .libs/libhpdf.a /usr/local/lib/libhpdf.a
libtool: install: strip --strip-debug /usr/local/lib/libhpdf.a
libtool: install: chmod 644 /usr/local/lib/libhpdf.a
libtool: install: ranlib /usr/local/lib/libhpdf.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/src'
Making install in include
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[2]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 hpdf.h hpdf_annotation.h hpdf_encoder.h hpdf_ext_gstate.h hpdf_mmgr.h hpdf_pages.h hpdf_utils.h hpdf_catalog.h hpdf_consts.h hpdf_encryptdict.h hpdf_fontdef.h hpdf_image.h hpdf_objects.h hpdf_streams.h hpdf_conf.h hpdf_destination.h hpdf_encrypt.h hpdf_font.h hpdf_info.h hpdf_outline.h hpdf_types.h hpdf_doc.h hpdf_error.h hpdf_gstate.h hpdf_list.h hpdf_page_label.h hpdf_u3d.h hpdf_config.h hpdf_version.h hpdf_namedict.h hpdf_pdfa.h hpdf_3dmeasure.h hpdf_exdata.h '/usr/local/include'
make[2]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e/include'
make[1]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e'
make[2]: Entering directory '/home/d/Dropbox/libharu-libharu-d84867e'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e'
make[1]: Leaving directory '/home/d/Dropbox/libharu-libharu-d84867e'




can you help me to understand if there is something wrong?

thank you really much 
Best Regard 
Denis Sangaletti



--
--
---
libHaru.org development mailing list
To unsubscribe, send email to libharu-unsubscribe@googlegroups.com
---
You received this message because you are subscribed to a topic in the Google Groups "libHaru" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/libharu/jkgZkXOzKOQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to libharu+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages