Date: Mon, 17 Apr 2000 22:34:00 +0100 From: Steve Roome <steve@snuggly.demon.co.uk> To: freebsd-questions@freebsd.org Subject: prc-stuff and the palm Message-ID: <20000417223400.A35301@snuggly.demon.co.uk>
next in thread | raw e-mail | index | archive | help
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<char,string_char_traits<char> > &)' requested
/usr/include/g++/std/sinst.h:60: ambiguous template instantiation for `operator !=(const basic_string<char,string_char_traits<char> > &, const char *)' requested
/usr/include/g++/std/sinst.h:62: ambiguous template instantiation for `operator >(const char *, const basic_string<char,string_char_traits<char> > &)' 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000417223400.A35301>
