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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,af5f6f22d2a774b1,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.plusnet!news.posted.plusnet.POSTED!not-for-mail NNTP-Posting-Date: Thu, 05 Mar 2009 15:39:38 -0600 Message-ID: Date: Thu, 5 Mar 2009 21:39:27 +0000 From: Jack Mitchell Newsgroups: comp.lang.ada Subject: Setup error gtk MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.06-U () X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-VzAF2pRcl/L2G6meestusvjCcQHcovg0NibqCmIDlqxvXzSmsXlmNRy8lQ4iIc1vQbOL1UuyUg9O8Tk!odeHQqYfdrfqBIImcKzXD0VYUnPJF+xktiku61oSnBEost67TjDh1bEXeYc= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news1.google.com comp.lang.ada:3981 Date: 2009-03-05T21:39:27+00:00 List-Id: I have just installed gnat & gtk in XP PRO when I compile the gtk examples such as scribble from "C:\GtkAda\share\examples\gtkada\gtk_examples", and run the resulting executable. It opens a DOS window, then puts up a windows dialogue box titled scribble.exe - Entry Point Not Found containing :- The Procedure entry point g_assertion_message count not be located in the dynamic link library libblig-2.0-0.dll. Using the debugger resulted in :- file c:/gtkada/share/examples/gtkada/gtk_examples/scribble.exe (gdb) start Breakpoint 1 at 0x40185b: file C:\GtkAda\share\examples\gtkada\gtk_examples\scribble.adb, line 21. gdb: unknown target exception 0xc0000139 at 0x7c96478e Program received signal ?, Unknown signal. Program exited with code 030000000471. You can't do that without a process to debug. (gdb) Obviously I have got the installation wrong somewhere. I have added :- with "..\..\..\..\lib\gnat\gtkada"; to the front of the gpr file, as instructed by the gtk installation manual, but changed nothing else Can someone help please ? -- Jack Mi_Remove_tchell