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=-1.9 required=5.0 tests=BAYES_00,FROM_ADDR_WS autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,e2ad5a195382d05e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-25 01:04:31 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!proxad.net!feeder2-1.proxad.net!news3-e.free.fr!not-for-mail Date: Thu, 25 Mar 2004 10:04:43 +0100 From: "@ free.fr" <""patureau \"@ free.fr"> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: fr MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GtkAda + Glade (annex E) References: <69139f27.0403240206.a503fd7@posting.google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <4062a09f$0$14040$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 25 Mar 2004 10:04:31 MET NNTP-Posting-Host: 82.66.135.78 X-Trace: 1080205471 news3-e.free.fr 14040 82.66.135.78:33032 X-Complaints-To: abuse@proxad.net Xref: archiver1.google.com comp.lang.ada:6500 Date: 2004-03-25T10:04:31+01:00 List-Id: Preben Randhol wrote: > >>My environnement: Linux, gnat 3.15p, glade 3.15p, GtkAda 2.2.1. >> > Recompile GtkAda. > > Which distribution do you use? I use debian unstable, but i get gnat from ftp://ftp.cs.nyu.edu/pub/gnat/3.15p/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz, and gcc 3.3.3 drom debian. I try to recompile GtkAda with modified files in src directory: --------------- >Makefile.common GNATFLAGS = -O2 -gnatn -gnatws -aI/usr/gnat/glade/lib/garlic/ -aO/usr/gnat/glade/lib/garlic/ >Makefile CFLAGS = -g -O2 -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. $(FPIC) -I/usr/gnat/glade/lib/garlic GNATMAKELDFLAGS = -largs -L. -lgtkada $(GTK_LIBS) -lgarlic ----------------- This time GtkAda compile with good version of s-stratt, i can compile a software with GtkAda and glade, but i can't run it. When i try to run a software with GtkAda, i have a segmentation error. Does anyone have successfully compile a sofware with glade and GtkAda? St�phane.