From owner-freebsd-questions Fri Sep 13 19: 9: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B3F37B400 for ; Fri, 13 Sep 2002 19:09:02 -0700 (PDT) Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EFE543E6A for ; Fri, 13 Sep 2002 19:09:01 -0700 (PDT) (envelope-from Hostmaster@Video2Video.Com) Received: from 24-161-161-170.san.rr.com (24-161-161-170.san.rr.com [24.161.161.170]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g8E290E13161 for ; Fri, 13 Sep 2002 19:09:01 -0700 (PDT) Date: Fri, 13 Sep 2002 19:09:17 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@dhcp-407-32.san.rr.com To: FreeBSD Questions LIST Subject: error in make (jdk-1.3.1) Message-ID: <20020913190434.B16539-100000@dhcp-407-32.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I successfully downloaded the JDK 1.3.1 from freebsd.org then when I did make it complained that it needed two patches downloaded from sun.com (you have to register online) and some other site. Finally, I ran make and it scrolled by forever (which is good) but then there was an error about open-motif is an older version. It told me I could run make uninstall then make reinstall. I did so and got a new error about the file /usr/X11R6/lib/X11/app-defaults because it existed as a link to /etc/X11/app-defaults and that didn't exist so I rm'ed the link. Now when I run make I get the following error: cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include -O -pipe -march=pentiumpro -c error.c [Note: I have a default /etc/make.conf file so why did it use "march=pentiumpro" instead of i686??] error.c:59: conflicting types for `strerror_r' /usr/include/string.h:88: previous declaration of `strerror_r' *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.13.19/lib. *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.13.19. *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.13.19. *** Error code 1 Stop in /usr/ports/archivers/gtar. *** Error code 1 [repeats 8 times] Stop in /root/jdk. *** Error code 1 [repeats 12 times or so] Stop in /root/jdk. What can I do to fix those two files and edit lines 59 and 88...? Thanks. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message