|
From: Jose' C. <cru...@ce...> - 2004-04-03 08:34:32
|
if you have to remove the exit statement is because the first pushd fails try to execute the pushd statement alone and see why it fails while trying to reproduce your problem I've had problems because my line endings were Mac, maybe this is your case too On Apr 2, 2004, at 11:58 PM, Jonathan Johnson wrote: > Hi, > > I'm fairly new to building Quesa, but the changes to how it builds > between d17 and 18 are causing grief here. Here's what I do: > > localhost fishy # tar -xzf quesa_1.6d18.tar.gz > localhost fishy # cd quesa_1.6d18 > localhost quesa_1.6d18 # cd Development/ > localhost Development # cd Projects/ > localhost Projects # cd Unix/ > localhost Unix # cd Scripts/ > localhost Scripts # sh prepareUnixTree.sh > > At this point, it doesn't do anything. If I modify prepareUnixTree.sh > and remove the "|| exit" statement from the first pushd statement, it > then does this: > > localhost Scripts # sh prepareUnixTree.sh > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Source > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Examples > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Examples/Models > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Examples > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Examples > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > > That makes sense! So, now I try "sh buildUnix.sh", and I see nothing > happen. So I do the same removal of || exit that I do in > prepareUnixTree, and I get this: > > localhost Scripts # sh buildUnix.sh > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > automake: configure.in: `PACKAGE' not defined in `configure.in' > automake: configure.in: `VERSION' not defined in `configure.in' > automake: configure.in: installing `./install-sh' > automake: configure.in: installing `./mkinstalldirs' > automake: configure.in: installing `./missing' > automake: no `Makefile.am' found or specified > automake: configure.in: `PACKAGE' not defined in `configure.in' > automake: configure.in: `VERSION' not defined in `configure.in' > automake: no `Makefile.am' found or specified > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Examples > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > automake: configure.in: `PACKAGE' not defined in `configure.in' > automake: configure.in: `VERSION' not defined in `configure.in' > automake: no `Makefile.am' found or specified > automake: configure.in: `PACKAGE' not defined in `configure.in' > automake: configure.in: `VERSION' not defined in `configure.in' > automake: no `Makefile.am' found or specified > /home/fishy/quesa_1.6d18/Development/Projects/Unix > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > make: *** No targets specified and no makefile found. Stop. > /home/fishy/quesa_1.6d18/Development/Projects/Unix/Scripts > > I have no idea what's going on now. I'm not familiar with the whole > automake or autoconf procedures, so forgive me if I've forgotten > something silly. What have I done wrong, or what should I be doing? > > Thanks, > Jon > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Quesa-develop mailing list > Que...@li... > https://lists.sourceforge.net/lists/listinfo/quesa-develop > > Pax et Bonum # dott. Jose' Cruanyes Aguilar - C.E. Soft srl # Pzza. Firenze,4 MILANO - XX Settembre 10, CREMONA # 02,33603122 0372,460602 |