Dear Isaac:

I’ve managed to figure out how to get some context and the like in Windows. 
There are a few lines that have this behavior, so below is the result of 
searching for these lines and getting 10 lines of context before and after each 
line:


PS C:\...> select-string -path exported.txt -pattern 'AGS} -fPIC -shared -o \$@ 
\$<'
-context 10,10


  exported.txt:21:    cweave $<
  exported.txt:22:    xetex -papersize=letter $*
  exported.txt:23:
  exported.txt:24:.w.c:
  exported.txt:25:    ctangle $<
  exported.txt:26:
  exported.txt:27:.c.o:
  exported.txt:28:    cc ${CFLAGS} -o $@ $<
  exported.txt:29:
  exported.txt:30:.o.so:
> exported.txt:31:    cc ${CFLAGS} -fPIC -shared -o $@ $<
  exported.txt:32:blob
  exported.txt:33:mark :2
  exported.txt:34:data 12798
  exported.txt:35:\def\title{HPAPL RUNTIME (VERSION 0.1)}
  exported.txt:36:\def\topofcontents{\null\vfill
  exported.txt:37:  \centerline{\titlefont HPAPL Runtime Library}
  exported.txt:38:  \vskip 15pt
  exported.txt:39:  \centerline{(Version 0.1)}
  exported.txt:40:  \vfill}
  exported.txt:41:\def\botofcontents{\vfill
  exported.txt:489:    cweave $<
  exported.txt:490:    xetex -papersize=letter $*
  exported.txt:491:
  exported.txt:492:.w.c:
  exported.txt:493:    ctangle $<
  exported.txt:494:
  exported.txt:495:.c.o:
  exported.txt:496:    cc ${CFLAGS} -o $@ $<
  exported.txt:497:
  exported.txt:498:.o.so:
> exported.txt:499:    cc ${CFLAGS} -fPIC -shared -o $@ $<
  exported.txt:500:commit refs/heads/master
  exported.txt:501:mark :5
  exported.txt:502:author Aaron W. Hsu <arcf...@sacrideo.us> 1330040947 -0500
  exported.txt:503:committer Aaron W. Hsu <arcf...@sacrideo.us> 1330040947 -0500
  exported.txt:504:data 26
  exported.txt:505:Add a better clean target
  exported.txt:506:from :3
  exported.txt:507:M 100644 :4 runtime/Makefile
  exported.txt:508:
  exported.txt:509:blob
  exported.txt:526:    rm -rf *.c *.h *.scn *.idx *.log *.loc *.tex *.dvi *.pdf 
*.toc
  exported.txt:527:
  exported.txt:528:.w.pdf:
  exported.txt:529:    cweave $<
  exported.txt:530:    xetex -papersize=letter $*
  exported.txt:531:
  exported.txt:532:.w.c:
  exported.txt:533:    ctangle $<
  exported.txt:534:
  exported.txt:535:.c.so:
> exported.txt:536:    cc ${CFLAGS} -fPIC -shared -o $@ $<
  exported.txt:537:
  exported.txt:538:
  exported.txt:539:commit refs/heads/master
  exported.txt:540:mark :7
  exported.txt:541:author Aaron W. Hsu <arcf...@sacrideo.us> 1330043147 -0500
  exported.txt:542:committer Aaron W. Hsu <arcf...@sacrideo.us> 1330043147 -0500
  exported.txt:543:data 28
  exported.txt:544:More fixing to the Makefile
  exported.txt:545:from :5
  exported.txt:546:M 100644 :6 runtime/Makefile
  exported.txt:565:    rm -rf *.c *.h *.scn *.idx *.log *.loc *.tex *.dvi *.pdf 
*.toc *.so
  exported.txt:566:
  exported.txt:567:.w.pdf:
  exported.txt:568:    cweave $<
  exported.txt:569:    xetex -papersize=letter $*
  exported.txt:570:
  exported.txt:571:.w.c:
  exported.txt:572:    ctangle $<
  exported.txt:573:
  exported.txt:574:.c.so:
> exported.txt:575:    cc ${CFLAGS} -fPIC -shared -o $@ $<
  exported.txt:576:
  exported.txt:577:
  exported.txt:578:blob
  exported.txt:579:mark :9
  exported.txt:580:data 15138
  exported.txt:581:\def\title{HPAPL RUNTIME (VERSION 0.1)}
  exported.txt:582:\def\topofcontents{\null\vfill
  exported.txt:583:  \centerline{\titlefont HPAPL Runtime Library}
  exported.txt:584:  \vskip 15pt
  exported.txt:585:  \centerline{(Version 0.1)}
  exported.txt:1110:    rm -rf *.c *.h *.scn *.idx *.log *.loc *.tex *.dvi 
*.pdf *.toc *.so
  exported.txt:1111:
  exported.txt:1112:.w.pdf:
  exported.txt:1113:    cweave $<
  exported.txt:1114:    xetex -papersize=letter $*
  exported.txt:1115:
  exported.txt:1116:.w.c:
  exported.txt:1117:    ctangle $<
  exported.txt:1118:
  exported.txt:1119:.c.so:
> exported.txt:1120:    cc ${CFLAGS} -fPIC -shared -o $@ $<
  exported.txt:1121:
  exported.txt:1122:
  exported.txt:1123:commit refs/heads/master
  exported.txt:1124:mark :12
  exported.txt:1125:author Aaron W. Hsu <arcf...@sacrideo.us> 1330045973 -0500
  exported.txt:1126:committer Aaron W. Hsu <arcf...@sacrideo.us> 1330045973 
-0500
  exported.txt:1127:data 45
  exported.txt:1128:Make sure to have the local path for testing
  exported.txt:1129:from :10
  exported.txt:1130:M 100644 :11 runtime/Makefile


I hope this helps! I am not sure which line contributes to the failed import.



-- 
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to