Date: Sat, 13 Oct 2012 17:10:49 -0300 From: Jan Beich <jbeich@tormail.org> To: AN <andy@neu.net> Cc: freebsd-gecko@freebsd.org Subject: Re: error: no matching function Message-ID: <1TN82Q-000EYR-1v@internal.tormail.org> In-Reply-To: <alpine.BSF.2.00.1210131525440.19955@mail.neu.net> (AN's message of "Sat, 13 Oct 2012 15:52:38 -0400 (EDT)") References: <201210101618.q9AGIhor047345@trillian.chruetertee.ch> <alpine.BSF.2.00.1210131525440.19955@mail.neu.net>
next in thread | previous in thread | raw e-mail | index | archive | help
AN <andy@neu.net> writes: > /home/root/ff_nightly/work/mozilla-central-847807ab2646/js/src/vm/Stack.cpp:839:18: > error: no matching function > for call to 'mincore' > int result = mincore(base_, numBytes, vec); > ^~~~~~~ > /usr/include/sys/mman.h:226:5: note: candidate function not viable: no > known conversion from 'MincoreArgType *' > (aka 'unsigned char *') to 'char *' for 3rd argument > int mincore(const void *, size_t, char *); > ^ > 1 error generated. see https://bugzilla.mozilla.org/show_bug.cgi?id=801295 It should land to mozilla-central soon.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1TN82Q-000EYR-1v>