[CIG-SEISMO] install_problem?

魏晓拙 weixiaozhuo at pku.edu.cn
Sun May 4 09:59:01 PDT 2014


Hi

I'm trying to install the mineoson my mac pro Mavericks. But when I execute the command install it shows such message:

/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
gcc -DHAVE_CONFIG_H -I.     -g -O2 -MT swapn.o -MD -MP -MF .deps/swapn.Tpo -c -o swapn.o `test -f 'fdb/swapn.c' || echo './'`fdb/swapn.c
fdb/swapn.c:32:1: warning: type specifier missing, defaults to 'int'
      [-Wimplicit-int]
F77_FUNC(swap,SWAP)(c, b, N, n)
^~~~~~~~~~~~~~~~~~~
./config.h:10:29: note: expanded from macro 'F77_FUNC'
#define F77_FUNC(name,NAME) name ## _
                            ^~~~~~~~~
<scratch space>:92:1: note: expanded from here
swap_
^~~~~
fdb/swapn.c:43:3: error: non-void function 'swap_' should return a value
      [-Wreturn-type]
  return;
  ^
fdb/swapn.c:53:1: warning: type specifier missing, defaults to 'int'
      [-Wimplicit-int]
F77_FUNC(swap1,SWAP1)(b, N, n)
^~~~~~~~~~~~~~~~~~~~~
./config.h:10:29: note: expanded from macro 'F77_FUNC'
#define F77_FUNC(name,NAME) name ## _
                            ^~~~~~~~~
<scratch space>:92:1: note: expanded from here
swap1_
^~~~~~
fdb/swapn.c:62:3: error: non-void function 'swap1_' should return a value
      [-Wreturn-type]
  return;
  ^
2 warnings and 2 errors generated.
make[1]: *** [swapn.o] Error 1
make: *** [all] Error 2

And I'm confused with the situation. It looks as if the install has failed, however I don't know what to do. 

Best wishes.

Wei


More information about the CIG-SEISMO mailing list