[Coco] ack!

Boisy Pitre boisy at tee-boy.com
Mon Jun 3 09:31:23 EDT 2013


For some reason my emails are not getting through to the server.

The makefiles and defsfile has been fixed. Please do an hg pull and hg update on the lwtools-port branch. I fixed those yesterday and confirmed level3 now assembles.

Merci,
Boisy





On Jun 3, 2013, at 8:18 AM, Gene Heskett <gheskett at wdtv.com> wrote:

> On Monday 03 June 2013 09:02:57 Bill Pierce did opine:
> 
>> Ok, finally got cygwin back up and running properly. Cygwin still gives
>> an error on "cygwinutils.sh" on the install. Then lwtools is still
>> giving a bunch of warnings in the build.
>> 
>> Now I can make it all the way up to "make" or "make all" on the repo and
>> every single file says it can't find the "/lib" or "/defs" folder and
>> fails. It goes through every directory and makefile with the same
>> results. The "/lib" and "/defs" folders arethere and in their proper
>> places.
>> 
>> So now what's missing?
>> 
> That sounds as if the ENV variable, NITROS9DIR has not been set and 
> exported, but I've no clue how to do that on windows.
> On linux, from a shell, echo $NITROS9DIR should echo the path to the root 
> of the nitros9 tree, wherever its located on your machine.
> That might be best done with a shell script that uses the windows version 
> of `pwd` (note the backticks) like this.
> 
> export NITROS9DIR=`pwd`
> 
> executed in a build script that lives in the nitros9 directory which causes 
> the return of `pwd` to be assigned to that environment variable for that 
> user only.
> 
> Mine looks like this so far:
> ------------
> #!/bin/bash
> export NITROS9DIR=`pwd`
> make clean dskclean
> make $@
> make dsk
> make dw
> ------------
> But there are both makefiles and defsfiles to fix, the level3 stuff never 
> has had the defsfiles changed to reflect the new names in the ./defs 
> directory.
> 
> Cheers, Gene
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> My web page: <http://coyoteden.dyndns-free.com:85/gene> is up!
> My views 
> <http://www.armchairpatriot.com/What%20Has%20America%20Become.shtml>
> To err is human, to forgive is against company policy.
> A pen in the hand of this president is far more
> dangerous than 200 million guns in the hands of
>         law-abiding citizens.
> 
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco




More information about the Coco mailing list