Boost logo

Boost :

From: Iain.Hanson_at_[hidden]
Date: 2002-03-14 14:37:13


     Hi,
     
     the bootstrapping of jam for cygwin is currently broken in 1.27.
     
     jam0.exe builds but when it tries to do the following it fails
     
     Yacc1 jamgram.c jamgram.h
     YaccMv jamgram.c jamgram.h
     mv: y.tab.c: No such file or directory
     mv: y.tab.h: No such file or directory
     
     mv -f y.tab.c jamgram.c
     mv -f y.tab.h jamgram.h
     
     
     The files comming from bison are really called jamgram.tab.c and
     jamgram.tab.h
     
     manually moving the files and re-running make fixed the problem.
     
     the full output from the broken build is below.
     
     $ make
     chmod a+w jambase.c
     ./jam0 -sJAMBASE= -sBOOST_ROOT= -sBOOST_BUILD_PATH=
     ...found 176 targets...
     ...using 25 temp targets...
     ...updating 6 targets...
     ...using command.o...
     ...using compile.o...
     ...using execunix.o...
     ...using fileunix.o...
     ...using pathunix.o...
     Yacc1 jamgram.c jamgram.h
     YaccMv jamgram.c jamgram.h
     mv: y.tab.c: No such file or directory
     mv: y.tab.h: No such file or directory
     
     mv -f y.tab.c jamgram.c
     mv -f y.tab.h jamgram.h
     
     ...failed YaccMv jamgram.c jamgram.h ...
     ...skipped jamgram.o for lack of jamgram.c...
     ...using expand.o...
     ...using glob.o...
     ...using hash.o...
     ...using headers.o...
     ...using hdrmacro.o...
     ...using lists.o...
     ...using make.o...
     ...using make1.o...
     ...using newstr.o...
     ...using option.o...
     ...using parse.o...
     ...using regexp.o...
     ...using rules.o...
     Cc bin.cygwinx86/scan.o
     scan.c:11: jamgram.h: No such file or directory
     
     gcc -c -D__cygwin__ -O -o bin.cygwinx86/scan.o scan.c
     
     ...failed Cc bin.cygwinx86/scan.o ...
     ...using search.o...
     ...using subst.o...
     ...using timestamp.o...
     ...using variable.o...
     ...using modules.o...
     ...using strings.o...
     ...using filesys.o...
     ...skipped libjam.a for lack of libjam.a(jamgram.o)...
     ...skipped jam.exe for lack of libjam.a...
     ...failed updating 3 targets...
     ...skipped 3 targets...
     make: *** [all] Error 1
     
     
     /ikh

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk