Hi Andy, I've made kBuild ignore PROGRAMS and other target lists found in the environment. The fix should make it to the virtualbox kBuild mirror in 3-4 days, depending on when I manage to find time to fix the kBuild 0.1.1 blocker bugs / features and put out the release.
Kind Regards, knut Andy Willis wrote: > eCS sets an environment variable (programs) for the default program > directory. Having programs set causes an immediate build failure. > e:\svn-code\vbox\kbuild[0]svn diff > Index: envos2.cmd > =================================================================== > --- envos2.cmd (revision 1) > +++ envos2.cmd (working copy) > @@ -40,6 +40,9 @@ > call SysLoadFuncs; > end > > +/* Fix for ecs programs environment variable */ > +'SET PROGRAMS=' > + > /* > * Apply the CMD.EXE workaround. > */ > > The above would take care of this. > I don't think this requires it but just in case I will release this > via the MIT license. > Andy > > > _______________________________________________ > vbox-dev mailing list > [EMAIL PROTECTED] > http://vbox.innotek.de/mailman/listinfo/vbox-dev _______________________________________________ vbox-dev mailing list [EMAIL PROTECTED] http://vbox.innotek.de/mailman/listinfo/vbox-dev
