From owner-cvs-all Wed Apr 5 15:28:46 2000 Delivered-To: cvs-all@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id B10FA37BB63; Wed, 5 Apr 2000 15:28:37 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.68]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Wed, 5 Apr 2000 15:38:42 -0700 Message-ID: <38EBBDE2.47FF5BF2@3-cities.com> Date: Wed, 05 Apr 2000 15:27:46 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/codecrusader Makefile References: <200004041002.DAA09557@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David E. O'Brien" wrote: > > obrien 2000/04/04 03:02:37 PDT > > Modified files: > devel/codecrusader Makefile > Log: > Remove commented out BROKEN. > > Revision Changes Path > 1.8 +1 -3 ports/devel/codecrusader/Makefile I have been trying to make Code Crusader on FreeBSD 4.0-S. The port make doesn't work. What I have found from reading the archives is that 4.0 now has a sigwait, ucontext_t, and a socklen_t. If this is ture, then, it means that the Code Crusader's FreeBSD configurations need addressing. For example, the #define ACE_LACKS_SIGSET appears to be erroroneous for 4.0. The configuration also needs #define's for ACE_HAS_UCONTEXT_T and ACE_HAS_SOCKLEN_T, which cause the make to abort because of conflicting defines. I don't know if it is a misconfiguration of Code Crusader for FreeBSD or one for gcc. The Makefile also tried to use bison-1.28, which wasn't installed on my system and isn't listed as a dependancy for the build. The Makefile tried to include something from the directory ../misc/gif. There are a number of other errors that keep it from installing /usr/loca/bin/jcc. I have to capture the stderr messages to find out what they are. I get as far as .../programs/code_crusader where makemake error calculating dependancies. Then, there is a message about a missing separator on Makefile line 172. This is where the build stops. I haven't figured out what the missing separator is. What is the appropriate list to discuss making Code Crusader? Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message