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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d69809134579fda8,start X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 26 May 2004 21:22:20 -0500 From: Keith Brown Subject: GtkAda 2.2.1 install problem on Linux Newsgroups: comp.lang.ada Reply-To: kbrown2720@NOSPAMcomcast.net Date: Wed, 26 May 2004 21:23:36 -0500 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: NNTP-Posting-Host: 24.118.154.152 X-Trace: sv3-tpVF53WTNbZXLkJOZlHq3SIc2lnL/w0zuCVtqiU3GHGeXGBsweYBVX7GCYk+Yq8GqZgbIMhsCxpAN4B!uf97E86H5CO61POBJYhr4/LD0oFCzfq7zbqxD+DeJXKZR5SLYJmbnoKQKml2iB8= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net 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.1 Xref: controlnews3.google.com comp.lang.ada:871 Date: 2004-05-26T21:23:36-05:00 List-Id: To All, I'm having trouble getting GtkAda 2.2.1 to install on my Mandrake 9.2 system. I have gnat 3.15p installed. Then I try to install Gtkada. As you can see below I do the ./configure below and it appears to complete successfully. Then I do the make install (also below) and I get the error below. What am I doing wrong? Thanks in advance. Keith [root@wkbux2 GtkAda-2.2.1]# ./configure --prefix=/usr/gnat/bin checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for merge... /usr/bin/merge checking whether merge works correctly...... yes checking for diff... /usr/bin/diff checking for the correct diff option... -u checking for patch... /usr/bin/patch checking for the correct patch option... -f checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gnatmake... /usr/gnat/bin/gnatmake checking that your gnat compiler works with a simple example... yes checking for perl5... /usr/bin/perl5 checking whether make sets ${MAKE}... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking for GTK - version >= 2.2.0... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether NLS is requested... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for gettext in libc... yes checking for OpenGL... no checking for Mesa... no checking Mesa with pthreads... no *** OpenGL support will not be integrated into GtkAda *** checking for libglade2... yes checking for gnome2... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile.common config.status: creating src/Makefile config.status: creating src/gtkada-config config.status: creating src/gate config.status: creating testgtk/Makefile config.status: creating src/gtkextra/Makefile config.status: creating src/opengl/Makefile config.status: creating src/glade/Makefile config.status: creating src/gnome/Makefile config.status: creating docs/gtkada_ug/Makefile config.status: creating docs/gtkada_rm/Makefile [root@wkbux2 GtkAda-2.2.1]# root@wkbux2 GtkAda-2.2.1]# make install make -C src install make[1]: Entering directory `/home/keith/GtkAda-2.2.1/src' mkdir -p lib-obj chmod +x gate gtkada-config make -C gtkextra make[2]: Entering directory `/home/keith/GtkAda-2.2.1/src/gtkextra' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/keith/GtkAda-2.2.1/src/gtkextra' gnatprep -DGETTEXT_INTL=False \ -DHAVE_GETTEXT=True gtkada-intl.gpb gtkada-intl.adb gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtkada-intl.adb cd lib-obj; gcc -c -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/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -fPIC ../misc.c In file included from /usr/include/glib-2.0/glib.h:50, from ../misc.c:36: /usr/include/glib-2.0/glib/gmessages.h:116: warning: invalid character in macro parameter name /usr/include/glib-2.0/glib/gmessages.h:116: badly punctuated parameter list in `#define' /usr/include/glib-2.0/glib/gmessages.h:119: warning: invalid character in macro parameter name /usr/include/glib-2.0/glib/gmessages.h:119: badly punctuated parameter list in `#define' /usr/include/glib-2.0/glib/gmessages.h:122: warning: invalid character in macro parameter name /usr/include/glib-2.0/glib/gmessages.h:122: badly punctuated parameter list in `#define' /usr/include/glib-2.0/glib/gmessages.h:125: warning: invalid character in macro parameter name /usr/include/glib-2.0/glib/gmessages.h:125: badly punctuated parameter list in `#define' make[1]: *** [lib-obj/misc.o] Error 1 make[1]: Leaving directory `/home/keith/GtkAda-2.2.1/src' make: *** [install] Error 2 -- Keith Brown