From: Bill P. <pa...@ki...> - 2011-11-05 15:58:40
|
Hi JC, Looks like a PATH problem. Perhaps you can check some things and find a solution for it. Take a look at adipls/test/ck There are several lines that are adding to the PATH environment variable. When it works correctly, that makes adds ../adipack.c/bin to the path and that makes the command get-input available. Since the error you are getting is get-input not found, something has gone wrong in the ck script attempt to add to the PATH. Naturally, it works on my machine and on the machines of other folks who have installed the new version, but something is different on yours. I hope you can find it! -Bill On Nov 5, 2011, at 2:23 AM, Jean-Claude Passy wrote: > Hi, > > I tried to install MESA on my Mac with ifort. The compilation breaks with the following error: > > ------------------------------------------------------------------------------------------------------ > /Users/jean-claudepassy/Work/MESA/mesa/adipls > building adipls package. > > make: `libadipls.a' is up to date. > > get-input: Command not found. > forrtl: No such file or directory > forrtl: severe (29): file not found, unit 2, file /Users/jean-claudepassy/Work/MESA/mesa/adipls/test/agsm.mesa > Image PC Routine Line Source > set-obs.d.x 0000000100080EC4 Unknown Unknown Unknown > set-obs.d.x 000000010007F65E Unknown Unknown Unknown > set-obs.d.x 000000010005AF61 Unknown Unknown Unknown > set-obs.d.x 000000010001F24E Unknown Unknown Unknown > set-obs.d.x 000000010001E76D Unknown Unknown Unknown > set-obs.d.x 0000000100030181 Unknown Unknown Unknown > set-obs.d.x 0000000100001221 Unknown Unknown Unknown > set-obs.d.x 0000000100000EAC Unknown Unknown Unknown > set-obs.d.x 0000000100000E64 Unknown Unknown Unknown > mv: rename obs.mesa to obs.txt: No such file or directory > > FAILED > > /Users/jean-claudepassy/Work/MESA/mesa/adipls/test > TEST FAILED -- compare obs.txt to obs.test.txt > > /Users/jean-claudepassy/Work/MESA/mesa/adipls > ./build_and_test FAILED > ------------------------------------------------------------------------------------------------------ > > Any help will be much appreciated ! > > Thanks a lot, > > JC > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |