From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: undefined symbol: z_errmsg Date: Thu, 1 Aug 2013 11:17:22 +0200 Organization: cbb software GmbH Message-ID: References: <7ebc12ac-641d-4962-98a4-35a54b2eba45@googlegroups.com> <17o4765xbexmg.1fautm38eh0o.dlg@40tude.net> <34d6453d-fdd3-4a14-abd7-5819c044eff9@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: IenaDxMXK2hi7fvYcb+MlQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 2365 Xref: number.nntp.dca.giganews.com comp.lang.ada:182790 Date: 2013-08-01T11:17:22+02:00 List-Id: On Thu, 1 Aug 2013 01:42:56 -0700 (PDT), Dwiki wrote: > thank you dmitry, ive read your reference to develop my app too. > but before i upgrading my lilbgtk, might be it just im not build or > install dependencies on the target correctly,can you suggest me a page to > build and distribute gtkada application?? Since you are using Ubuntu, that should be this: https://help.ubuntu.com/10.04/serverguide/aptitude.html Building Ada programs, considering you are using project files: https://www.gnu.org/software/emacs/manual/html_node/ada-mode/Use-GNAT-project-file.html http://docs.adacore.com/gnat-unw-docs/html/gnat_ugn_12.html http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/The-GNAT-Make-Program-gnatmake.html You can use gnatmake or gprbuild. The latter needs to be installed. The former is always installed with GNAT. Your project must include the line with "gtkada.gpr"; or "gtkada2.gpr", I don't remember which name Debian distribution uses. You should check that by searching install directory of project files. The document describing where what gets installed is this: http://people.debian.org/~lbrenta/debian-ada-policy.html That should add all necessary options for the compiler, binder and linker to make Gtk, GtkAda, ... and zlib available to your program. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de