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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dcd10d94076b17c4,start X-Google-Attributes: gid103376,public From: paulg@loxinfo.co.th (Paul Sjoerdsma) Subject: gnat 3.09 and Claw Date: 1997/04/23 Message-ID: <335d6a0e.3904354@news.loxinfo.co.th>#1/1 X-Deja-AN: 236724753 Organization: Straight Line Solutions Reply-To: paulg@loxinfo.co.th Newsgroups: comp.lang.ada Date: 1997-04-23T00:00:00+00:00 List-Id: Hi, I've tried to build the Claw demo with gnat but I can't seem to get it to work: 1] The readme file suggest to specify where the COMCTL32.LIB resides in the gnat directory. Ican't find this file 2] The first of three builds gives the next error messages in the linking phase: d:\projects\Ada\claw>gnatmake -g shapes -largs -mwindows shapes.rbj =20 gcc -c -g -x ada CLAW.ADB gnatbind -x shapes.ali gnatlink -g -mwindows shapes.rbj shapes.ali ./CLAW.o: In function `claw___elabb': //d/projects/Ada/claw/CLAW.ADB:1620: undefined reference to `InitCommonControls@0' ./CLAW_LOW.o: In function `claw__low_level__instance': //D/projects/Ada/claw/CLAW_LOW.ADB:46: undefined reference to `echo_hinstance' ./CLAW_LOW.o: In function `claw__low_level__previnstance': //D/projects/Ada/claw/CLAW_LOW.ADB:53: undefined reference to `echo_hprevinstance' ./CLAW_LOW.o: In function `claw__low_level__cmdline': //D/projects/Ada/claw/CLAW_LOW.ADB:59: undefined reference to `echo_lpcmdline' ./CLAW_LOW.o: In function `claw__low_level__cmdshow': //D/projects/Ada/claw/CLAW_LOW.ADB:68: undefined reference to `echo_ncmdshow' gnatmake: *** link failed. regards Paul