*BSD News Article 82649


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!hunter.premier.net!hammer.uoregon.edu!news.uoregon.edu!xmission!sverige.pengar.com!user
From: chad@pengar.com (Chad Leigh)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Roxen Challenger WWW server on FresBSD 2.1.5?
Date: Mon, 11 Nov 1996 00:05:31 -0700
Organization: Pengar Enterprises, Inc.
Lines: 64
Message-ID: <chad-1111960005310001@sverige.pengar.com>
NNTP-Posting-Host: sverige.pengar.com

Hi Folks

I have seen a few mentions of Roxen Challenger running on FreeBSD.  I
downloaded their  1.0  source kit (they list no FreeBSD kit) and tried to
make it.  Has anyone been successful???

I get through configuration and a lot of compiling of the "pike" stuff
when I get:


gcc -I. -I. -I./../.. -I../.. -O -pipe -g -W -Wformat  -c mpz_glue.c
In file included from mpz_glue.c:9:
mpz_glue.h:11: parse error before `*'
mpz_glue.h:11: warning: data definition has no type or storage class
mpz_glue.c: In function `exit_gmpmod':
mpz_glue.c:385: `temporary' undeclared (first use this function)
mpz_glue.c:385: (Each undeclared identifier is reported only once
mpz_glue.c:385: for each function it appears in.)
mpz_glue.c:386: `mpzmod_program' undeclared (first use this function)
mpz_glue.c: In function `init_gmpmod_programs':
mpz_glue.c:394: `MP_INT' undeclared (first use this function)
mpz_glue.c:400: `mpzmod_add' undeclared (first use this function)
mpz_glue.c:401: `mpzmod_sub' undeclared (first use this function)
mpz_glue.c:402: `mpzmod_mul' undeclared (first use this function)
mpz_glue.c:403: `mpzmod_div' undeclared (first use this function)
mpz_glue.c:404: `mpzmod_mod' undeclared (first use this function)
mpz_glue.c:405: `mpzmod_and' undeclared (first use this function)
mpz_glue.c:406: `mpzmod_or' undeclared (first use this function)
mpz_glue.c:409: `mpzmod_lsh' undeclared (first use this function)
mpz_glue.c:410: `mpzmod_rsh' undeclared (first use this function)
mpz_glue.c:414: `mpzmod_gt' undeclared (first use this function)
mpz_glue.c:415: `mpzmod_lt' undeclared (first use this function)
mpz_glue.c:416: `mpzmod_ge' undeclared (first use this function)
mpz_glue.c:417: `mpzmod_le' undeclared (first use this function)
mpz_glue.c:422: `mpzmod_not' undeclared (first use this function)
mpz_glue.c:431: `mpzmod_probably_prime_p' undeclared (first use this function)
mpz_glue.c:432: `mpzmod_gcd' undeclared (first use this function)
mpz_glue.c:437: `init_mpz_glue' undeclared (first use this function)
mpz_glue.c:438: `exit_mpz_glue' undeclared (first use this function)
mpz_glue.c:440: `mpzmod_program' undeclared (first use this function)
mpz_glue.h: At top level:
mpz_glue.h:1: warning: `mpzmod_create' declared `static' but never defined
mpz_glue.h:3: warning: `mpzmod_get_int' declared `static' but never defined
mpz_glue.h:5: warning: `mpzmod_get_float' declared `static' but never defined
mpz_glue.h:7: warning: `mpzmod_get_string' declared `static' but never defined
mpz_glue.h:9: warning: `mpzmod_cast' declared `static' but never defined
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1



There seem to be no prototypes for the listed "undeclared" routine so I
tried adding some but no cigar.  The routines themselves are "static"

Anyone who has gotten this Roxen Challenger to work on FreeBSD please
email me how you did it.

Thanks
Chad