From owner-freebsd-questions Fri Aug 25 16:11: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smof.fiawol.org (fiawol.org [209.122.117.89]) by hub.freebsd.org (Postfix) with ESMTP id C725E37B42C for ; Fri, 25 Aug 2000 16:10:59 -0700 (PDT) Received: (from gus@localhost) by smof.fiawol.org (8.9.3/8.9.3) id QAA04208; Thu, 24 Aug 2000 16:25:00 -0400 (EDT) (envelope-from gus) From: Gus Mancuso Message-Id: <200008242025.QAA04208@smof.fiawol.org> Subject: Re: error on hylafax build In-Reply-To: <39998DC4.EA961E95@www3.pacific-pages.com> "from David Banning at Aug 15, 2000 02:36:52 pm" To: David@SkytrackerCanada.com Date: Thu, 24 Aug 2000 16:25:00 -0400 (EDT) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll stab at this since apparently noone else has. Keep in mind I'm no Code Wizard. I don't know if it's just a copyover error, but the ^M's you show there typically come from using "dos" text files without having the cr/lf incompatibilities resolved. So, did you copy the source files from some other MS machine, or was this from a tarball? Do the ^M's actually appear in the errors? Are the errors appearing on the console, or did you pipe it to a file? If the text is stored in the dos cr/lf mode, there is a package called dos2unix which will automagically fix that.. Combine it with a quick perl (or shell) script to fix an entire source tree. BTW, reply to me directly for faster response time, but make sure to cc the list, so people who know stuff can hear :) Gus > I am using 4.0 stable > hylafax is 4.1.b2 > > first off, I get these errors > BoolArray.h: In method `void fxBoolArray::operator =(const fxBoolArray > &)':^M > BoolArray.h:31: warning: `void *' is not a pointer-to-object type^M > > then > > Dictionary.h: In method `void fxDictBuckets::operator =(const > fxDictBuckets &)': > ^M > Dictionary.h:93: warning: `void *' is not a pointer-to-object type^M > Dictionary.h: In method `void fxDictIters::operator =(const fxDictIters > &)':^M > Dictionary.h:94: warning: `void *' is not a pointer-to-object type^M > Dictionary.c++: In method `fxDictBucket::~fxDictBucket()':^M > Dictionary.c++:88: warning: `void *' is not a pointer-to-object type^M > > these type of errors continue for the entire build > any idea where the problem is? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message