Date: Tue, 9 Jul 2002 23:42:35 +0200 From: Bernd Walter <ticso@cicely5.cicely.de> To: Jan Lentfer <Jan.Lentfer@web.de> Cc: freebsd-questions@FreeBSD.ORG, freebsd-alpha <freebsd-alpha@FreeBSD.ORG> Subject: Re: Can't build tree-puzzle because of radixsort Message-ID: <20020709214234.GI94279@cicely5.cicely.de> In-Reply-To: <3D2B4AB5.7000605@web.de> References: <3D2B4AB5.7000605@web.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 09, 2002 at 10:42:29PM +0200, Jan Lentfer wrote: > Hi all, > > I am trying to build a program called "tree-puzzle" (www.tree-puzzle.de, > the source is there) which I really need for my work. But I can't > compile it. I tried on x86 and on Alpha (both with gcc and ccc), but it > aways fails with reference to "radixsort". Can anyone help me? I need > this!!! > > > Many thanks in advance, > > Jan Lentfer > > --------------------------------------------------- > > This is from x86 FreeBSD4.6-Release/gcc: > bash-2.05#make > Making all in src > gcc -DPACKAGE=\"tree-puzzle\" -DVERSION=\"5.0\" -DHAVE_LIBM=1 > -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -I. -I. -g -O2 -c ml1.c && mv > ml1.o sml1.o > In file included from ml1.c:28: > ml.h:176: conflicting types for `radixsort' > /usr/include/stdlib.h:167: previous declaration of `radixsort' > *** Error code 1 Your programm declared radixsort which name is already in use by the system. You should rename the usage in the programm. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de 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?20020709214234.GI94279>