[Cmake] RE: [Dart] Borland, Dart and make
Wheeler, Frederick W (Research)
wheeler at crd . ge . com
Mon, 27 Oct 2003 08:14:10 -0500
Has anyone tried using the -i option to Borland make in lieu of the
non-existent -k option?
-i Ignores the exit status of all programs run
from MAKE and continues the build process.
Could it just be added to MAKECOMMAND?
Fred Wheeler
> -----Original Message-----
> From: Wheeler, Frederick W (Research)
> Sent: Monday, October 27, 2003 8:08 AM
> To: 'William A. Hoffman'
> Cc: CMake List (E-mail)
> Subject: RE: [Dart] Borland, Dart and make
>
>
> Bill,
>
> That's odd about the lack of a -k option. I assume that for
> Borland C++ builds, CMake will only make Borland Make makefiles.
>
> I am also putting Borland first in the path, but that did not
> seem to be enough to get Dart to find the Borland make program. Hmm.
>
> As a sanity check, will you please send me your borlandenv.sh
> file? Do you start the Borland builds from cygwin?
>
> Thanks,
> Fred
>
>
>
> > -----Original Message-----
> > From: William A. Hoffman [mailto:billlist at nycap . rr . com]
> > Sent: Monday, October 27, 2003 7:34 AM
> > To: Wheeler, Frederick W (Research); List Dart (E-mail)
> > Subject: Re: [Dart] Borland, Dart and make
> >
> >
> > There is no -k for borland. What I usually do is have a
> > borlandenv.sh file that I source that puts borland first in
> > the path. Then I leave the command as make.
> >
> > Basically, borland builds die at the first error right now
> > because of the -k.
> >
> >
> > -Bill
> >
> >
> > At 06:19 AM 10/27/2003, Wheeler, Frederick W (Research) wrote:
> >
> > >Dart List,
> > >
> > >I'm setting up a Dart Borland C++ (free command line tools)
> > build (for
> > >VXL and Cmake) for the first time. I'm starting it from
> > Cygwin which,
> > >of course, has installed its own make in /bin. In spite
> of the fact
> > >that the Borland bin dir is first in the path, Dart seems
> to want to
> > >run Cygwin's GNU /bin/make instead of the make that
> Borland installs.
> > >This does not work. Does Dart, or tclsh itself, override the path?
> > >
> > >I sort of got around this by setting this CMake variable
> > >
> > > MAKECOMMAND:FILEPATH=c:/Borland/BCC55/Bin/make
> > >
> > >Now the right make gets run, but I suspect that the -k (or Borland
> > >equivalent?) option is not getting used when Dart runs make.
> > >That's just an educated guess at this point based on the
> > results I see
> > >on the VXL dashboard. Do I need to add the -k option to
> MAKECOMMAND?
> > >
> > >If you have a script or a piece of a script that you can
> send me that
> > >shows how you have configured CMake and Dart for Borland
> > build, please
> > >send it to me.
> > >
> > >Thanks,
> > >Fred Wheeler
> > >_______________________________________________
> > >Dart mailing list
> > >Dart at public . kitware . com
> > >http://public . kitware . com/mailman/listinfo/dart
> >
>