From owner-freebsd-questions Mon Apr 17 14:35: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id C623D37B8E5 for ; Mon, 17 Apr 2000 14:34:50 -0700 (PDT) (envelope-from steve@snuggly.demon.co.uk) Received: from snuggly.demon.co.uk ([212.229.111.142]) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 12hJA8-000G4b-0W for freebsd-questions@freebsd.org; Mon, 17 Apr 2000 22:34:32 +0100 Received: (from steve@localhost) by snuggly.demon.co.uk (8.9.3/8.9.3) id WAA35313 for freebsd-questions@freebsd.org; Mon, 17 Apr 2000 22:34:00 +0100 (BST) (envelope-from steve) Date: Mon, 17 Apr 2000 22:34:00 +0100 From: Steve Roome To: freebsd-questions@freebsd.org Subject: prc-stuff and the palm Message-ID: <20000417223400.A35301@snuggly.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Firstly I'm using FreeBSD-3.4 stable, ports cvsupped recently. but the following blows chunks for me : cd /usr/ports/palm/prc-tools make install It dies here : gmake[1]: Entering directory `/home/ports/palm/prc-tools-binutils/work/build/tools' c++ -O -pipe -I.././../prc-tools-2.0/tools/../binutils/include -I../binutils/bfd -o build-prc.o -c .././../prc-tools-2.0/tools/build-prc.cpp In file included from /usr/include/g++/std/bastring.h:571, from /usr/include/g++/std/string.h:6, from /usr/include/g++/string:5, from .././../prc-tools-2.0/tools/build-prc.cpp:32: /usr/include/g++/std/sinst.h:60: ambiguous template instantiation for `operator !=(const char *, const basic_string > &)' requested /usr/include/g++/std/sinst.h:60: ambiguous template instantiation for `operator !=(const basic_string > &, const char *)' requested /usr/include/g++/std/sinst.h:62: ambiguous template instantiation for `operator >(const char *, const basic_string > &)' requested /usr/include/g++/std/sinst.h:62: ambiguous template instantiation for `operat .... blah blah blah ... .././../prc-tools-2.0/tools/build-prc.cpp:486: no member function `ResourceDatabase::end()' defined gmake[1]: *** [build-prc.o] Error 1 gmake[1]: Leaving directory `/home/ports/palm/prc-tools-binutils/work/build/tools' gmake: *** [all-host] Error 1 *** Error code 2 Unfortunately, it's all C++ to me, and I don't do weird stuff like that, so I've not got a clue why it doesn't work. Can anyone help me with this please, or is the port broken badly ? Thanks in advance, Steve P.S. Please CC me personally, as I'm not subscribed to the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message