From owner-cvs-ports Mon Apr 13 21:23:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14038 for cvs-ports-outgoing; Mon, 13 Apr 1998 21:23:20 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13716; Tue, 14 Apr 1998 04:22:28 GMT (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA13104; Mon, 13 Apr 1998 21:21:52 -0700 (PDT) Date: Mon, 13 Apr 1998 21:21:52 -0700 (PDT) Message-Id: <199804140421.VAA13104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/libhelp Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/04/13 21:21:52 PDT Modified files: x11/libhelp Makefile Log: Doesn't build.... ARROWPROTO -O2 -DHELP_PATH=\"/usr/X11R6/lib/X11/xmhelp/help:/usr/X11R6/lib/X11/xmhelp/pixmaps\" -DMOTIF -c HTML.c HTML.c:226: `_XmGadgetArm' undeclared here (not in a function) HTML.c:226: initializer element for `actionsList[6].proc' is not constant HTML.c:227: `_XmGadgetActivate' undeclared here (not in a function) HTML.c:227: initializer element for `actionsList[7].proc' is not constant HTML.c:228: `_XmManagerEnter' undeclared here (not in a function) HTML.c:228: initializer element for `actionsList[8].proc' is not constant HTML.c:229: `_XmManagerFocusIn' undeclared here (not in a function) HTML.c:229: initializer element for `actionsList[9].proc' is not constant HTML.c:230: `_XmManagerHelp' undeclared here (not in a function) HTML.c:230: initializer element for `actionsList[10].proc' is not constant HTML.c: In function `Redisplay': HTML.c:2029: warning: passing arg 1 of `XmeRedisplayGadgets' from incompatible pointer type HTML.c:2029: warning: passing arg 2 of `XmeRedisplayGadgets' from incompatible pointer type *** Error code 1 Stop. Revision Changes Path 1.2 +3 -1 ports/x11/libhelp/Makefile