Kent Stewart wrote:
>
> Walter posted this earlier and it works. Try it and you will end up
> with /usr/local/bin/jcc
>
> If you tried the port, you already have the distfiles in
> /usr/ports/distfiles.
>
> Kent
>
> >
> > ---------- Forwarded Message ----------
> > Subject: Re: C++ IDE
> > Date: Sun, 30 Jan 2000 09:34:35 -0600
> > From: "Burke Gallagher" <[EMAIL PROTECTED]>
> >
> > The Code Crusader Home page http://www.newplanetsoftware.com/jcc/
> >
> > download the sources from ftp.its.caltech.edu /pub/jafl/programs/jcc/
> > you need code_crusader, JX, JTooolBar, and JTree
> >
> > untar the source files into /usr/local (or somewhere else convient)
> > cd /usr/local/JX-1.5.3
> > JX_INSTALL_ROOT=/usr/local/bin; export JX_INSTALL_ROOT
> > ln -s /usr/X11R6/include/X11 /usr/include/X11
> > ln -s /usr/local/man /usr/man
> > gmake freebsd3.x
> >
> > good luck this is my favorite unix development system.,
> > burke
>
> Charles Cox wrote:
> >
> > Yes, I have noticed this as well. In fact, after looking at the source
> > archive on the FreeBSD web site, the last check-in comment for the Makefile,
> > in particular. I found out that this port is *not* currently working. I
> > have been trying to fix this myself so that I can submit a fix, but I
> > haven't really had enough time lately. Sorry for not posting these results
> > earlier.
> >
> > Perhaps we can all continue working toward a solution, and we will come up
> > with something. At this point, I am pretty sure that the problem lies
> > somewhere in the make structure, but I am not sure exactly where. If you do
> > a make, and grep for 'warning', this gives a number of results, and may be
> > our best starting point.
Yeah that worked for me (the manual building+installing).. I only have
one problem now.. it involves the function menu for .c source (havnt
tried any other source yet) but whenever i click on the function menu
button, the program stops responding, doesnt bomb, just sits there and
doesnt do jack, top says:
22858 mmuir 2 0 10644K 7336K poll 0:02 0.00% 0.00% jcc
So i have to kill it to get rid of it.. wooho!
mike.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message