Date: Wed, 05 Apr 2000 15:27:46 -0700 From: Kent Stewart <kstewart@3-cities.com> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/codecrusader Makefile Message-ID: <38EBBDE2.47FF5BF2@3-cities.com> References: <200004041002.DAA09557@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38EBBDE2.47FF5BF2>