From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 00:59:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D63316A400 for ; Fri, 9 Feb 2007 00:59:53 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: from web34508.mail.mud.yahoo.com (web34508.mail.mud.yahoo.com [66.163.178.174]) by mx1.freebsd.org (Postfix) with SMTP id 223AD13C474 for ; Fri, 9 Feb 2007 00:59:53 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: (qmail 96665 invoked by uid 60001); 9 Feb 2007 00:59:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=qeY9t8gBG+qqQ/fJlcXSv5vuTnYp/9hfwKQxERR3xl16n7iw+ApFNwBJpp4rhtDYDJjMthtGhtuxw6xUP3B0L5i5nv7ti/0uWjS59n8KTnWy7gqwDTmzaSB6QMqlR4PS9qZHWWEgfwg1Oqw9RjYtVTeZgfqFVy5bhUYkLNpP1uo=; X-YMail-OSG: gDYGixoVM1nK54Z4SPm48sU9cL9Suu4wFcsLK1D6XxyblNTeDRSMlVBM5Lexbwz9rB77IePr0JduUeWbWV0JdGYnmFMc1lFgAebg.n.15FvF3.fdN5W9uEPHjaYh1VaI.ggBP1Evg6vGl8ANEFdJbL7LKTYb2Z.OL5s- Received: from [67.112.21.26] by web34508.mail.mud.yahoo.com via HTTP; Thu, 08 Feb 2007 16:59:52 PST Date: Thu, 8 Feb 2007 16:59:52 -0800 (PST) From: Nicole Harrington To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <508953.96383.qm@web34508.mail.mud.yahoo.com> Subject: Can't get make buildworld to work with recent cvsup. - Addl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 00:59:53 -0000 Something setup wrong some place?? cd /usr/src/lib ; make ..... c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c ftperr.c -o ftperr.po building profiled ftpio library ranlib libftpio_p.a cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.So cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c ftperr.c -o ftperr.So building shared library libftpio.so.6 gzip -cn /usr/src/lib/libftpio/ftpio.3 > ftpio.3.gz ===> libgeom (all) cc -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libgeom -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libgeom/geom_getxml.c cc -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libgeom -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libgeom/geom_stats.c cc -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libgeom -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libgeom/geom_xml2tree.c /usr/src/lib/libgeom/geom_xml2tree.c:255: error: syntax error before '*' token /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: type qualifiers ignored on function return type /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: return type defaults to `int' /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: function declaration isn't a prototype /usr/src/lib/libgeom/geom_xml2tree.c: In function `CharData': /usr/src/lib/libgeom/geom_xml2tree.c:260: error: `userData' undeclared (first use in this function) /usr/src/lib/libgeom/geom_xml2tree.c:260: error: (Each undeclared identifier is reported only once /usr/src/lib/libgeom/geom_xml2tree.c:260: error: for each function it appears in.) /usr/src/lib/libgeom/geom_xml2tree.c:262: error: `s' undeclared (first use in this function) /usr/src/lib/libgeom/geom_xml2tree.c:263: error: `len' undeclared (first use in this function) /usr/src/lib/libgeom/geom_xml2tree.c: In function `geom_xml2tree': /usr/src/lib/libgeom/geom_xml2tree.c:286: error: syntax error before "parser" /usr/src/lib/libgeom/geom_xml2tree.c:296: error: `parser' undeclared (first use in this function) /usr/src/lib/libgeom/geom_xml2tree.c:296: warning: implicit declaration of function `XML_ParserCreate' /usr/src/lib/libgeom/geom_xml2tree.c:301: warning: implicit declaration of function `XML_SetUserData' /usr/src/lib/libgeom/geom_xml2tree.c:302: warning: implicit declaration of function `XML_SetElementHandler' /usr/src/lib/libgeom/geom_xml2tree.c:303: warning: implicit declaration of function `XML_SetCharacterDataHandler' /usr/src/lib/libgeom/geom_xml2tree.c:304: warning: implicit declaration of function `XML_Parse' /usr/src/lib/libgeom/geom_xml2tree.c:307: warning: implicit declaration of function `XML_ParserFree' *** Error code 1 Stop in /usr/src/lib/libgeom. *** Error code 1 Stop in /usr/src/lib. ARGG!! Nicole The Large Print Giveth And The Small Print Taketh Away -- Anon