From: Steve S. <st...@sp...> - 2010-07-03 16:13:21
|
Hi K, What's the full message if you just type 'make'? -steve On Jul 3, 2010, at 4:09 AM, K. Uebayashi wrote: > Thank for your reply. > >> Anyway.. if you really want help building an X-Windows version for >> Mac >> you'll need to include more of the error message. It's pretty hard to >> diagnose with only a '...' > > As you mentioned above, > I attach the error message from "make -d". > It is very long, so I put the last lines. > > I don't think this error message is good enough, > could you tell me how to get a right error message? > > -- > K. Uebayashi > > > $ make -d |tail -38 > make[1]: *** [arrayprim.lo] Error 1 > make: *** [all-recursive] Error 1 > Prerequisite `gtk2/timer.cpp' is older than target `timer.lo'. > Prerequisite `../include/util/timer.hpp' is older than target > `timer.lo'. > No need to remake target `timer.lo'. > Considering target file `arrayprim.lo'. > File `arrayprim.lo' does not exist. > Looking for an implicit rule for `arrayprim.lo'. > Trying pattern rule with stem `arrayprim'. > Trying implicit prerequisite `arrayprim.cpp'. > Found prerequisite `arrayprim.cpp' as VPATH `./python/ > arrayprim.cpp' > Found an implicit rule for `arrayprim.lo'. > Considering target file `arrayprim.cpp'. > Looking for an implicit rule for `arrayprim.cpp'. > Trying pattern rule with stem `arrayprim.cpp'. > Trying implicit prerequisite `arrayprim.cpp,v'. > Trying pattern rule with stem `arrayprim.cpp'. > Trying implicit prerequisite `RCS/arrayprim.cpp,v'. > Trying pattern rule with stem `arrayprim.cpp'. > Trying implicit prerequisite `RCS/arrayprim.cpp'. > Trying pattern rule with stem `arrayprim.cpp'. > Trying implicit prerequisite `s.arrayprim.cpp'. > Trying pattern rule with stem `arrayprim.cpp'. > Trying implicit prerequisite `SCCS/s.arrayprim.cpp'. > No implicit rule found for `arrayprim.cpp'. > Finished prerequisites of target file `arrayprim.cpp'. > No need to remake target `arrayprim.cpp'; using VPATH name > `./python/arrayprim.cpp'. > Finished prerequisites of target file `arrayprim.lo'. > Must remake target `arrayprim.lo'. > Putting child 0x10019aab0 (arrayprim.lo) PID 19092 on the chain. > Live child 0x10019aab0 (arrayprim.lo) PID 19092 > Compiling ./python/arrayprim.cpp ... > Reaping winning child 0x10019aab0 PID 19092 > Live child 0x10019aab0 (arrayprim.lo) PID 19093 > Reaping winning child 0x10019aab0 PID 19093 > Live child 0x10019aab0 (arrayprim.lo) PID 19094 > Reaping losing child 0x10019aab0 PID 19094 > Removing child 0x10019aab0 PID 19094 from chain. > Reaping losing child 0x100116ea0 PID 19078 > Removing child 0x100116ea0 PID 19078 from chain. |