|
From: <ro...@zi...> - 2011-09-11 10:02:13
|
Hi, Sorry - that's wrong. You do need these dependencies but you also need Qt4 and the Qt4 development libraries. Hunt around on Sourceforge and you should be able to find the user manual for Zint which will give you a better list of dependencies. Robin. On 11 September 2011 at 10:50 "ro...@zi..." <ro...@zi...> wrote: > Hi, > > The clue is here: > > -- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY) > -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) > > > You need the libpng and libpng-devel packages installed before makeing. > > Robin. > > > > > On 20 August 2011 at 16:55 tom <to...@we...> wrote: > > > Hello, > > > > I have downloaded "zint-2.4.2.tar.gz" and unpacking the archive. > > > > My System is : > > Kernel : Linux 2.6.38-11-generic (i686) > > Compiled : #48-Ubuntu SMP Fri Jul 29 > > 19:05:14 UTC 2011 > > Default C Compiler : GNU C Compiler version 4.5.2 > > (Ubuntu/Linaro 4.5.2-8ubuntu4) > > Distribution : Ubuntu 11.04 > > Desktop Environment : GNOME 2.32.1 > > > > Than I have done the following steps : > > > > cd build > > cmake .. > > make > > sudo make install > > > > I received following messages : > > > > @desktop:~/Desktop/zint-2.4.2/build$ cmake .. > > -- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY) > > -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) > > -- Configuring done > > -- Generating done > > -- Build files have been written to: /home/xxxxx/Desktop/zint-2.4.2/build > > > > @desktop:~/Desktop/zint-2.4.2/build$ make > > [ 96%] Built target zint > > [100%] Built target zint_frontend > > > > @desktop:~/Desktop/zint-2.4.2/build$ sudo make install > > [sudo] password for xxxxx: > > [ 96%] Built target zint > > [100%] Built target zint_frontend > > Install the project... > > -- Install configuration: "RelWithDebInfo" > > -- Up-to-date: /usr/share/cmake-2.8/Modules/FindZint.cmake > > -- Up-to-date: /usr/local/lib/libzint.so.2.4.2 > > -- Up-to-date: /usr/local/lib/libzint.so.2.4 > > -- Up-to-date: /usr/local/lib/libzint.so > > -- Up-to-date: /usr/local/include/zint.h > > -- Up-to-date: /usr/local/bin/zint > > > > Zint CLI works fine. I have tested it with the boundled test.sh ! > > > > But there is no GUI = zint-qt created. Where is the fault ? > > > > Please give me a hint ! > > > > Thank's. > > > > Your sincerely > > Thomas > > > > > > ------------------------------------------------------------------------------ > > Using storage to extend the benefits of virtualization and iSCSI > > Virtualization increases hardware utilization and delivers a new level of > > agility. Learn what those decisions are and how to modernize your storage > > and backup environments for virtualization. > > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > > _______________________________________________ > > Zint-barcode mailing list > > Zin...@li... > > https://lists.sourceforge.net/lists/listinfo/zint-barcode |